From 30e10c66cf826e7f76bcb8eef61893781450288e Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Wed, 8 Nov 2023 10:38:11 +0000 Subject: [PATCH] Include 25.0.1 in BREAKING_CHANGES.md --- BREAKING_CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index f871f5b4b7..ceafeb358c 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -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