Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.0.12
1.0.12 (2024-08-09)
Bug Fixes
- deps: update slate and slate-react (c9a4375)
- editor: allow undoing part-deletion of annotated text (42c2cdf)
editor: v1.0.11
1.0.11 (2024-08-05)
Bug Fixes
- editor: allow inserting block without a selection (42d001c)
- editor: insertBlock now properly replaces empty text blocks (f0b917b)
- editor: prevent PortableTextEditor.isAnnotationActive(...) false positive (c38e343)
patches: v1.1.0
1.1.0 (2024-08-01)
Features
- patches: remove @sanity/types dependency (068d796)
editor: v1.0.10
1.0.10 (2024-08-01)
Bug Fixes
- editor: add missing release tags (f1054b0)
- editor: prevent deleting non-empty text block on DELETE (0955917)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @portabletext/patches bumped from 1.0.2 to 1.1.0
editor: v1.0.9
1.0.9 (2024-07-25)
Bug Fixes
- editor: mitigate infinite loop which causes editor to freeze (36d5eef)
- editor: remove internal circular dependency (8b77afe)
editor: v1.0.8
1.0.8 (2024-07-04)
Bug Fixes
- editor: allow returning Promise(undefined) in paste handler (56ebe4a)
editor: v1.0.7
1.0.7 (2024-06-28)
Bug Fixes
- remove unrelated keywords (42d396d)
v1.0.4
1.0.4 (2024-06-27)
Bug Fixes
- move @portabletext/patches to dev dependencies (15cc131)
v1.0.3
1.0.3 (2024-06-27)
Bug Fixes
- _regenerateKeys so that the MarkDefs left are only those allowed (#19) (145385d)
- export RenderPlaceholderFunction type (febd6e1)
- move @sanity dependencies to peer dependencies (e58106c)
- native paste operations in Firefox (bf0c6ac)
- remove unused compactPatches function (#26) (72e4ea5)
patches: v1.0.2
1.0.2 (2024-06-27)
Bug Fixes
- upgrade
[@sanity](https://github.com/sanity)
dependencies (b167312)