Skip to content

Releases: portabletext/editor

editor: v1.12.2

28 Nov 19:25
Compare
Choose a tag to compare

1.12.2 (2024-11-28)

Bug Fixes

  • markdown behavior: fix ordered list matcher regex (4ca9114)
  • markdown behavior: make list toggling disregard spans (3b996bd)

editor: v1.12.1

28 Nov 18:16
Compare
Choose a tag to compare

1.12.1 (2024-11-28)

Bug Fixes

  • behavior: allow inserting blocks 'before' (f66b3b6)
  • deps: Update sanity monorepo to ^3.65.0 (6062310)
  • deps: Update sanity monorepo to ^3.65.1 (ef4c370)
  • markdown behavior: allow inserting hr with trailing content (c0eb8e0)

racejar: v1.0.1

26 Nov 10:47
Compare
Choose a tag to compare

1.0.1 (2024-11-26)

Bug Fixes

  • deps: update dependency vitest to ^2.1.5 (bbceed5)
  • export ParameterType (259c1a7)

racejar: v1.0.0

26 Nov 09:57
Compare
Choose a tag to compare

1.0.0 (2024-11-26)

⚠ BREAKING CHANGES

  • release racejar

Features

editor: v1.12.0

26 Nov 09:57
Compare
Choose a tag to compare

1.12.0 (2024-11-26)

Features

  • behavior: add 'delete block' action (bb111ea)
  • behavior: improve 'insert text block' action (81c90e2)
  • markdown behavior: support pasting horisontal rules (27fecc9)

Bug Fixes

  • behavior: add 'delete text' and remove 'delete' action (29a2c95)
  • markdown behavior: ignore spans in auto blockquote/heading/llist behaviors (a1cd1ee)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • racejar bumped to 1.0.0

editor: v1.11.3

25 Nov 10:25
a1a43f4
Compare
Choose a tag to compare

1.11.3 (2024-11-25)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#456) (bb70432)

editor: v1.11.2

22 Nov 13:29
Compare
Choose a tag to compare

1.11.2 (2024-11-22)

Bug Fixes

  • deps: Update sanity monorepo to ^3.64.3 (ad0da8f)
  • make sure a subsequent empty action set can't trigger a default action (50f34b4)

editor: v1.11.1

21 Nov 18:52
Compare
Choose a tag to compare

1.11.1 (2024-11-21)

Bug Fixes

  • regression: don't block operations when readOnly (c35f646)

editor: v1.11.0

21 Nov 13:23
Compare
Choose a tag to compare

1.11.0 (2024-11-21)

Features

  • add EditorProvider and EditorEventListener (55edcde)

Bug Fixes

  • deps: Update sanity monorepo to ^3.64.2 (7b6d138)
  • useEditor: allow configure of initial readOnly and remove Editor.readOnly (edcee2c)
  • useEditor: improve types and memoization (41ef38a)

editor: v1.10.2

18 Nov 13:52
Compare
Choose a tag to compare

1.10.2 (2024-11-18)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#430) (ea98c12)
  • remove online/offline listener (3395d62)