What's Changed
- upgrade prosemirror-tables to 1.6.3 by @bdbch in #6073
- Publish a new stable version by @github-actions in #6075
- Remove redundant optional chaining in starter kit extension by @arnaugomez in #6090
- upgrade prosemirror-tables to 1.6.4 (fixes #6074) by @mr1name in #6088
- Fix/enforce-type-imports-so-that-bundler-ignores-types by @arnaugomez in #6132
- Rename History extension to UndoRedo by @bdbch in #6172
- Rename CollaborationCursor extension to CollaborationCaret by @bdbch in #6173
- fix: use null in ordered list's default type value by @embiem in #6213
- refactor: export focusEvents plugin key by @jomifepe in #6204
- starter kit: add missing dependency by @mimecuvalo in #6189
- build(deps): bump cypress-io/github-action from 6.7.8 to 6.7.16 by @dependabot in #6183
- build(deps-dev): bump vite from 5.4.11 to 5.4.15 by @dependabot in #6208
- build(deps): bump actions/cache from 4.2.0 to 4.2.3 by @dependabot in #6201
- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by @dependabot in #6200
- build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 by @dependabot in #6095
- Add option to set rel on youtube embed link by @teamclouday in #6083
- fix(core): add even more strict types for Nodes, Marks, and Extensions by @nperez0111 in #6182
- feat(youtube): enhance embed URL generation to support video lists by @Simon-He95 in #6096
- Publish a new stable version by @github-actions in #6217
- Publish a new pre-release version (next) by @github-actions in #6156
New Contributors
- @mr1name made their first contribution in #6088
- @embiem made their first contribution in #6213
- @jomifepe made their first contribution in #6204
- @mimecuvalo made their first contribution in #6189
- @teamclouday made their first contribution in #6083
Full Changelog: v3.0.0-next.6...v3.0.0-next.7
Releases
@tiptap/extension-history@3.0.0-next.7
Major Changes
- 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.
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-collaboration-caret@3.0.0-next.7
Major Changes
- 25ec82e: Renamed
@tiptap/extension-collaboration-cursor
to@tiptap/extension-collaboration-caret
to clarify what kind of cursor this extension is implementing.
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/core@3.0.0-next.7
Minor Changes
- 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.
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-character-count@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-dropcursor@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-focus@3.0.0-next.7
Patch Changes
- 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
@tiptap/extension-gapcursor@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-list-item@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-list-keymap@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-placeholder@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-table-cell@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-table-header@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-table-row@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-task-item@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-task-list@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-blockquote@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-bold@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-bubble-menu@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-bullet-list@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-code@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-code-block@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-code-block-lowlight@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-collaboration@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-color@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-document@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-floating-menu@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-font-family@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-hard-break@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-heading@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-highlight@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-horizontal-rule@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-image@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-italic@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-link@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-list@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-mention@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-ordered-list@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-paragraph@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-strike@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-subscript@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-superscript@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-table@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-text@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-text-align@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-text-style@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-typography@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-underline@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extension-youtube@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/extensions@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/html@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/pm@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/react@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/starter-kit@3.0.0-next.7
Patch Changes
- 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
@tiptap/static-renderer@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/suggestion@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/vue-2@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
@tiptap/vue-3@3.0.0-next.7
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
tiptap-2-migrate-imports@1.0.1-next.0
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory
tiptap-demos@3.0.0-next.2
Patch Changes
- 89bd9c7: Enforce type imports so that the bundler ignores TypeScript type imports when generating the index.js file of the dist directory