Skip to content

Commit

Permalink
Merge pull request #2730 from udecode/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zbeyens authored Nov 9, 2023
2 parents 282f86a + 30e10c6 commit aa1281f
Show file tree
Hide file tree
Showing 103 changed files with 283 additions and 176 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-sloths-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-ties-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 25.0.1

## @udecode/plate-core@25.0.1

### Major Changes

- [#2729](https://github.com/udecode/plate/pull/2729) by [@12joan](https://github.com/12joan)**This is a breaking change meant to be part of v25, hence the patch.**
On `deserializeHtml`, replace `stripWhitespace` with `collapseWhiteSpace`, defaulting to true. The `collapseWhiteSpace` option aims to parse white space in HTML according to the HTML specification, ensuring greater accuracy when pasting HTML from browsers.

# 23.0.0

## @udecode/plate-media@23.0.0
Expand Down
2 changes: 2 additions & 0 deletions packages/alignment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-alignment

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-alignment",
"version": "25.0.0",
"version": "25.0.1",
"description": "Text alignment plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0"
"@udecode/plate-common": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/autoformat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-autoformat

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/autoformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-autoformat",
"version": "25.0.0",
"version": "25.0.1",
"description": "Autoformatting plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/basic-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-basic-elements

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
12 changes: 6 additions & 6 deletions packages/basic-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-basic-elements",
"version": "25.0.0",
"version": "25.0.1",
"description": "Basic elements plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,11 +39,11 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-block-quote": "25.0.0",
"@udecode/plate-code-block": "25.0.0",
"@udecode/plate-common": "25.0.0",
"@udecode/plate-heading": "25.0.0",
"@udecode/plate-paragraph": "25.0.0"
"@udecode/plate-block-quote": "25.0.1",
"@udecode/plate-code-block": "25.0.1",
"@udecode/plate-common": "25.0.1",
"@udecode/plate-heading": "25.0.1",
"@udecode/plate-paragraph": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/basic-marks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-basic-marks

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/basic-marks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-basic-marks",
"version": "25.0.0",
"version": "25.0.1",
"description": "Basic marks plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0"
"@udecode/plate-common": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/block-quote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-block-quote

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/block-quote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-block-quote",
"version": "25.0.0",
"version": "25.0.1",
"description": "Block quote plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0"
"@udecode/plate-common": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/break/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-break

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/break/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-break",
"version": "25.0.0",
"version": "25.0.1",
"description": "Insert break plugins for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0"
"@udecode/plate-common": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/caption/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-caption

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/caption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-caption",
"version": "25.0.0",
"version": "25.0.1",
"description": "Primitive components for caption.",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"react-textarea-autosize": "^8.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-cloud

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-cloud",
"version": "25.0.0",
"version": "25.0.1",
"description": "Plate plugin to add cloud based image and attachment uploads",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@portive/client": "10.0.3",
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"delay": "5.0.0",
"p-defer": "^3.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-code-block

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-code-block",
"version": "25.0.0",
"version": "25.0.1",
"description": "Code block plugin for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"prismjs": "^1.29.0"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-combobox

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-combobox",
"version": "25.0.0",
"version": "25.0.1",
"description": "Combobox for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"downshift": "^6.1.12"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-comments

## 25.0.1

## 25.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-comments",
"version": "25.0.0",
"version": "25.0.1",
"description": "Plate plugin for comments",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0",
"@udecode/plate-common": "25.0.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-common

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-common",
"version": "25.0.0",
"version": "25.0.1",
"description": "Plate common packages for plugins",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,8 +39,8 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-core": "25.0.0",
"@udecode/plate-utils": "25.0.0",
"@udecode/plate-core": "25.0.1",
"@udecode/plate-utils": "25.0.1",
"@udecode/slate": "25.0.0",
"@udecode/slate-react": "25.0.0",
"@udecode/slate-utils": "25.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 @@
# @udecode/plate-core

## 25.0.1

### Patch Changes

- [#2729](https://github.com/udecode/plate/pull/2729) by [@12joan](https://github.com/12joan)**This is a breaking change meant to be part of v25, hence the patch.**
On `deserializeHtml`, replace `stripWhitespace` with `collapseWhiteSpace`, defaulting to true. The `collapseWhiteSpace` option aims to parse white space in HTML according to the HTML specification, ensuring greater accuracy when pasting HTML from browsers.

## 25.0.0

## 24.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-core",
"version": "25.0.0",
"version": "25.0.1",
"description": "The core architecture of Plate – a plugin system for slate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down
2 changes: 2 additions & 0 deletions packages/cursor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-cursor

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
4 changes: 2 additions & 2 deletions packages/cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@udecode/plate-cursor",
"version": "25.0.0",
"version": "25.0.1",
"description": "Cursor for Plate",
"license": "MIT",
"homepage": "https://platejs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/plate-common": "25.0.0"
"@udecode/plate-common": "25.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/dnd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @udecode/plate-dnd

## 25.0.1

## 25.0.0

## 24.5.2
Expand Down
Loading

0 comments on commit aa1281f

Please sign in to comment.