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
5 changes: 0 additions & 5 deletions .changeset/ai-chat-stop-clears-stream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/link-empty-remove-normalize.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/suggestion-mention-backspace.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/utils-trailing-block-insert.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/ai

## 53.0.3

### Patch Changes

- [#4945](https://github.com/udecode/plate/pull/4945) by [@felixfeng33](https://github.com/felixfeng33) – Clear block streaming state when `aiChat.stop()` stops generation

## 53.0.0

## 52.3.22
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/ai",
"version": "53.0.0",
"version": "53.0.3",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -55,7 +55,7 @@
"ai": "^6.0.0"
},
"peerDependencies": {
"platejs": ">=53.0.0",
"platejs": ">=53.0.3",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/link

## 53.0.3

### Patch Changes

- [#4945](https://github.com/udecode/plate/pull/4945) by [@felixfeng33](https://github.com/felixfeng33) – Fix empty link normalization when suggestion acceptance removes the last link character

## 53.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/link",
"version": "53.0.0",
"version": "53.0.3",
"description": "Link plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -48,7 +48,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=53.0.0",
"platejs": ">=53.0.3",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# platejs

## 53.0.3

### Patch Changes

- Updated `@platejs/utils`.

## 53.0.0

## 52.3.21
Expand Down
2 changes: 1 addition & 1 deletion packages/plate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platejs",
"version": "53.0.0",
"version": "53.0.3",
"description": "Plate – a framework for building rich text editors on the web",
"keywords": [
"contentEditable",
Expand Down
6 changes: 6 additions & 0 deletions packages/suggestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/suggestion

## 53.0.3

### Patch Changes

- [#4945](https://github.com/udecode/plate/pull/4945) by [@felixfeng33](https://github.com/felixfeng33) – Fix inline-void delete and replace suggestions around mentions and paragraph boundaries

## 53.0.0

## 52.3.10
Expand Down
4 changes: 2 additions & 2 deletions packages/suggestion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/suggestion",
"version": "53.0.0",
"version": "53.0.3",
"description": "Plate plugin for suggestions",
"keywords": [
"plate",
Expand Down Expand Up @@ -49,7 +49,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=53.0.0",
"platejs": ">=53.0.3",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platejs/utils

## 53.0.3

### Patch Changes

- [#4945](https://github.com/udecode/plate/pull/4945) by [@felixfeng33](https://github.com/felixfeng33) – Add a trailing-block insert hook for normalization-driven insert behavior

## 53.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/utils",
"version": "53.0.0",
"version": "53.0.3",
"description": "Plate utils",
"keywords": [
"plate",
Expand Down
Loading