Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.1.7
editor: v1.1.6
1.1.6 (2024-10-24)
Bug Fixes
- deps: Update sanity monorepo to ^3.62.0 (1124a41)
- deps: Update sanity monorepo to ^3.62.1 (2d019b3)
- editor: fix inconsistency with text insertion in decorated annotation (a85fff2)
- editor: preserve decorators when removing all-decorated text (46f299a)
- editor: use OS-aware undo/redo shortcuts (8dac26d)
editor: v1.1.5
editor: v1.1.4
editor: v1.1.3
editor: v1.1.2
1.1.2 (2024-10-01)
Bug Fixes
- deps: update dependency @sanity/ui to ^2.8.9 (59a66f8)
- deps: update dependency rxjs to ^7.8.1 (479d764)
- deps: update dependency slate-react to v0.110.1 (0abe247)
- deps: update dependency styled-components to ^6.1.13 (8f5322e)
- editor: add missing return after normalization (262f5fb)
- editor: avoid emitting loading state for sync task (1ad52a3)
- editor: defer patch/mutation changes until the editor is dirty (c40f5df)
- editor: remove initial loading state (e1fc90d)
- editor: remove redundant validation (d2cac6c)
editor: v1.1.1
editor: v1.1.0
1.1.0 (2024-09-12)
Features
- editor: support annotations across blocks, annotations and decorators (50266f5)
Bug Fixes
- editor: a collapsed selection can now toggle off an entire annotation (dbc1cee)
- editor: allow empty block to be decorated (d944641)
- editor: allow trailing empty line in a cross-selected to be decorated (5f8866d)
- editor: assign new keys to annotations split across blocks (5976628)
- editor: avoid extra newline when splitting block at the edge of decorator (0fd05f0)
- editor: dedupe markDefs based on their _key (c81525b)
- editor: make sure text blocks always have markDefs (0ec7e70)
- editor: preserve decorator when splitting block at the beginning (fa76d4b)
- editor: pressing backspace before a block object now deletes it (4c6474c)