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/funny-years-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/table-merged-border-fix.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

## 52.3.20

### Patch Changes

- Updated `@platejs/table`.

## 52.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/ai",
"version": "52.3.19",
"version": "52.3.20",
"description": "Text AI plugin for Plate",
"keywords": [
"plate",
Expand Down
2 changes: 2 additions & 0 deletions packages/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-serializer-csv

## 52.3.20

## 52.3.18

## 52.3.17
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/csv",
"version": "52.3.18",
"version": "52.3.20",
"description": "CSV serializer plugin for Plate",
"keywords": [
"csv",
Expand Down
8 changes: 8 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @platejs/table

## 52.3.20

### Patch Changes

- [#4931](https://github.com/udecode/plate/pull/4931) by [@hhhjin](https://github.com/hhhjin) – Fix `Shift+Arrow` table selection to switch cells without showing a transient native range

- [#4930](https://github.com/udecode/plate/pull/4930) by [@zbeyens](https://github.com/zbeyens) – Fix merged table border toggles targeting the wrong adjacent cell

## 52.3.18

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