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/docx-io-comment-spacing-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docx-io-decimal-bracket-end-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docx-io-list-text-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selection-trigger-patch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/table-selection-dom-patch.md

This file was deleted.

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.6

## 52.0.11

### Patch Changes
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.0.11",
"version": "52.3.6",
"description": "CSV serializer plugin for Plate",
"keywords": [
"csv",
Expand Down
15 changes: 15 additions & 0 deletions packages/docx-io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @platejs/docx-io

## 52.3.6

### Patch Changes

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

- Fixed Mammoth comment preprocessing so block-level comment text keeps spacing instead of collapsing words together during DOCX import.

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

- Fixed `decimal-bracket-end` ordered lists to keep decimal DOCX numbering instead of falling back to the package default ordered style.

- [#4876](https://github.com/udecode/plate/pull/4876) by [@zbeyens](https://github.com/zbeyens) –
- Fixed HTML-to-DOCX list rendering so whitespace-only nodes around list items no longer drop visible list item text in generated documents.

## 52.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docx-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/docx-io",
"version": "52.2.0",
"version": "52.3.6",
"description": "DOCX import/export for Plate - file-based document conversion",
"keywords": [
"docx",
Expand Down
7 changes: 7 additions & 0 deletions packages/selection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platejs/selection

## 52.3.6

### Patch Changes

- [#4876](https://github.com/udecode/plate/pull/4876) by [@zbeyens](https://github.com/zbeyens) –
- Fixed selection trigger evaluation so multiple configured triggers are checked correctly instead of stopping after the first one.

## 52.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platejs/selection",
"version": "52.0.16",
"version": "52.3.6",
"description": "Plate selection plugins",
"keywords": [
"plate",
Expand Down
7 changes: 7 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platejs/table

## 52.3.6

### Patch Changes

- [#4872](https://github.com/udecode/plate/pull/4872) by [@felixfeng33](https://github.com/felixfeng33) –
- Reduce large-table selection latency by deriving reactive table selection from editor selectors, keeping selected-cell DOM sync at the table root, and avoiding plugin-store writes on every `set_selection`.

## 52.0.11

### 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.0.11",
"version": "52.3.6",
"description": "Table plugin for Plate",
"keywords": [
"plate",
Expand Down
Loading