prosemirror-transform 1.4.2 → 1.6.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,19 @@
1
+ ## 1.6.0 (2022-06-01)
2
+
3
+ ### Bug fixes
4
+
5
+ Allow replace steps to be mapped through changes that delete content next to their start and end points, as long as no delete spans across those points.
6
+
7
+ ### New features
8
+
9
+ `MapResult` objects now provide information about whether the tokens before, after, and around the position were deleted.
10
+
11
+ ## 1.5.0 (2022-05-30)
12
+
13
+ ### New features
14
+
15
+ Include TypeScript type declarations.
16
+
1
17
  ## 1.4.2 (2022-04-05)
2
18
 
3
19
  ### Bug fixes