You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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-1234 as 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
8614730: Allow string width and height values like '100%' or '20rem' in the YouTube extension. Non-numeric values in parsed HTML are now preserved instead of being converted to numbers.