Skip to content

Releases: portabletext/editor

editor: v1.36.4

28 Feb 12:07
Compare
Choose a tag to compare

1.36.4 (2025-02-28)

Bug Fixes

  • types: rename BehaviorActionIntend->BehaviorAction (907cf8c)

editor: v1.36.3

28 Feb 11:33
Compare
Choose a tag to compare

1.36.3 (2025-02-28)

Bug Fixes

  • avoid hijacking Shift+Enter key.down event (087bea2)

editor: v1.36.2

28 Feb 10:26
Compare
Choose a tag to compare

1.36.2 (2025-02-28)

Bug Fixes

  • deps: update sanity monorepo to ^3.77.2 (1f9792e)
  • text/html converter: fail if no blocks were deserialized (6be9830)
  • text/plain converter: fail if no blocks were deserialized (6921d73)
  • types: don't reexport behavior types (0e8b47f)
  • types: fix typedoc issues (a7706bd)
  • types: remove cyclic dependencies (d718b2d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @portabletext/block-tools bumped to 1.1.11

block-tools: v1.1.11

28 Feb 10:26
Compare
Choose a tag to compare

1.1.11 (2025-02-28)

Bug Fixes

  • deps: update sanity monorepo to ^3.77.2 (1f9792e)

editor: v1.36.1

25 Feb 13:25
Compare
Choose a tag to compare

1.36.1 (2025-02-25)

Bug Fixes

  • mitigate syncing getting stuck if value changed while syncing (cfa7523)

editor: v1.36.0

25 Feb 11:27
Compare
Choose a tag to compare

1.36.0 (2025-02-25)

Features

  • behaviors: allow listening for all events using "*" (baaf310)
  • plugins: export DecoratorShortcutPlugin (3dc9d1a)

Bug Fixes

  • deprecate PortableTextEditor.(undo|redo) (73fd0b0)
  • deps: update sanity monorepo to ^3.77.1 (3704f06)
  • only warn on (deserialization|serialization).failure (b28369c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @portabletext/block-tools bumped to 1.1.10

block-tools: v1.1.10

25 Feb 11:27
Compare
Choose a tag to compare

1.1.10 (2025-02-25)

Bug Fixes

  • deps: update sanity monorepo to ^3.77.1 (3704f06)

editor: v1.35.4

24 Feb 11:17
Compare
Choose a tag to compare

1.35.4 (2025-02-24)

Bug Fixes

  • bulk mutations by action ID (3cc2e69)
  • replace mutation debounce with a typing debounce (9114aa3)

editor: v1.35.3

24 Feb 09:38
00ceb10
Compare
Choose a tag to compare

1.35.3 (2025-02-24)

Bug Fixes

  • deps: update react compiler dependencies 🤖 ✨ (#831) (6c27e5a)

editor: v1.35.2

24 Feb 08:26
Compare
Choose a tag to compare

1.35.2 (2025-02-24)

Bug Fixes

  • avoid mutation emission getting stuck (71f66d4)
  • deps: update dependency rxjs to ^7.8.2 (be33cc7)