prosemirror-transform 1.7.5 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 1.9.0 (2024-05-06)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix an issue in `ReplaceAroundStep.map` that broke mapping steps that wrapped content over steps that inserted content at the start of the step.
6
+
7
+ ### New features
8
+
9
+ `setBlockMarkup` now uses the linebreak equivalent node defined in the schema.
10
+
11
+ ## 1.8.0 (2023-10-01)
12
+
13
+ ### New features
14
+
15
+ The new `DocAttrStep` can be used to set attributes on the document's top node.
16
+
17
+ `Transform.setDocAttribute` can be used to create a `DocAttrStep` in a transform.
18
+
1
19
  ## 1.7.5 (2023-08-22)
2
20
 
3
21
  ### Bug fixes