tiptap/demos/CHANGELOG.md
Dominik Biedebach f92916d2ea v2.1.0-rc.10
2023-07-07 15:58:26 +02:00

14 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.1.0-rc.10 (2023-07-07)

Bug Fixes

  • react: check props.clientRect before creating ReactRenderer (#4138) (d710846)

2.1.0-rc.9 (2023-06-15)

Note: Version bump only for package tiptap-demos

2.1.0-rc.8 (2023-05-25)

Note: Version bump only for package tiptap-demos

2.1.0-rc.7 (2023-05-25)

Note: Version bump only for package tiptap-demos

2.1.0-rc.6 (2023-05-25)

Note: Version bump only for package tiptap-demos

2.1.0-rc.5 (2023-05-25)

Features

2.1.0-rc.4 (2023-04-27)

Note: Version bump only for package tiptap-demos

2.1.0-rc.3 (2023-04-26)

Note: Version bump only for package tiptap-demos

2.1.0-rc.2 (2023-04-26)

Bug Fixes

  • extension-link: fix link not being kept when pasting url with link (#3975) (e7d7d49)

2.1.0-rc.1 (2023-04-12)

Bug Fixes

  • bubble-menu: fix debounce not working with collab/collaboration cursor (#3956) (e8cef04)

2.1.0-rc.0 (2023-04-05)

Bug Fixes

  • clear nodes when cursor at start of empty isolating parent (#3943) (7278ee2)
  • Update peerDependencies to fix lerna version tasks (#3914) (0c1bba3)

2.1.0-rc.0 (2023-04-05)

Bug Fixes

  • clear nodes when cursor at start of empty isolating parent (#3943) (7278ee2)
  • bubble-menu: fix debounce not working with collab/collaboration cursor (#3956) (a78f8cd)

2.0.3 (2023-04-13)

Bug Fixes

  • bubble-menu: fix debounce not working with collab/collaboration cursor (#3956) (e8cef04)

2.0.2 (2023-04-03)

Features

2.0.1 (2023-03-30)

Bug Fixes

  • Update peerDependencies to fix lerna version tasks (#3914) (0534f76)

2.0.0-beta.220 (2023-02-28)

Bug Fixes

  • core: fix destroyed view causing errors on dispatchTransaction (#3799) (3c07ca0)
  • tests: fix tests for lists (02eec8a)

2.0.0-beta.219 (2023-02-27)

Bug Fixes

  • core: allow insertContentAt and insertContent text node arrays (#3790) (0300630)

Features

2.0.0-beta.218 (2023-02-18)

Note: Version bump only for package tiptap-demos

2.0.0-beta.217 (2023-02-09)

Note: Version bump only for package tiptap-demos

2.0.0-beta.216 (2023-02-08)

Note: Version bump only for package tiptap-demos

2.0.0-beta.215 (2023-02-08)

Note: Version bump only for package tiptap-demos

2.0.0-beta.214 (2023-02-08)

Note: Version bump only for package tiptap-demos

2.0.0-beta.213 (2023-02-07)

Note: Version bump only for package tiptap-demos

2.0.0-beta.212 (2023-02-03)

Note: Version bump only for package tiptap-demos

2.0.0-beta.211 (2023-02-02)

Note: Version bump only for package tiptap-demos

2.0.0-beta.210 (2023-02-02)

Features

  • pm: new prosemirror package for dependency resolving (f387ad3)

2.0.0-beta.209 (2022-12-16)

Note: Version bump only for package tiptap-demos

2.0.0-beta.208 (2022-12-16)

Note: Version bump only for package tiptap-demos

2.0.0-beta.207 (2022-12-08)

Note: Version bump only for package tiptap-demos

2.0.0-beta.206 (2022-12-08)

Note: Version bump only for package tiptap-demos

2.0.0-beta.205 (2022-12-05)

Note: Version bump only for package tiptap-demos

2.0.0-beta.204 (2022-11-25)

Bug Fixes

  • tests: fix autolink validation test (5150095)

2.0.0-beta.203 (2022-11-24)

Bug Fixes

2.0.0-beta.202 (2022-11-04)

Note: Version bump only for package tiptap-demos

2.0.0-beta.201 (2022-11-04)

Note: Version bump only for package tiptap-demos

2.0.0-beta.200 (2022-11-04)

Note: Version bump only for package tiptap-demos

2.0.0-beta.199 (2022-09-30)

Note: Version bump only for package tiptap-demos

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