Skip to content

Commit 2d995b4

Browse files
[Release] Version packages (#4984)
* [Release] Version packages * [Release] Sync release docs --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70a385f commit 2d995b4

9 files changed

Lines changed: 43 additions & 16 deletions

File tree

.changeset/fix-configure-input-rules-mutation.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-text-substitution-trigger.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/www/src/generated/release-index.json

Lines changed: 18 additions & 1 deletion
Large diffs are not rendered by default.

packages/core/CHANGELOG.md

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

3+
## 53.0.6
4+
5+
### Patch Changes
6+
7+
- [#4983](https://github.com/udecode/plate/pull/4983) by [@bbyiringiro](https://github.com/bbyiringiro) – Fix `.configure({ inputRules })` losing rules on subsequent editor instances
8+
9+
The user's config object was shared across resolutions via closure; clearing `inputRules` on the first resolve left later editors (StrictMode remounts, HMR, multi-editor pages) with no configured rules.
10+
11+
- [#4983](https://github.com/udecode/plate/pull/4983) by [@bbyiringiro](https://github.com/bbyiringiro) – Fix `createTextSubstitutionInputRule` not firing on the final character of flat matches (e.g. `->` → `→`, `(c)` → `©`)
12+
313
## 53.0.5
414

515
## 53.0.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/core",
3-
"version": "53.0.5",
3+
"version": "53.0.6",
44
"description": "The core of Plate – a plugin system for slate",
55
"keywords": [
66
"contentEditable",

packages/plate/CHANGELOG.md

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

3+
## 53.0.6
4+
5+
### Patch Changes
6+
7+
- Updated `@platejs/core`, `@platejs/utils`.
8+
39
## 53.0.5
410

511
### Patch Changes

packages/plate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platejs",
3-
"version": "53.0.5",
3+
"version": "53.0.6",
44
"description": "Plate – a framework for building rich text editors on the web",
55
"keywords": [
66
"contentEditable",

packages/utils/CHANGELOG.md

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

3+
## 53.0.6
4+
5+
### Patch Changes
6+
7+
- Updated `@platejs/core`.
8+
39
## 53.0.5
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platejs/utils",
3-
"version": "53.0.5",
3+
"version": "53.0.6",
44
"description": "Plate utils",
55
"keywords": [
66
"plate",

0 commit comments

Comments
 (0)