ueberdosis/tiptap
 Watch   
 Star   
 Fork   
24 days ago
tiptap

v3.0.0-next.8

Releases

@tiptap/extension-focus@3.0.0-next.8

Patch Changes

  • @tiptap/extensions@3.0.0-next.8

@tiptap/pm@3.0.0-next.8

Patch Changes

  • 1e91f9b: Fix prosemirror history build

@tiptap/starter-kit@3.0.0-next.8

Patch Changes

  • 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

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.7...v3.0.0-next.8

25 days ago
tiptap

v2.11.7

Releases

@tiptap/core@2.11.7

Patch Changes

  • e23882d: Clone dragged node before dragging to get correct drag preview image

@tiptap/extension-table@2.11.7

Patch Changes

  • a44a311: Added new export for TableView class

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.6...v2.11.7

27 days ago
tiptap

v3.0.0-next.7

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/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 as UndoRedo 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 the destroy method, which will unmount, emit the destroy 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
27 days ago
tiptap

v2.11.6

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.5...v2.11.6


Releases

@tiptap/core@2.11.6

Patch Changes

  • 826cfe7: Export focusEvents plugin key

@tiptap/extension-ordered-list@2.11.6

Patch Changes

  • 9abb019: Use null in ordered list's default type value for better schema extension support

@tiptap/extension-youtube@2.11.6

Patch Changes

  • 151de93: extension-youtube: enhance embed URL generation to support video lists
  • 81009d2: This change adds option to set rel parameter on youtube embed link

@tiptap/pm@2.11.6

Patch Changes

  • f3258d9: Upgraded prosemirror-tables to 1.6.4. Fixes a bug with broken tables appearing when dropping text.

@tiptap/react@2.11.6

Patch Changes

  • @tiptap/extension-bubble-menu@2.11.6
  • @tiptap/extension-floating-menu@2.11.6

@tiptap/starter-kit@2.11.6

Patch Changes

  • 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/vue-2@2.11.6

Patch Changes

  • @tiptap/extension-bubble-menu@2.11.6
  • @tiptap/extension-floating-menu@2.11.6

@tiptap/vue-3@2.11.6

Patch Changes

  • @tiptap/extension-bubble-menu@2.11.6
  • @tiptap/extension-floating-menu@2.11.6
2025-01-31 17:13:09
tiptap

v2.11.5

Releases

@tiptap/pm@2.11.5

Patch Changes

  • 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

2025-01-31 01:32:22
tiptap

v3.0.0-next.6

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v3.0.0-next.5...v3.0.0-next.6

2025-01-31 00:06:32
tiptap

v2.11.4

@tiptap/extension-link@2.11.4

Patch Changes

  • bce96a6: Added support for numbers in email addresses.

@tiptap/extension-text-align@2.11.4

Patch Changes

  • 49402f6: Modify the documentation of the default value of defaultAlignment so that it matches the code

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.3...v2.11.4

2025-01-29 00:56:02
tiptap

v3.0.0-next.5

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/@tiptap/core@3.0.0-next.3...v3.0.0-next.5

2025-01-23 00:17:42
tiptap

v2.11.3

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.1...v2.11.3

2025-01-10 19:05:04
tiptap

v2.11.1

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.11.0...v2.11.1