Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.21.0
1.21.0 (2025-01-09)
Features
- behaviors: allow raising of custom events (4fb287c)
- behaviors: support custom behavior events (3e61f6d)
- selectors: add
isPointAfterSelection
(83f50f7)
- selectors: add
isPointBeforeSelection
(e07875b)
- ship initial
@portabletext/editor/utils
(c0022ad)
Bug Fixes
- deps: update sanity monorepo to ^3.69.0 (f9336b8)
- export
PortableTextSpan
(5dcb14a)
- selectors: fix issue with
getSelectionText
(aa8e247)
- utils: make
spanSelectionPointToBlockOffset
more lax (7593026)
editor: v1.20.0
1.20.0 (2025-01-07)
Features
- behavior: add
editor.registerBehavior
for ad-hoc behavior registering (b482ad0)
Bug Fixes
- deps: update react compiler dependencies 🤖 ✨ (b58e9f9)
- remove styled-components (f7fcd53)
- temp downgrade compiler runtime (1b2ecea)
editor: v1.19.0
1.19.0 (2025-01-03)
Features
- behavior: add
raise
action for raising synthetic events (3cd64ac)
- behavior: add
select
event (b2dcb37)
Bug Fixes
- behavior: remove
annotation.toggle
and decorator.(add|remove)
events (3888535)
- behavior: remove
reselect
action (eddd8b3)
- selectors: fix issue with
getSelectedSpans
selecting too much (bd0f8c0)
editor: v1.18.7
1.18.7 (2024-12-30)
Bug Fixes
- deps: update react compiler dependencies 🤖 ✨ (2c6c8b0)
- deps: Update xstate (293da67)
editor: v1.18.6
1.18.6 (2024-12-24)
Bug Fixes
- deps: update react compiler dependencies 🤖 ✨ (566120a)
editor: v1.18.5
1.18.5 (2024-12-20)
Bug Fixes
- deps: update sanity monorepo to ^3.68.2 (4a17f61)
- deps: update sanity monorepo to ^3.68.3 (4b633fa)
- emoji picker: only abort on Escape (5a0ef7b)
- guard against trying to select a block directly (bbd3a22)
editor: v1.18.4
1.18.4 (2024-12-20)
Bug Fixes
- schema definition: remove
icon
(b83c1e4)
editor: v1.18.3
1.18.3 (2024-12-20)
Bug Fixes
- link behavior: improve URL matching (a019665)
editor: v1.18.2
1.18.2 (2024-12-19)
Bug Fixes
- link behavior: improve URL matching (2aacbc8)
editor: v1.18.1
1.18.1 (2024-12-19)
Bug Fixes
- emoji picker: direct-hit : selection (5a9d57c)