Skip to content

Releases: portabletext/editor

editor: v1.1.7

24 Oct 14:20
Compare
Choose a tag to compare

1.1.7 (2024-10-24)

Bug Fixes

  • deps: update dependency slate-react to v0.110.3 (71e565a)
  • deps: Update sanity monorepo to ^3.62.2 (2d0cedc)

editor: v1.1.6

24 Oct 14:04
Compare
Choose a tag to compare

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

21 Oct 07:29
Compare
Choose a tag to compare

1.1.5 (2024-10-21)

Bug Fixes

  • deps: Update sanity monorepo to ^3.60.0 (81f3e3f)
  • deps: Update sanity monorepo to ^3.61.0 (556f18c)
  • deps: Update slate to v0.110.2 (ccb3ee1)
  • editor: fix PortableTextEditable type (bb74c5c)
  • editor: programmatically select ArrowDown-inserted text block (a136ae0)

editor: v1.1.4

04 Oct 14:28
Compare
Choose a tag to compare

1.1.4 (2024-10-04)

Bug Fixes

  • editor: treat annotations as proper boundaries (2553d72)

editor: v1.1.3

03 Oct 10:26
Compare
Choose a tag to compare

1.1.3 (2024-10-03)

Bug Fixes

  • editor: fix inconsistency with text insertion after inline object, before annotation (ad47833)
  • editor: fix inconsistency with text insertion before annotation (333e559)

editor: v1.1.2

01 Oct 08:14
Compare
Choose a tag to compare

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

16 Sep 12:31
Compare
Choose a tag to compare

1.1.1 (2024-09-16)

Bug Fixes

  • editor: only reset range decoration state if necessary (9212008)

editor: v1.1.0

12 Sep 13:48
Compare
Choose a tag to compare

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)

editor: v1.0.19

29 Aug 10:25
Compare
Choose a tag to compare

1.0.19 (2024-08-29)

Bug Fixes

  • editor: avoid adding annotation if focus span is empty (64df227)

editor: v1.0.18

26 Aug 14:37
Compare
Choose a tag to compare

1.0.18 (2024-08-26)

Bug Fixes

  • editor: bail out of ambiguous merge (set/unset) patch creation (db9b470)
  • editor: bail out of ambiguous unset patch creation (d0cdb39)