Skip to content

Releases: portabletext/editor

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)

editor: v1.0.17

23 Aug 14:28
Compare
Choose a tag to compare

1.0.17 (2024-08-23)

Bug Fixes

  • editor: remove extra immediately-deleted span after adding annotation (4fe02c5)

editor: v1.0.16

21 Aug 12:39
Compare
Choose a tag to compare

1.0.16 (2024-08-21)

Bug Fixes

  • editor: allow removing decorators across empty blocks (0b375eb)

editor: v1.0.15

19 Aug 17:41
Compare
Choose a tag to compare

1.0.15 (2024-08-19)

Bug Fixes

  • editor: fix merge spans normalisation logic (763de2a)

editor: v1.0.14

16 Aug 11:59
Compare
Choose a tag to compare

1.0.14 (2024-08-16)

Bug Fixes

  • editor: guard against apply side effects when processing remote changes (aa4fbed)
  • editor: guard against apply side effects when undoing/redoing (4970289)
  • editor: guard against erroneous undo/redo (53c3c61)
  • editor: make sure annotations are removed when writing on top of them (88c42fb)

editor: v1.0.13

14 Aug 08:34
Compare
Choose a tag to compare

1.0.13 (2024-08-14)

Bug Fixes

  • editor: avoid extra text insertion and adverse cascading effects (a35715f)

editor: v1.0.12

09 Aug 16:49
Compare
Choose a tag to compare

1.0.12 (2024-08-09)

Bug Fixes

  • deps: update slate and slate-react (c9a4375)
  • editor: allow undoing part-deletion of annotated text (42c2cdf)