Skip to content

Commit f90f917

Browse files
[Release] Version packages (beta)
1 parent 1084f9f commit f90f917

107 files changed

Lines changed: 704 additions & 178 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,68 @@
5555
"@udecode/react-utils": "52.3.4",
5656
"@udecode/utils": "52.3.4",
5757
"@platejs/utils": "53.1.2",
58-
"@platejs/yjs": "53.2.0"
58+
"@platejs/yjs": "53.2.0",
59+
"plite": "0.0.0-private",
60+
"@platejs/browser": "54.0.0-beta.0",
61+
"@platejs/plite-dom": "54.0.0-beta.0",
62+
"@platejs/plite-history": "54.0.0-beta.0",
63+
"@platejs/plite-hyperscript": "54.0.0-beta.0",
64+
"@platejs/plite-layout": "54.0.0-beta.0",
65+
"@platejs/plite-react": "54.0.0-beta.0"
5966
},
6067
"changesets": [
68+
"ai-v54-runtime",
6169
"auto-main-to-next-sync-platejs-ai",
6270
"auto-main-to-next-sync-platejs-core",
6371
"auto-main-to-next-sync-platejs-markdown",
6472
"auto-main-to-next-sync-platejs-utils",
6573
"auto-main-to-next-sync-platejs",
66-
"prepare-v54-beta-core",
67-
"prepare-v54-beta-plite"
74+
"clean-registry-owner-context",
75+
"cmdk-active-descendant",
76+
"cn-hoc-inference",
77+
"code-block-commands",
78+
"code-drawing-block-insert",
79+
"depset-safe-execution",
80+
"diff-replacement-markers",
81+
"diff-replay-invariant-errors",
82+
"dnd-cross-editor-drop",
83+
"docx-base-plugin-cleanup",
84+
"docx-io-v54-api",
85+
"emoji-v54-runtime",
86+
"excalidraw-v54-runtime",
87+
"find-replace-v54-runtime",
88+
"fix-test-utils-fixtures",
89+
"floating-v54-runtime",
90+
"footnote-v54-runtime",
91+
"indent-v54-runtime",
92+
"infer-plite-hyperscript-tags",
93+
"juice-v54-runtime",
94+
"layout-v54-runtime",
95+
"link-v54-runtime",
96+
"list-scoped-api",
97+
"math-transaction-transforms",
98+
"media-v54-runtime",
99+
"mention-v54-runtime",
100+
"plite-delete-block-void",
101+
"plite-dom-stale-path-reads",
102+
"plite-history-runtime",
103+
"plite-operation-root",
104+
"plite-react-read-only-provider",
105+
"plite-react-stale-path-reads",
106+
"plite-yjs-attribute-keys",
107+
"plugin-portal-scoped-api",
108+
"prepare-v54-beta-plite",
109+
"react-hotkeys-lifecycle",
110+
"react-utils-clean-runtime",
111+
"resizable-v54-runtime",
112+
"slash-command-plite-plugin",
113+
"slate-browser-proof-lane",
114+
"suggestion-v54-runtime",
115+
"tabbable-plite-navigation",
116+
"table-block-insert",
117+
"tag-v54-runtime",
118+
"toc-v54-runtime",
119+
"toggle-v54-runtime",
120+
"udecode-utils-clean-surface"
68121
]
69122
}

packages/ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @platejs/ai
22

3+
## 54.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- [#5036](https://github.com/udecode/plate/pull/5036) by [@zbeyens](https://github.com/zbeyens) – Move AI, AI Chat, and Copilot behavior to Plite reads, state, and transactions
8+
9+
**Migration:** Use `editor.update.ai.*` and `editor.update.copilot.*` for mutations. Use `editor.plugin(BaseAIPlugin).api` and `editor.plugin(AIChatPlugin).api` for preview and chat orchestration.
10+
311
## 53.2.2
412

513
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/ai",
3-
"version": "54.0.0-beta.1",
3+
"version": "54.0.0-beta.2",
44
"description": "Text AI plugin for Plate",
55
"keywords": [
66
"plate",

packages/basic-nodes/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @platejs/basic-nodes
22

3+
## 54.0.0-beta.2
4+
35
## 53.0.0
46

57
### Major Changes

packages/basic-nodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/basic-nodes",
3-
"version": "54.0.0-beta.0",
3+
"version": "54.0.0-beta.2",
44
"description": "Basic nodes plugin for Plate",
55
"keywords": [
66
"plate",

packages/browser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @platejs/browser
2+
3+
## 54.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#5036](https://github.com/udecode/plate/pull/5036) by [@zbeyens](https://github.com/zbeyens) – Make `@platejs/browser/playwright` the first-party Playwright proof surface, including low-level editable, block, text, and browser-handle helpers.

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/browser",
3-
"version": "54.0.0-beta.0",
3+
"version": "54.0.0-beta.2",
44
"description": "Browser proof harness for Plite editors.",
55
"keywords": [
66
"browser",

packages/caption/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @platejs/caption
22

3+
## 54.0.0-beta.2
4+
35
## 53.0.0
46

57
## 52.3.10

packages/caption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/caption",
3-
"version": "54.0.0-beta.0",
3+
"version": "54.0.0-beta.2",
44
"description": "Primitive components for caption.",
55
"keywords": [
66
"plate",

packages/code-block/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @platejs/code-block
22

3+
## 54.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- [#5036](https://github.com/udecode/plate/pull/5036) by [@zbeyens](https://github.com/zbeyens) – Expose code-block mutations through `insert`, `toggle`, `tab`, `untab`, `resetBlock`, and `selectAll` installed commands.
8+
9+
**Migration:** Replace direct transform helper imports with
10+
`editor.update.code_block.*` commands. Pass node insertion options directly to
11+
`insert(options)`.
12+
313
## 53.0.0
414

515
### Major Changes

0 commit comments

Comments
 (0)