Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.17.1
1.17.1 (2024-12-18)
Bug Fixes
- deps: update dependency @sanity/diff-match-patch to ^3.1.2 (29af4b0)
- deps: update sanity monorepo to ^3.68.0 (23fc94c)
- emoji picker: only hijack ArrowUp/ArrowDown if we have matches (f0356de)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @portabletext/patches bumped from 1.1.0 to 1.1.1
- dependencies
editor: v1.17.0
editor: v1.16.4
editor: v1.16.3
editor: v1.16.2
editor: v1.16.1
racejar: v1.1.1
editor: v1.16.0
1.16.0 (2024-12-13)
Features
- add
activeDecorators
toEditorContext
(e38e020) - selectors: add
getActiveStyle
andisActiveStyle
(37ba256) - selectors: add
getSelectedSpans
(55b5e9e) - selectors: add
isActiveAnnotation
(6f7a172) - selectors: add
isActiveListItem
(efd64bf) - selectors: add
isSelection(Collapsed|Expanded)
(8440022) - selectors: add higher-order
isDecoratorActive
(4ce4e55)
Bug Fixes
- abort value sync if value hasn't changed (1590795)
- deps: update sanity monorepo to ^3.67.0 (3526fa5)
- deps: update sanity monorepo to ^3.67.1 (1852219)
- make editor read-only while setting up (3ff4318)
- perf: don't emit selection while setting up (6f92cf2)
- perf: don't sync range decorations while setting up (af70759)
- selectors: account for non-span decorators in
isActiveDecorator
(9e287da) - selectors: rename
isDecoratorActive
->isActiveDecorator
(184f7f6) - selectors: rename
selectionIsCollapsed
->isSelectionCollapsed
(6d880d0)