Releases: portabletext/editor
Releases · portabletext/editor
editor: v1.5.2
1.5.2 (2024-11-04)
Bug Fixes
- allow core behaviors to be overwritten (08b5924)
- markdown behavior: clear list props before applying heading style (74d5b03)
editor: v1.5.1
1.5.1 (2024-11-03)
Bug Fixes
- types: re-export PortableTextChild (63756d1)
editor: v1.5.0
1.5.0 (2024-11-03)
Features
- allow passing a simple schema definition to useEditor (b25316d)
Bug Fixes
- types: re-export PortableTextBlock (494d9db)
editor: v1.4.1
1.4.1 (2024-11-03)
Bug Fixes
- deps: update dependency slate-react to v0.111.0 (995bbe5)
- move
@xstate/react
from dev to production dependency (861e6b6)
editor: v1.4.0
1.4.0 (2024-11-01)
Features
- add new
PortableTextEditor.editor
prop with access to Behavior API (39f5484)
- add optional markdown behaviors (7994b43)
editor: v1.3.1
1.3.1 (2024-11-01)
Bug Fixes
- performance: allow
Synchronizer
to be compiled (#327) (1a086f0)
- route remote patches through editor machine (b586f24)
editor: v1.3.0
1.3.0 (2024-11-01)
Features
editor: v1.2.1
1.2.1 (2024-11-01)
Bug Fixes
- fix edge cases related to toggling decorators next to other marks (75776f8)
editor: v1.2.0
1.2.0 (2024-10-31)
Features
- editor: better built-in list keyboard shortcuts (0f77347)
editor: v1.1.12
1.1.12 (2024-10-31)
Bug Fixes
- editor: handle edge case with deleting empty text blocks next to block objects (3e7e815)
- handle
exhaustive-deps
violations (#322) (cb29da2)