Skip to content

Commit e8499d2

Browse files
committed
release: v14.10.3
1 parent 0f190af commit e8499d2

3 files changed

Lines changed: 10 additions & 16 deletions

File tree

apps/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [14.10.3](https://github.com/mx-space/core/compare/v14.10.2...v14.10.3) (2026-09-13)
2+
3+
### Bug Fixes
4+
5+
* **core:** fan out draft-publish events to email, webhook, and WS ([0f190af](https://github.com/mx-space/core/commit/0f190af3bed4019f5fb534e6a8c2ec6cb3be304c))
6+
17
## [14.10.2](https://github.com/mx-space/core/compare/v14.10.1...v14.10.2) (2026-09-13)
28

39
### Bug Fixes

apps/core/RELEASE_NOTES.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
## TL;DR
22

3-
Admin editors now pick up remote draft-head changes live, and publishing a draft sends content push notifications again.
4-
5-
## Highlights
6-
7-
When another session saves a draft, the server now broadcasts a DRAFT_UPDATE to connected admin clients. The dashboard adopts the new head without waiting for the next save: if the editor has no unsaved work, the open draft updates in place and keeps scroll and panels; if there are local edits, a banner offers to take the new version or merge, using the same merge path as save conflicts.
8-
9-
Content push notifications previously fired only when a post or note was created for the first time. Publishing from a draft uses a republish path, so subscribers never got a ping when that draft went live. Republishing now sends the same content-published notification as a first-time create.
3+
Draft-to-publish now notifies email subscribers, visitor WebSockets, and webhooks instead of only iOS push.
104

115
## Changes
126

13-
### Features
14-
15-
- Connected admin editors receive draft-head updates as soon as another client saves, and can adopt the new revision without a manual refresh ([2703448](https://github.com/mx-space/core/commit/2703448ec5fb8a6b9949d9fa11adf83a98f62580), [7d91e65](https://github.com/mx-space/core/commit/7d91e65da1019f7ceeac440f1fca591c066a55fc))
16-
17-
### Bug Fixes
18-
19-
- Publishing a post or note from a draft now sends content push notifications, matching the create path ([43446bf](https://github.com/mx-space/core/commit/43446bf1e73affb1ab32cf452bae47d20eb5cccd))
7+
- Newsletter mail, live site toasts, and webhook revalidation now fire when a post or note leaves draft and goes public ([0f190af](https://github.com/mx-space/core/commit/0f190af3bed4019f5fb534e6a8c2ec6cb3be304c))
208

219
---
2210

23-
**Full Changelog**: https://github.com/mx-space/core/compare/v14.10.1...v14.10.2
11+
**Full Changelog**: https://github.com/mx-space/core/compare/v14.10.2...v14.10.3

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.10.2",
3+
"version": "14.10.3",
44
"type": "module",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)