Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelog/cli/0.10.44.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
package: "@webjsdev/cli"
version: 0.10.44
date: 2026-07-15T19:05:19.987Z
commit_count: 1
---
## Features

- **add webjs-frame gallery demo and rework the server-actions demo** ([#989](https://github.com/webjsdev/webjs/pull/989)) [`69b3e3f9`](https://github.com/webjsdev/webjs/commit/69b3e3f9)
* feat: add webjs-frame partial-swap gallery demo

* fix: prune modules/frames in gallery:clear reset
10 changes: 10 additions & 0 deletions changelog/core/0.7.39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
package: "@webjsdev/core"
version: 0.7.39
date: 2026-07-15T19:05:19.871Z
commit_count: 1
---
## Fixes

- **recover a dropped wj:children close marker on soft nav** ([#994](https://github.com/webjsdev/webjs/pull/994)) [`779dbb1d`](https://github.com/webjsdev/webjs/commit/779dbb1d)
Recover an orphaned wj:children open marker whose close comment was dropped by the browser parser (a cross-engine parse race seen on Android Chrome and desktop Chromium), so a soft nav takes the correct scoped swap and the outer-layout navbar keeps its DOM identity instead of being wiped by the destructive full-body fallback. Bound the recovered range against the well-formed side's trailing-sibling count so a footer in the marker's own parent is preserved, and keep buildHaveHeader strict so an orphaned page fetches the full page where the bounding aligns.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webjsdev/cli",
"version": "0.10.43",
"version": "0.10.44",
"type": "module",
"description": "webjs CLI - dev, start, create, db",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webjsdev/core",
"version": "0.7.38",
"version": "0.7.39",
"type": "module",
"description": "webjs core runtime - html/css tags, WebComponent base, isomorphic renderers",
"types": "./index.d.ts",
Expand Down
Loading