Skip to content

Releases: portabletext/editor

editor: v1.17.1

18 Dec 18:58
Compare
Choose a tag to compare

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

editor: v1.17.0

18 Dec 15:15
Compare
Choose a tag to compare

1.17.0 (2024-12-18)

Features

  • behavior: add experimental emoji picker behavior (bbe5ebf)

editor: v1.16.4

17 Dec 10:21
Compare
Choose a tag to compare

1.16.4 (2024-12-17)

Bug Fixes

  • event: allow annotation.add and annotation.remove (64d54e3)

editor: v1.16.3

16 Dec 14:37
Compare
Choose a tag to compare

1.16.3 (2024-12-16)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (f6845e9)

editor: v1.16.2

16 Dec 09:40
Compare
Choose a tag to compare

1.16.2 (2024-12-16)

Bug Fixes

  • perf: stream the initial value into the editor (135288b)

editor: v1.16.1

16 Dec 08:54
Compare
Choose a tag to compare

1.16.1 (2024-12-16)

Bug Fixes

  • event: replace toggle readOnly with update readOnly (0e6efbc)

racejar: v1.1.1

13 Dec 09:46
Compare
Choose a tag to compare

1.1.1 (2024-12-13)

Bug Fixes

  • deps: update dependency @playwright/test to ^1.49.1 (21e0e3e)

editor: v1.16.0

13 Dec 10:09
Compare
Choose a tag to compare

1.16.0 (2024-12-13)

Features

  • add activeDecorators to EditorContext (e38e020)
  • selectors: add getActiveStyle and isActiveStyle (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)

editor: v1.15.3

09 Dec 14:40
Compare
Choose a tag to compare

1.15.3 (2024-12-09)

Bug Fixes

  • behavior: make EditorSnapshot.selection nullable (a69f570)
  • behavior: namespace all select.* actions (7c04667)
  • types: reexport PortableTextMemberSchemaTypes as EditorSchema (2d70782)

editor: v1.15.2

09 Dec 11:43
773acf4
Compare
Choose a tag to compare

1.15.2 (2024-12-09)

Bug Fixes

  • behavior: add context/event back in BehaviorActionIntendSet callback (af9e9e4)
  • behavior: export behaviors and behavior types from subpath (618cc16)
  • deps: update react compiler dependencies 🤖 ✨ (#540) (fe3438a)