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