What's Changed
- fix: findDuplicates - use Array.from when converting Set by @roblafeve in #5428
- fix: allow task items to be parsed when only having
<li data-checked
instead of only when<li data-checked="true"
(re-fix of #5366) by @baseballyama in #5426 - chore: Use proper types for
configure
methods (Extension/Mark/Node) by @rfgamaral in #5421 - fix(core): resolve
isNodeEmpty
criteria #5415 by @nperez0111 in #5419 - fix(react): optimize
useEditor
anduseEditorState
to reduce number of instances created while being performant #5432 by @nperez0111 in #5445 - fix(placeholder): add back-compat to deprecated placeholder functionality by @nperez0111 in #5409
- build(deps): bump cypress-io/github-action from 6.7.1 to 6.7.2 by @dependabot in #5443
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 by @dependabot in #5444
- fix(core): use correct position for getMarksBetween by @nperez0111 in #5412
- feat(core): add ignoreWhitespace option to isNodeEmpty by @nperez0111 in #5446
- fix(collaboration): update y-prosemirror, respect
onFirstRender
by @nperez0111 in #5411 - fix: respect
defaultLanguage
on code-block-lowlight add option tocode-block
by @nperez0111 in #5406 - fix(extension-code-block-lowlight): use lowlight v3 and update demo by @nperez0111 in #5374
- Publish a new pre-release version by @github-actions in #5451
New Contributors
- @roblafeve made their first contribution in #5428
Full Changelog: v2.5.8...v2.5.9