Skip to content

Releases: portabletext/editor

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)

editor: v1.0.11

05 Aug 10:33
Compare
Choose a tag to compare

1.0.11 (2024-08-05)

Bug Fixes

  • editor: allow inserting block without a selection (42d001c)
  • editor: insertBlock now properly replaces empty text blocks (f0b917b)
  • editor: prevent PortableTextEditor.isAnnotationActive(...) false positive (c38e343)

patches: v1.1.0

01 Aug 06:35
Compare
Choose a tag to compare

1.1.0 (2024-08-01)

Features

  • patches: remove @sanity/types dependency (068d796)

editor: v1.0.10

01 Aug 06:35
Compare
Choose a tag to compare

1.0.10 (2024-08-01)

Bug Fixes

  • editor: add missing release tags (f1054b0)
  • editor: prevent deleting non-empty text block on DELETE (0955917)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @portabletext/patches bumped from 1.0.2 to 1.1.0

editor: v1.0.9

25 Jul 19:32
Compare
Choose a tag to compare

1.0.9 (2024-07-25)

Bug Fixes

  • editor: mitigate infinite loop which causes editor to freeze (36d5eef)
  • editor: remove internal circular dependency (8b77afe)