tiptap/demos/CHANGELOG.md
Dominik Biedebach 801b436d7a v2.0.0-beta.198
2022-09-29 15:20:55 +02:00

5.1 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-beta.198 (2022-09-29)

Note: Version bump only for package tiptap-demos

2.0.0-beta.197 (2022-09-26)

Bug Fixes

  • core: Can() does not work for setting marks (#3223) (17a41da)

2.0.0-beta.196 (2022-09-20)

Note: Version bump only for package tiptap-demos

2.0.0-beta.195 (2022-09-14)

Bug Fixes

  • extension/bubble-menu: 🐛 fix bubble menu and floating menu being available when editor not editable (#3195) (fa96749)

2.0.0-beta.194 (2022-09-11)

Note: Version bump only for package tiptap-demos

2.0.0-beta.193 (2022-09-10)

Bug Fixes

  • bump documents (43611ea)
  • disable broken tests for experiements with further todo message (b8ae9e2)
  • dont check for active node in wrapIn command, fix #1059 (170ec4b)
  • extension/collaboration: 🚑 pin y-prosemirror version to 1.0.20 to fix broken functionality with vue (5989f3b)
  • fix RangeError bug when selecting all text, fix #2490 (70422dd)
  • maintainment: fix cjs issues with prosemirror-tables (eb92597)
  • remove some magic strings (6c34dec)
  • suggestion: 🐛 make clientrect prop optional as it can potentially be undefined (#2813) (f019f70), closes #2795
  • temp fix collaboration demo (4528756)

Features