v3.0.0-next.8
- @tiptap/extensions@3.0.0-next.8
- 1e91f9b: Fix prosemirror history build
- Updated dependencies [1e91f9b]
- @tiptap/pm@3.0.0-next.8
- @tiptap/extension-dropcursor@3.0.0-next.8
- @tiptap/extension-gapcursor@3.0.0-next.8
- @tiptap/extension-list-item@3.0.0-next.8
- @tiptap/extension-list-keymap@3.0.0-next.8
- @tiptap/core@3.0.0-next.8
- @tiptap/extension-blockquote@3.0.0-next.8
- @tiptap/extension-bold@3.0.0-next.8
- @tiptap/extension-bullet-list@3.0.0-next.8
- @tiptap/extension-code@3.0.0-next.8
- @tiptap/extension-code-block@3.0.0-next.8
- @tiptap/extension-document@3.0.0-next.8
- @tiptap/extension-hard-break@3.0.0-next.8
- @tiptap/extension-heading@3.0.0-next.8
- @tiptap/extension-horizontal-rule@3.0.0-next.8
- @tiptap/extension-italic@3.0.0-next.8
- @tiptap/extension-link@3.0.0-next.8
- @tiptap/extension-list@3.0.0-next.8
- @tiptap/extension-ordered-list@3.0.0-next.8
- @tiptap/extension-paragraph@3.0.0-next.8
- @tiptap/extension-strike@3.0.0-next.8
- @tiptap/extension-text@3.0.0-next.8
- @tiptap/extension-underline@3.0.0-next.8
- @tiptap/extensions@3.0.0-next.8
- Fix broken prosemirror-module build missing history package by @bdbch in https://github.com/ueberdosis/tiptap/pull/6221
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6222
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.7...v3.0.0-next.8
v2.11.7
- e23882d: Clone dragged node before dragging to get correct drag preview image
- a44a311: Added new export for TableView class
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.6...v2.11.7
v3.0.0-next.7
- upgrade prosemirror-tables to 1.6.3 by @bdbch in https://github.com/ueberdosis/tiptap/pull/6073
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6075
- Remove redundant optional chaining in starter kit extension by @arnaugomez in https://github.com/ueberdosis/tiptap/pull/6090
- upgrade prosemirror-tables to 1.6.4 (fixes #6074) by @mr1name in https://github.com/ueberdosis/tiptap/pull/6088
- Fix/enforce-type-imports-so-that-bundler-ignores-types by @arnaugomez in https://github.com/ueberdosis/tiptap/pull/6132
- Rename History extension to UndoRedo by @bdbch in https://github.com/ueberdosis/tiptap/pull/6172
- Rename CollaborationCursor extension to CollaborationCaret by @bdbch in https://github.com/ueberdosis/tiptap/pull/6173
- fix: use null in ordered list's default type value by @embiem in https://github.com/ueberdosis/tiptap/pull/6213
- refactor: export focusEvents plugin key by @jomifepe in https://github.com/ueberdosis/tiptap/pull/6204
- starter kit: add missing dependency by @mimecuvalo in https://github.com/ueberdosis/tiptap/pull/6189
- build(deps): bump cypress-io/github-action from 6.7.8 to 6.7.16 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6183
- build(deps-dev): bump vite from 5.4.11 to 5.4.15 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6208
- build(deps): bump actions/cache from 4.2.0 to 4.2.3 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6201
- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6200
- build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6095
- Add option to set rel on youtube embed link by @teamclouday in https://github.com/ueberdosis/tiptap/pull/6083
- fix(core): add even more strict types for Nodes, Marks, and Extensions by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6182
- feat(youtube): enhance embed URL generation to support video lists by @Simon-He95 in https://github.com/ueberdosis/tiptap/pull/6096
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6217
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6156
- @mr1name made their first contribution in https://github.com/ueberdosis/tiptap/pull/6088
- @embiem made their first contribution in https://github.com/ueberdosis/tiptap/pull/6213
- @jomifepe made their first contribution in https://github.com/ueberdosis/tiptap/pull/6204
- @mimecuvalo made their first contribution in https://github.com/ueberdosis/tiptap/pull/6189
- @teamclouday made their first contribution in https://github.com/ueberdosis/tiptap/pull/6083
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.6...v3.0.0-next.7
- d8a3d93: Pointed old
extension-history
extension as a fallback extension to the new@tiptap/extensions
package where the old history extension is now exported from asUndoRedo
to clarify what kind of history this extension is implementing.
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 25ec82e: Renamed
@tiptap/extension-collaboration-cursor
to@tiptap/extension-collaboration-caret
to clarify what kind of cursor this extension is implementing.
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 8de8e13: The editor instance now supports an
unmount
method which allows for mounting and unmounting the editor to the DOM. This encourages re-use of editor instances by preserving all the same options between instances. This is different from thedestroy
method, which will unmount, emit thedestroy
event, and remove all event listeners.
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- Updated dependencies [89bd9c7]
- @tiptap/extensions@3.0.0-next.7
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- Updated dependencies [8de8e13]
- Updated dependencies [89bd9c7]
- @tiptap/core@3.0.0-next.7
- @tiptap/extension-blockquote@3.0.0-next.7
- @tiptap/extension-bold@3.0.0-next.7
- @tiptap/extension-bullet-list@3.0.0-next.7
- @tiptap/extension-code@3.0.0-next.7
- @tiptap/extension-code-block@3.0.0-next.7
- @tiptap/extension-document@3.0.0-next.7
- @tiptap/extension-dropcursor@3.0.0-next.7
- @tiptap/extension-gapcursor@3.0.0-next.7
- @tiptap/extension-hard-break@3.0.0-next.7
- @tiptap/extension-heading@3.0.0-next.7
- @tiptap/extension-horizontal-rule@3.0.0-next.7
- @tiptap/extension-italic@3.0.0-next.7
- @tiptap/extension-link@3.0.0-next.7
- @tiptap/extension-list@3.0.0-next.7
- @tiptap/extension-list-item@3.0.0-next.7
- @tiptap/extension-list-keymap@3.0.0-next.7
- @tiptap/extension-ordered-list@3.0.0-next.7
- @tiptap/extension-paragraph@3.0.0-next.7
- @tiptap/extension-strike@3.0.0-next.7
- @tiptap/extension-text@3.0.0-next.7
- @tiptap/extension-underline@3.0.0-next.7
- @tiptap/extensions@3.0.0-next.7
- @tiptap/pm@3.0.0-next.7
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
v2.11.6
- upgrade prosemirror-tables to 1.6.3 by @bdbch in https://github.com/ueberdosis/tiptap/pull/6073
- Remove redundant optional chaining in starter kit extension by @arnaugomez in https://github.com/ueberdosis/tiptap/pull/6090
- upgrade prosemirror-tables to 1.6.4 (fixes #6074) by @mr1name in https://github.com/ueberdosis/tiptap/pull/6088
- fix: use null in ordered list's default type value by @embiem in https://github.com/ueberdosis/tiptap/pull/6213
- refactor: export focusEvents plugin key by @jomifepe in https://github.com/ueberdosis/tiptap/pull/6204
- build(deps): bump cypress-io/github-action from 6.7.8 to 6.7.16 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6183
- build(deps-dev): bump vite from 5.4.11 to 5.4.15 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6208
- build(deps): bump actions/cache from 4.2.0 to 4.2.3 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6201
- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6200
- build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/6095
- Add option to set rel on youtube embed link by @teamclouday in https://github.com/ueberdosis/tiptap/pull/6083
- feat(youtube): enhance embed URL generation to support video lists by @Simon-He95 in https://github.com/ueberdosis/tiptap/pull/6096
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6217
- @mr1name made their first contribution in https://github.com/ueberdosis/tiptap/pull/6088
- @embiem made their first contribution in https://github.com/ueberdosis/tiptap/pull/6213
- @jomifepe made their first contribution in https://github.com/ueberdosis/tiptap/pull/6204
- @teamclouday made their first contribution in https://github.com/ueberdosis/tiptap/pull/6083
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.5...v2.11.6
- 826cfe7: Export focusEvents plugin key
- 9abb019: Use null in ordered list's default type value for better schema extension support
- 151de93:
extension-youtube
: enhance embed URL generation to support video lists - 81009d2: This change adds option to set rel parameter on youtube embed link
- f3258d9: Upgraded prosemirror-tables to 1.6.4. Fixes a bug with broken tables appearing when dropping text.
- @tiptap/extension-bubble-menu@2.11.6
- @tiptap/extension-floating-menu@2.11.6
- 3826872: Remove redundant optional chaining in options object
- Updated dependencies [826cfe7]
- Updated dependencies [f3258d9]
- Updated dependencies [9abb019]
- @tiptap/core@2.11.6
- @tiptap/pm@2.11.6
- @tiptap/extension-ordered-list@2.11.6
- @tiptap/extension-blockquote@2.11.6
- @tiptap/extension-bold@2.11.6
- @tiptap/extension-bullet-list@2.11.6
- @tiptap/extension-code@2.11.6
- @tiptap/extension-code-block@2.11.6
- @tiptap/extension-document@2.11.6
- @tiptap/extension-dropcursor@2.11.6
- @tiptap/extension-gapcursor@2.11.6
- @tiptap/extension-hard-break@2.11.6
- @tiptap/extension-heading@2.11.6
- @tiptap/extension-history@2.11.6
- @tiptap/extension-horizontal-rule@2.11.6
- @tiptap/extension-italic@2.11.6
- @tiptap/extension-list-item@2.11.6
- @tiptap/extension-paragraph@2.11.6
- @tiptap/extension-strike@2.11.6
- @tiptap/extension-text@2.11.6
- @tiptap/extension-text-style@2.11.6
- @tiptap/extension-bubble-menu@2.11.6
- @tiptap/extension-floating-menu@2.11.6
- @tiptap/extension-bubble-menu@2.11.6
- @tiptap/extension-floating-menu@2.11.6
v2.11.5
- 98fffbb: Upgraded prosemirror-tables to 1.6.3 to fix cells being resizable while the editor is uneditable
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.4...v2.11.5
v3.0.0-next.6
- Modify the TextAlign extension documentation so that the default value of the defaultAlignment option matches the code by @arnaugomez in https://github.com/ueberdosis/tiptap/pull/6061
- feat: add a codemod for transforming imports by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6067
- fix(extension-link): update regex to allow numbers in URI by @timoisik in https://github.com/ueberdosis/tiptap/pull/6068
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6070
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6071
- @arnaugomez made their first contribution in https://github.com/ueberdosis/tiptap/pull/6061
- @timoisik made their first contribution in https://github.com/ueberdosis/tiptap/pull/6068
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.5...v3.0.0-next.6
v2.11.4
- bce96a6: Added support for numbers in email addresses.
- 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code
- @arnaugomez made their first contribution in https://github.com/ueberdosis/tiptap/pull/6061
- @timoisik made their first contribution in https://github.com/ueberdosis/tiptap/pull/6068
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.3...v2.11.4
v3.0.0-next.5
- Merge develop by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5873
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5874
- replaced youtube regex with regex found on https://regexr.com/3dj5t, … by @janthurau in https://github.com/ueberdosis/tiptap/pull/4645
- fix(extension-code): support safari versions 16.4 and older by @lino-levan in https://github.com/ueberdosis/tiptap/pull/5916
- Fix/remove empty text style extension by @alexvcasillas in https://github.com/ueberdosis/tiptap/pull/5909
- Fixed Link extension's commands not respecting XSS prevention via unallowed protocols by @bdbch in https://github.com/ueberdosis/tiptap/pull/5945
- Publish a new stable version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5947
- build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5958
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5935
- build(deps): bump cypress-io/github-action from 6.7.7 to 6.7.8 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5938
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/ueberdosis/tiptap/pull/5922
- fix: update linkifyjs to support object-replacement characters by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5968
- fix(task-item): fix updating checked status by @nicksellen in https://github.com/ueberdosis/tiptap/pull/5953
- feat(core): add
rewriteUnknownContent
utility for cleaning JSON by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5915 - Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5836
- [ISSUE-5815] Add font size extension by @kart-c in https://github.com/ueberdosis/tiptap/pull/5894
- perf(core): if a transaction is a no-op do not attempt to re-apply it #4535 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5449
- Update LICENSE.md, fix copyright license year by @JasonnnW3000 in https://github.com/ueberdosis/tiptap/pull/5975
- feat: make text-style non-consuming by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5979
- fix: handleSelectionUpdate callback is triggered before the renderer is initialized. by @rushillshah in https://github.com/ueberdosis/tiptap/pull/5982
- feat(extension-utils): add a new package, extension-utils by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5970
- feat(table): make all table packages be in one package, add a new TableKit extension to configure them by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5469
- build: migrate to pnpm by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5978
- build: move cypress cache by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5989
- feat(static-renderer): add
@tiptap/static-renderer
to enable static rendering of content by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5528 - feat(text-style): merge all packages into text-style by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6001
- refactor(table): re-export the sub-paths, reuse them in old pkgs by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6002
- feat(html): switch from
zeed-dom
tohappy-dom-without-node
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5984 - feat: migrate
@tiptap/extension-utils
->@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6003 - fix: add missing node view props to props type object by @GYHHAHA in https://github.com/ueberdosis/tiptap/pull/6006
- Support
validate
options in node and mark attribute definitions. by @bobthecow in https://github.com/ueberdosis/tiptap/pull/5991 - fix(extension-link): Fix the issue where a link cannot be pasted when… by @guanriyue in https://github.com/ueberdosis/tiptap/pull/6010
- fix(core): convert class attribute to string by @AndreyChelnokov in https://github.com/ueberdosis/tiptap/pull/6011
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/5969
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5983
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6013
- docs: add a custom shortcuts example by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5981
- test: add tests specifically for React static rendering by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6029
- perf(react): do some light diffing to not reset options on every render #6024 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6031
- fix: Text Formatting Effects Reset After Input Confirmation with Japanese IME on Mobile Browsers (Safari & Chrome) by @agata in https://github.com/ueberdosis/tiptap/pull/6033
- feat(jsx): add
@tiptap/jsx
for more convenient rendering of Tiptap content by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5558 - feat(on-delete): add a new extension
OnDelete
which can detect node deletions by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6022 - feat(core): add support for markviews by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5759
- fix(core): fix focus issue introduced in v2.11.0 by @cpgruber in https://github.com/ueberdosis/tiptap/pull/6043
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/6035
- build: move to latest cypress by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6041
- refactor: extract bubble-menu & floating-menu to own export by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/5993
- refactor(core): update setContent command signature for better defaults by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6051
- feat(core): introduce new mounting system for SSR by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6050
- feat(core): the delete event can now detect mark deletions too by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6047
- feat: update changesets and move more extensions into
@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6056 - feat(list): add new
extension-list
package which packages all the list packages into a single package by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6048 - feat: move the character-count extension into
@tiptap/extensions
by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6059 - use @tiptap/y-tiptap instead of y-prosemirror by @bdbch in https://github.com/ueberdosis/tiptap/pull/6064
- feat(core): editor.storage strong typing and separate instances by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6060
- test: update examples for trailing-node and selection extension by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6065
- Publish a new pre-release version (next) by @github-actions in https://github.com/ueberdosis/tiptap/pull/6012
- @lino-levan made their first contribution in https://github.com/ueberdosis/tiptap/pull/5916
- @nicksellen made their first contribution in https://github.com/ueberdosis/tiptap/pull/5953
- @JasonnnW3000 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5975
- @rushillshah made their first contribution in https://github.com/ueberdosis/tiptap/pull/5982
- @GYHHAHA made their first contribution in https://github.com/ueberdosis/tiptap/pull/6006
- @bobthecow made their first contribution in https://github.com/ueberdosis/tiptap/pull/5991
- @guanriyue made their first contribution in https://github.com/ueberdosis/tiptap/pull/6010
- @agata made their first contribution in https://github.com/ueberdosis/tiptap/pull/6033
- @cpgruber made their first contribution in https://github.com/ueberdosis/tiptap/pull/6043
Full Changelog: https://github.com/ueberdosis/tiptap/compare/@tiptap/core@3.0.0-next.3...v3.0.0-next.5
v2.11.3
- perf(react): do some light diffing to not reset options on every render #6024 by @nperez0111 in https://github.com/ueberdosis/tiptap/pull/6031
- fix: Text Formatting Effects Reset After Input Confirmation with Japanese IME on Mobile Browsers (Safari & Chrome) by @agata in https://github.com/ueberdosis/tiptap/pull/6033
- fix(core): fix focus issue introduced in v2.11.0 by @cpgruber in https://github.com/ueberdosis/tiptap/pull/6043
- @agata made their first contribution in https://github.com/ueberdosis/tiptap/pull/6033
- @cpgruber made their first contribution in https://github.com/ueberdosis/tiptap/pull/6043
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.1...v2.11.3
v2.11.1
- Update LICENSE.md, fix copyright license year by @JasonnnW3000 in https://github.com/ueberdosis/tiptap/pull/5975
- fix: handleSelectionUpdate callback is triggered before the renderer is initialized. by @rushillshah in https://github.com/ueberdosis/tiptap/pull/5982
- fix: add missing node view props to props type object by @GYHHAHA in https://github.com/ueberdosis/tiptap/pull/6006
- fix(extension-link): Fix the issue where a link cannot be pasted when… by @guanriyue in https://github.com/ueberdosis/tiptap/pull/6010
- fix(core): convert class attribute to string by @AndreyChelnokov in https://github.com/ueberdosis/tiptap/pull/6011
- Publish a new pre-release version by @github-actions in https://github.com/ueberdosis/tiptap/pull/5983
- @JasonnnW3000 made their first contribution in https://github.com/ueberdosis/tiptap/pull/5975
- @rushillshah made their first contribution in https://github.com/ueberdosis/tiptap/pull/5982
- @GYHHAHA made their first contribution in https://github.com/ueberdosis/tiptap/pull/6006
- @guanriyue made their first contribution in https://github.com/ueberdosis/tiptap/pull/6010
Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.0...v2.11.1