tiptap/demos/CHANGELOG.md
Dominik Biedebach e25d4a3710 v2.0.0-beta.193
2022-09-10 21:12:56 +02:00

3.8 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.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