Skip to content

Commit 6234407

Browse files
committed
release: v14.6.1
1 parent 16627f3 commit 6234407

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mx-admin/admin",
33
"private": true,
4-
"version": "8.4.21",
4+
"version": "8.4.22",
55
"scripts": {
66
"dev": "NODE_ENV=development vite --mode development --open --host",
77
"build": "NODE_ENV=production vite build --mode production",

apps/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [14.6.1](https://github.com/mx-space/core/compare/v14.6.0...v14.6.1) (2026-08-31)
2+
13
## [14.6.0](https://github.com/mx-space/core/compare/v14.5.1...v14.6.0) (2026-08-30)
24

35

apps/core/RELEASE_NOTES.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
## TL;DR
22

3-
Mix Space 14.6 adds streaming batch article-body retrieval, improves premium previews, and ships more reliable inline-code editing.
3+
Mix Space 14.6.1 introduces revision-tree publishing, branch-aware drafts, explicit comparisons, and durable background publish jobs in Admin.
44

55
## Highlights
66

7-
Clients can now retrieve post and note bodies in batches through a persistence-friendly NDJSON stream. Each line preserves paywall, language, and unchanged-version information, allowing mobile and other consumers to hydrate local content efficiently without losing access-control semantics or downloading bodies that are already current.
7+
Editing and publishing now use immutable revisions instead of a single mutable draft line. Authors can continue from the current online article, a historical publication, or another draft branch without unrelated work blocking saves or publication. Admin keeps the online revision visible, groups drafts by their actual base, and provides clear compare, continue, publish, delete, and history actions without unbounded tree indentation.
88

9-
Premium content previews no longer become blank when a record has no Lexical body. The bundled admin editor also adopts Haklex 0.38.0, placing the caret outside inline-code formatting at the boundary so authors can continue typing normal text without getting trapped in the code style.
9+
Publish preparation is now a server-backed job bound to a frozen revision. AI resource selections belong to that job, publication waits for the selected tasks to finish, and unrelated online resources are preserved. Draft recovery also distinguishes ordinary branch divergence from a true same-branch concurrent edit.
1010

1111
## Changes
1212

13-
### Features
14-
15-
- Added a batch article-body endpoint that streams persistence-ready NDJSON for posts and notes ([c5bea4b](https://github.com/mx-space/core/commit/c5bea4bff0125787121c548d73f2165330815cb7)).
16-
1713
### Bug Fixes
1814

19-
- Premium articles now provide teaser content when their Lexical body is unavailable ([a3bb701](https://github.com/mx-space/core/commit/a3bb7016a89edc1b7bfeb6ed3f667da34278dffe)).
20-
- Inline-code boundaries in the admin editor now place continued input outside the code mark ([de57bd7](https://github.com/mx-space/core/commit/de57bd73d8b29f47eaf74eab59aad3c912065047)).
15+
- Corrected Admin mobile viewport height and bottom-sheet bounds ([c55f97b](https://github.com/mx-space/core/commit/c55f97b05)).
2116

2217
### Other
2318

24-
- Updated the bundled Haklex editor packages to 0.38.0, including the public file-node key export ([de57bd7](https://github.com/mx-space/core/commit/de57bd73d8b29f47eaf74eab59aad3c912065047)).
19+
- Rebuilt content editing around immutable documents, revisions, branches, publication events, and revision-bound publish jobs ([16627f3](https://github.com/mx-space/core/commit/16627f3d1)).
20+
- Added branch-aware Admin recovery, diff, publication confirmation, process tracking, and version-history interfaces ([16627f3](https://github.com/mx-space/core/commit/16627f3d1)).
21+
- Updated first-party CLI content commands to use the new branch and revision contracts ([16627f3](https://github.com/mx-space/core/commit/16627f3d1)).
22+
23+
## Upgrade Notes
24+
25+
- Run the standard `pnpm migrate` release step before boot. It applies the single `0035_tree_content_revisions` schema migration and then converts legacy draft data automatically.
26+
- Deploy Core together with the bundled Admin. External clients using the former linear draft/version endpoints must adopt the document, revision, branch, and publish-job APIs.
2527

2628
---
2729

28-
**Full Changelog**: https://github.com/mx-space/core/compare/v14.5.1...v14.6.0
30+
**Full Changelog**: https://github.com/mx-space/core/compare/v14.6.0...v14.6.1

apps/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "14.6.0",
3+
"version": "14.6.1",
44
"type": "module",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)