mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
5.1 KiB
5.1 KiB
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
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)
- don’t 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
- Add extension storage (#2069) (7ffabf2)
- add getText() and generateText() methods (fix #1428) (#1875) (fe6a3e7)
- add some improvements to
CharacterCount
extension (#2256), fix #1049, fix #1550, fix #1839, fix #2245 (5daa870) - Add support for autolink (#2226) (3d68981)
- extension-link: ✨ add validate option to link extension (23e67ad), closes #2779
- extension/youtube: ✨ new youtube embed extension (#2814) (1c0554b)
- Integrate input rules and paste rules into the core (#1997) (723b955)
- parseHTML for attributes should return the value instead of an object now, fix #1863 (8a3b47a)