@tiptap/extension-details
Patch Changes
- 8614730: Fix the cursor moving to the details summary after typing in content at the start of a document.
- @tiptap/core@3.28.0
- @tiptap/extension-text-style@3.28.0
- @tiptap/pm@3.28.0
@tiptap/extension-list
Patch Changes
- 8614730: Fix markdown parsing a line like
(216) 555-1234as an ordered list. A number followed by)mid-line is no longer treated as a list marker. - @tiptap/core@3.28.0
- @tiptap/pm@3.28.0
@tiptap/react
Patch Changes
- 8614730: Batch React node view portal store notifications that happen in the same microtask to avoid nested update depth warnings when many node views mount together.
- 8614730: Bind onMount and onUnmount event handlers when initializing an Editor with useEditor hook.
- @tiptap/core@3.28.0
- @tiptap/pm@3.28.0
@tiptap/extension-collaboration-caret
Patch Changes
- 8614730: Bump @tiptap/y-tiptap version to ensure users use latest version
- @tiptap/core@3.28.0
- @tiptap/pm@3.28.0
@tiptap/extension-collaboration
Patch Changes
- 8614730: Bump @tiptap/y-tiptap version to ensure users use latest version
- @tiptap/core@3.28.0
- @tiptap/pm@3.28.0
@tiptap/extension-drag-handle
Patch Changes
- 8614730: Bump @tiptap/y-tiptap version to ensure users use latest version
- Updated dependencies [8614730]
- @tiptap/extension-collaboration@3.28.0
- @tiptap/core@3.28.0
- @tiptap/extension-node-range@3.28.0
- @tiptap/pm@3.28.0
@tiptap/extension-youtube
Minor Changes
- 8614730: Allow string
widthandheightvalues like'100%'or'20rem'in the YouTube extension. Non-numeric values in parsed HTML are now preserved instead of being converted to numbers.