Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.0.17
1.0.17 (2024-08-23)
Bug Fixes
- editor: remove extra immediately-deleted span after adding annotation (4fe02c5)
editor: v1.0.16
1.0.16 (2024-08-21)
Bug Fixes
- editor: allow removing decorators across empty blocks (0b375eb)
editor: v1.0.15
1.0.15 (2024-08-19)
Bug Fixes
- editor: fix merge spans normalisation logic (763de2a)
editor: v1.0.14
1.0.14 (2024-08-16)
Bug Fixes
- editor: guard against apply side effects when processing remote changes (aa4fbed)
- editor: guard against apply side effects when undoing/redoing (4970289)
- editor: guard against erroneous undo/redo (53c3c61)
- editor: make sure annotations are removed when writing on top of them (88c42fb)
editor: v1.0.13
1.0.13 (2024-08-14)
Bug Fixes
- editor: avoid extra text insertion and adverse cascading effects (a35715f)
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)