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/core-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-callback-ref-warning.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-hornets-bathe.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/link-patch.md

This file was deleted.

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

## 49.0.15

## 49.0.14

## 49.0.12
Expand Down
6 changes: 3 additions & 3 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/ai",
"version": "49.0.14",
"version": "49.0.15",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -51,15 +51,15 @@
},
"dependencies": {
"@platejs/markdown": "49.0.14",
"@platejs/selection": "49.0.7",
"@platejs/selection": "49.0.15",
"lodash": "^4.17.21"
},
"devDependencies": {
"@platejs/combobox": "49.0.0",
"ai": "4.3.16"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/autoformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/caption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platejs/core

## 49.0.15

### Patch Changes

- [#4428](https://github.com/udecode/plate/pull/4428) by [@zbeyens](https://github.com/zbeyens) –
- Updated `SlateElementProps`, `SlateTextProps`, `SlateLeafProps`, `PlateElementProps`, `PlateTextProps`, and `PlateLeafProps` to properly type the `attributes` property to unknown object.

## 49.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/core",
"version": "49.0.14",
"version": "49.0.15",
"description": "The core of Plate – a plugin system for slate",
"keywords": [
"contentEditable",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@platejs/slate": "49.0.2",
"@udecode/react-hotkeys": "37.0.0",
"@udecode/react-utils": "49.0.13",
"@udecode/react-utils": "49.0.15",
"@udecode/utils": "47.2.7",
"clsx": "^2.1.1",
"html-entities": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dnd": ">=14.0.0",
"react-dnd-html5-backend": ">=14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/emoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@emoji-mart/data": ">=1.2.0",
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/floating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/indent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/juice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @platejs/link

## 49.0.15

### Patch Changes

- [#4428](https://github.com/udecode/plate/pull/4428) by [@zbeyens](https://github.com/zbeyens) –

- Improved return type of `getLinkAttributes` to be more specific and type-safe.

```ts
// The function now returns a properly typed object
const attributes = getLinkAttributes(editor, linkElement);
// attributes is now properly typed as Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'href' | 'target'> & UnknownObject
```

## 49.0.0

### Major 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": "49.0.0",
"version": "49.0.15",
"description": "Link plugin for Plate",
"keywords": [
"plate",
Expand Down Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/list-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"platejs": "workspace:^"
},
"peerDependencies": {
"platejs": ">=49.0.14",
"platejs": ">=49.0.15",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/plate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# platejs

## 49.0.15

## 49.0.14

## 49.0.13
Expand Down
Loading