2.14.0
2026-05-08
-
Components [date-picker] add
singlePanelfor range-picker (#19498 by @Dsaquel) -
Components [input-number] add
tabindexprop (#23582 by @rzzf) -
Components [tree/tree-v2/tree-select] setChecked supports deep check (#23591 by @l246804)
-
Components [input-otp] new component (#23634 by @rzzf)
-
Components [input-number] add formatter and parser props (#23271 by @rzzf)
-
Components [select/select-v2] add
end-reachedevent (#23806 by @ALypovskyi) -
Components [autocomplete] add
popper-optionsandshow-arrowprops (#24109 by @rzzf) -
Components [cascader] support
virtual-scroll&fitInputWidth&height&item-size(#23877 by @zhixiaotong) -
Components [message-box] pass action-handlers to vnode (#23901 by @micaiguai)
-
Components style properties support Boolean values (#24165 by @rzzf)
-
Deps update dependency @docsearch/css to v4 (#24000 by @renovate[bot])
-
Deps update dependency @docsearch/js to v4 (#24001 by @renovate[bot])
-
Deps update dependency typescript to v6 (#24026 by @renovate[bot])
-
Components [message] missing content wrapper in VNode message (#23352 by @romankaravia)
-
Style [form-item] remove trailing inline margin (#23671 by @Dsaquel)
-
Components [virtual-list]
scrollbar-always-onloses reactivity (#24064 by @rzzf) -
Components [input] prevent layout shift when toggling clear icon (#23661 by @Dsaquel)
-
Components [input] avoid border flicker while resizing (#24078 by @rzzf)
-
Components [segmented] incorrect bg position after update options (#24101 by @rzzf)
-
Dts some type declarations in tree-v2 are missing (#24116 by @rzzf)
-
Components [table] prevent stale height callbacks (#24118 by @xingyixiang)
-
Deps update dependency typescript to ~6.0.3 (#24125 by @renovate[bot])
-
Deps update dependency globals to ^17.5.0 (#24133 by @renovate[bot])
-
Deps update dependency components-helper to ^2.2.0 (#24127 by @renovate[bot])
-
Deps update dependency @types/lodash to ^4.17.24 (#24126 by @renovate[bot])
-
Deps update dependency eslint-plugin-prettier to ^5.5.5 (#24124 by @renovate[bot])
-
Deps update dependency prettier to ^3.8.3 (#24129 by @renovate[bot])
-
Deps update dependency typescript-eslint to ^8.59.0 (#24130 by @renovate[bot])
-
Components [select] correctly display selected labels after
optionschange (#24036 by @LostElkByte) -
Deps update dependency markdown-it to ^14.1.1 (#24138 by @renovate[bot])
-
Deps update dependency tinyglobby to ^0.2.16 (#24139 by @renovate[bot])
-
Deps update dependency eslint-plugin-vue to ^10.9.0 (#24128 by @renovate[bot])
-
Components [table] parent-child selection mismatch in tree data (#23596 by @zhixiaotong)
-
Components [input] incorrect positioning of icon and count when resizing
textarea(#24115 by @rzzf) -
Components [dialog] incorrect boundary when resizing the window (#24172 by @rzzf)
-
Components [splitter] expand panel with initial zero size (#24200 by @rzzf)
-
Build generate correct DTS for all non-entry files (#24179 by @rzzf)
-
Components remove console noises from failed form validation (#23663 by @Dsaquel)
-
Components [select/v2] remove the unnecessary
computed(#24058 by @ixyzorg) -
Types import MaybeRef from vue instead of @vueuse/core (#24068 by @btea)
-
Element-plus remove
el-teleport(#23219 by @micaiguai) -
Components [menu-item] set index attribute to required (#20453 by @zzjiaxiang)
-
Components [cascader] replace
defineSlotswithuseSlots(#24114 by @rzzf)
v3.0.4
New compound component for semantic typography — Text.Heading, Text.Paragraph, Text.Code, and Text.Prose. Renders the correct HTML element automatically. Ported from HeroUI Pro.
Preview any component page in 11 built-in themes — Sky, Lavender, Mint, Netflix, Uber, Spotify, Coinbase, Airbnb, Discord, and Rabbit. Your pick is saved to localStorage.
All hardcoded border-radius values across 45+ component CSS files now use min() to cap the radius. No more broken visuals with large custom radius themes.
Focus ring now spans across individual cells using per-cell inset shadows — works correctly with virtualized rows too.
- Checkbox — removed hardcoded accent-hover background from selected/indeterminate state
- Autocomplete — isDisabled now propagates to Trigger and ClearButton
- Tooltip — revised padding and switched border-radius to design token
- Description — removed extra horizontal padding from form field descriptions
- Theme Builder — fixed swapped accent-foreground values
- Soft color contrast — darker accent-soft-foreground for light accent themes (Sky, Lavender, Mint), fixing barely-visible text on secondary buttons, chips, and badges
- fix(docs): correct swapped accent-foreground values in theme builder by @wingkwong in https://github.com/heroui-inc/heroui/pull/6401
- fix(docs): update mail template iframe url to /templates/email by @diegonzs in https://github.com/heroui-inc/heroui/pull/6449
- refactor(docs): adjust styling in PreviewContainer component by @diegonzs in https://github.com/heroui-inc/heroui/pull/6450
- chore(docs): replace pre-sale with launch discount in pro banner by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6453
- chore(textfield): move value to TextField by @wingkwong in https://github.com/heroui-inc/heroui/pull/6454
- feat(docs): show Pro components in OSS search with PRO badge by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6458
- feat(docs): add UTM params to Pro search result links by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6459
- fix(autocomplete): isDisabled by @wingkwong in https://github.com/heroui-inc/heroui/pull/6443
- fix(styles): replace rounded-full and hardcoded border-radius with design tokens by @diegonzs in https://github.com/heroui-inc/heroui/pull/6465
- fix(docs): keep sidebar scroll within viewport by @lunaxislu in https://github.com/heroui-inc/heroui/pull/6472
- chore: add AGENTS.md and configure pnpm onlyBuiltDependencies by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6473
- refactor(styles): table focus by @wingkwong in https://github.com/heroui-inc/heroui/pull/6476
- fix(styles): revise tooltip padding by @wingkwong in https://github.com/heroui-inc/heroui/pull/6481
- fix(styles): remove description horizontal padding from form fields by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6484
- fix(styles): wire text.css into styles bundle and enrich Text stories by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6485
- feat(react): add Text typography primitive by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6479
- fix(styles): cap border-radius with min() to prevent visibility issues on large radius themes by @diegonzs in https://github.com/heroui-inc/heroui/pull/6487
- feat: Redesign colors documentation with light/dark previews and CSS variables by @diegonzs in https://github.com/heroui-inc/heroui/pull/6486
- fix(docs): pass fallback to color copy handler by @diegonzs in https://github.com/heroui-inc/heroui/pull/6492
- feat(docs): add design theme selector by @wingkwong in https://github.com/heroui-inc/heroui/pull/6471
- feat(docs): add frameworks by @wingkwong in https://github.com/heroui-inc/heroui/pull/6495
- fix(docs): add missing github.pull and pr link by @wingkwong in https://github.com/heroui-inc/heroui/pull/6496
- V3.0.4 by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6483
- @lunaxislu made their first contribution in https://github.com/heroui-inc/heroui/pull/6472
Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.0.3...v3.0.4
v3.0.4
New compound component for semantic typography — Text.Heading, Text.Paragraph, Text.Code, and Text.Prose. Renders the correct HTML element automatically. Ported from HeroUI Pro.
Preview any component page in 11 built-in themes — Sky, Lavender, Mint, Netflix, Uber, Spotify, Coinbase, Airbnb, Discord, and Rabbit. Your pick is saved to localStorage.
All hardcoded border-radius values across 45+ component CSS files now use min() to cap the radius. No more broken visuals with large custom radius themes.
Focus ring now spans across individual cells using per-cell inset shadows — works correctly with virtualized rows too.
- Checkbox — removed hardcoded accent-hover background from selected/indeterminate state
- Autocomplete — isDisabled now propagates to Trigger and ClearButton
- Tooltip — revised padding and switched border-radius to design token
- Description — removed extra horizontal padding from form field descriptions
- Theme Builder — fixed swapped accent-foreground values
- Soft color contrast — darker accent-soft-foreground for light accent themes (Sky, Lavender, Mint), fixing barely-visible text on secondary buttons, chips, and badges
- fix(docs): correct swapped accent-foreground values in theme builder by @wingkwong in https://github.com/heroui-inc/heroui/pull/6401
- fix(docs): update mail template iframe url to /templates/email by @diegonzs in https://github.com/heroui-inc/heroui/pull/6449
- refactor(docs): adjust styling in PreviewContainer component by @diegonzs in https://github.com/heroui-inc/heroui/pull/6450
- chore(docs): replace pre-sale with launch discount in pro banner by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6453
- chore(textfield): move value to TextField by @wingkwong in https://github.com/heroui-inc/heroui/pull/6454
- feat(docs): show Pro components in OSS search with PRO badge by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6458
- feat(docs): add UTM params to Pro search result links by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6459
- fix(autocomplete): isDisabled by @wingkwong in https://github.com/heroui-inc/heroui/pull/6443
- fix(styles): replace rounded-full and hardcoded border-radius with design tokens by @diegonzs in https://github.com/heroui-inc/heroui/pull/6465
- fix(docs): keep sidebar scroll within viewport by @lunaxislu in https://github.com/heroui-inc/heroui/pull/6472
- chore: add AGENTS.md and configure pnpm onlyBuiltDependencies by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6473
- refactor(styles): table focus by @wingkwong in https://github.com/heroui-inc/heroui/pull/6476
- fix(styles): revise tooltip padding by @wingkwong in https://github.com/heroui-inc/heroui/pull/6481
- fix(styles): remove description horizontal padding from form fields by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6484
- fix(styles): wire text.css into styles bundle and enrich Text stories by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6485
- feat(react): add Text typography primitive by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6479
- fix(styles): cap border-radius with min() to prevent visibility issues on large radius themes by @diegonzs in https://github.com/heroui-inc/heroui/pull/6487
- feat: Redesign colors documentation with light/dark previews and CSS variables by @diegonzs in https://github.com/heroui-inc/heroui/pull/6486
- fix(docs): pass fallback to color copy handler by @diegonzs in https://github.com/heroui-inc/heroui/pull/6492
- feat(docs): add design theme selector by @wingkwong in https://github.com/heroui-inc/heroui/pull/6471
- feat(docs): add frameworks by @wingkwong in https://github.com/heroui-inc/heroui/pull/6495
- fix(docs): add missing github.pull and pr link by @wingkwong in https://github.com/heroui-inc/heroui/pull/6496
- V3.0.4 by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6483
- @lunaxislu made their first contribution in https://github.com/heroui-inc/heroui/pull/6472
Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.0.3...v3.0.4
v3.0.4
New compound component for semantic typography — Text.Heading, Text.Paragraph, Text.Code, and Text.Prose. Renders the correct HTML element automatically. Ported from HeroUI Pro.
Preview any component page in 11 built-in themes — Sky, Lavender, Mint, Netflix, Uber, Spotify, Coinbase, Airbnb, Discord, and Rabbit. Your pick is saved to localStorage.
All hardcoded border-radius values across 45+ component CSS files now use min() to cap the radius. No more broken visuals with large custom radius themes.
Focus ring now spans across individual cells using per-cell inset shadows — works correctly with virtualized rows too.
- Checkbox — removed hardcoded accent-hover background from selected/indeterminate state
- Autocomplete — isDisabled now propagates to Trigger and ClearButton
- Tooltip — revised padding and switched border-radius to design token
- Description — removed extra horizontal padding from form field descriptions
- Theme Builder — fixed swapped accent-foreground values
- Soft color contrast — darker accent-soft-foreground for light accent themes (Sky, Lavender, Mint), fixing barely-visible text on secondary buttons, chips, and badges
- fix(docs): correct swapped accent-foreground values in theme builder by @wingkwong in https://github.com/heroui-inc/heroui/pull/6401
- fix(docs): update mail template iframe url to /templates/email by @diegonzs in https://github.com/heroui-inc/heroui/pull/6449
- refactor(docs): adjust styling in PreviewContainer component by @diegonzs in https://github.com/heroui-inc/heroui/pull/6450
- chore(docs): replace pre-sale with launch discount in pro banner by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6453
- chore(textfield): move value to TextField by @wingkwong in https://github.com/heroui-inc/heroui/pull/6454
- feat(docs): show Pro components in OSS search with PRO badge by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6458
- feat(docs): add UTM params to Pro search result links by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6459
- fix(autocomplete): isDisabled by @wingkwong in https://github.com/heroui-inc/heroui/pull/6443
- fix(styles): replace rounded-full and hardcoded border-radius with design tokens by @diegonzs in https://github.com/heroui-inc/heroui/pull/6465
- fix(docs): keep sidebar scroll within viewport by @lunaxislu in https://github.com/heroui-inc/heroui/pull/6472
- chore: add AGENTS.md and configure pnpm onlyBuiltDependencies by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6473
- refactor(styles): table focus by @wingkwong in https://github.com/heroui-inc/heroui/pull/6476
- fix(styles): revise tooltip padding by @wingkwong in https://github.com/heroui-inc/heroui/pull/6481
- fix(styles): remove description horizontal padding from form fields by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6484
- fix(styles): wire text.css into styles bundle and enrich Text stories by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6485
- feat(react): add Text typography primitive by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6479
- fix(styles): cap border-radius with min() to prevent visibility issues on large radius themes by @diegonzs in https://github.com/heroui-inc/heroui/pull/6487
- feat: Redesign colors documentation with light/dark previews and CSS variables by @diegonzs in https://github.com/heroui-inc/heroui/pull/6486
- fix(docs): pass fallback to color copy handler by @diegonzs in https://github.com/heroui-inc/heroui/pull/6492
- feat(docs): add design theme selector by @wingkwong in https://github.com/heroui-inc/heroui/pull/6471
- feat(docs): add frameworks by @wingkwong in https://github.com/heroui-inc/heroui/pull/6495
- fix(docs): add missing github.pull and pr link by @wingkwong in https://github.com/heroui-inc/heroui/pull/6496
- V3.0.4 by @jrgarciadev in https://github.com/heroui-inc/heroui/pull/6483
- @lunaxislu made their first contribution in https://github.com/heroui-inc/heroui/pull/6472
Full Changelog: https://github.com/heroui-inc/heroui/compare/v3.0.3...v3.0.4
v3.23.1
-
a4e5154: Fix
DragHandleunmounts by rendering children into the plugin-managed drag handle element with a React portal.This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.
-
@tiptap/extension-drag-handle@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/react@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/extension-table@3.23.1
- @tiptap/extension-table@3.23.1
- @tiptap/extension-table@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-code-block@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-text-style@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-text-style@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-collaboration@3.23.1
- @tiptap/extension-node-range@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-drag-handle@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/vue-2@3.23.1
- @tiptap/extension-drag-handle@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/vue-3@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/suggestion@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-text-style@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-text-style@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-text-style@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/suggestion@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/extension-dropcursor@3.23.1
- @tiptap/extension-gapcursor@3.23.1
- @tiptap/extension-list-item@3.23.1
- @tiptap/extension-list-keymap@3.23.1
- @tiptap/core@3.23.1
- @tiptap/extension-blockquote@3.23.1
- @tiptap/extension-bold@3.23.1
- @tiptap/extension-bullet-list@3.23.1
- @tiptap/extension-code@3.23.1
- @tiptap/extension-code-block@3.23.1
- @tiptap/extension-document@3.23.1
- @tiptap/extension-hard-break@3.23.1
- @tiptap/extension-heading@3.23.1
- @tiptap/extension-horizontal-rule@3.23.1
- @tiptap/extension-italic@3.23.1
- @tiptap/extension-link@3.23.1
- @tiptap/extension-list@3.23.1
- @tiptap/extension-ordered-list@3.23.1
- @tiptap/extension-paragraph@3.23.1
- @tiptap/extension-strike@3.23.1
- @tiptap/extension-text@3.23.1
- @tiptap/extension-underline@3.23.1
- @tiptap/extensions@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
- @tiptap/core@3.23.1
- @tiptap/pm@3.23.1
v3.23.0
- 40327ab: Added a safeguard to avoid
TypeError: Cannot read properties of null (reading 'domFromPos')being thrown when the editor was being destroyed - Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Fix editor becoming unresponsive when initialized with empty markdown content and
contentType: 'markdown' - 40327ab: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as
- 123., so extraction no longer loses the item content. - 40327ab: Fixed two Markdown serialization bugs: overlapping marks (e.g. bold+italic that start and end at different positions) now serialize with the correct delimiter order, and marks that all close on the same node now close in LIFO order to produce valid nesting.
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Improved JSDoc documentation for the nested drag handle options, making threshold, strength, edge detection, and custom rules easier to understand directly in your IDE.
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-collaboration@3.23.0
- @tiptap/extension-node-range@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Fix colgroup not updating when adding or deleting columns in non-resizable tables (#7015)
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Fix
$$$...$$$input rule leaving an empty paragraph above the inserted block math node when the match consumes the entire host paragraph. - 40327ab: Fix
updateBlockMathsilently ignoringlatex: ''. The command used a falsy fallback (latex || node.attrs.latex) that treated an explicit empty string the same asundefined, leaving the node unchanged. It now useslatex ?? node.attrs.latex, so callers can clear the rendered LaTeX with an empty string. - Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Add configurable tabindex option to allow customizing the tabindex attribute on the editor element via coreExtensionOptions
- 40327ab: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as
- 123., so extraction no longer loses the item content. - 40327ab: Fixed a memory leak where
Editor.destroy()did not release the Extension parent/child graph. Module-scope extension singletons retained references to configured extensions, preventing garbage collection of extension options (including DOM closures). The fix also cleans upExtensionManager,schema, andcommandManagerreferences on destroy. - @tiptap/pm@3.23.0
- 40327ab: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as
- 123., so extraction no longer loses the item content. - Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Update uuid dependency to version
13.23.0 - Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- 40327ab: Update uuid dependency to version
13.23.0 - Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-drag-handle@3.23.0
- @tiptap/react@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-drag-handle@3.23.0
- @tiptap/vue-2@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-drag-handle@3.23.0
- @tiptap/vue-3@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-table@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-table@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-table@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-code-block@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-text-style@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/suggestion@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-text-style@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-text-style@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/suggestion@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/pm@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- @tiptap/extension-list@3.23.0
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- Updated dependencies [40327ab]
- @tiptap/core@3.23.0
- @tiptap/extension-list@3.23.0
- @tiptap/extension-blockquote@3.23.0
- @tiptap/extension-bold@3.23.0
- @tiptap/extension-code@3.23.0
- @tiptap/extension-code-block@3.23.0
- @tiptap/extension-document@3.23.0
- @tiptap/extension-hard-break@3.23.0
- @tiptap/extension-heading@3.23.0
- @tiptap/extension-horizontal-rule@3.23.0
- @tiptap/extension-italic@3.23.0
- @tiptap/extension-link@3.23.0
- @tiptap/extension-paragraph@3.23.0
- @tiptap/extension-strike@3.23.0
- @tiptap/extension-text@3.23.0
- @tiptap/extension-underline@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extension-list-item@3.23.0
- @tiptap/extension-list-keymap@3.23.0
- @tiptap/extension-bullet-list@3.23.0
- @tiptap/extension-ordered-list@3.23.0
- @tiptap/extension-dropcursor@3.23.0
- @tiptap/extension-gapcursor@3.23.0
- @tiptap/pm@3.23.0
- @tiptap/extension-text-style@3.23.0
- @tiptap/extension-text-style@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extensions@3.23.0
- @tiptap/extensions@3.23.0
9.6.2
- Lottie: fix issue parsing font lists - by VicenteCartas (#18436)