43 minutes ago
rari

v0.10.23

What's Changed

  • 0d0cfdaf chore(rari): bump version to 0.10.23
  • a53e7839 chore(deps): upgrade Deno runtime dependencies
  • 03f371ef fix: resolve Windows path handling issues in module resolution

Full Changelog: https://github.com/rari-build/rari/compare/v0.10.22...v0.10.23

52 minutes ago
tiptap

v3.20.5

@tiptap/extensions

Patch Changes

  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.
2 hours ago
KaTeX

v0.16.41

0.16.41 (2026-03-24)

Bug Fixes

2 hours ago
slate

slate-react@0.124.0

Patch Changes

  • #6012 57bdd4fe Thanks @changlin-cn! - Fix Slate component to properly handle editor updates by adding editor as a dependency in the useEffect hook.
2 hours ago
slate

slate-dom@0.124.0

Patch Changes

2 hours ago
slate

slate@0.124.0

Minor Changes

Patch Changes

2 hours ago
slate

slate-react@0.123.0

Patch Changes

  • #6000 8d9bf305 Thanks @nabbydude! - Added Location.isPath, Location.isPoint, Location.isRange, and Location.isSpan functions, as efficient type discriminators. Use these instead of Path.isPath, Point.isPoint, Range.isRange, and Span.isSpan whenever possible.
2 hours ago
slate

slate-dom@0.123.0

Patch Changes

  • #6000 8d9bf305 Thanks @nabbydude! - Added Location.isPath, Location.isPoint, Location.isRange, and Location.isSpan functions, as efficient type discriminators. Use these instead of Path.isPath, Point.isPoint, Range.isRange, and Span.isSpan whenever possible.
2 hours ago
slate

slate-hyperscript@0.115.0

Patch Changes

  • #5862 98b115b7 Thanks @12joan! - Increase minimum slate version to 0.114.3

  • #5859 72532fd2 Thanks @12joan! - Optimize isElement, isText, isNodeList and isEditor by removing dependency on is-plain-object and by performing shallow checks by default. To perform a full check, including all descendants, pass the { deep: true } option to isElement, isNodeList or isEditor.

2 hours ago
slate

slate-history@0.115.0

Patch Changes

  • #5866 7f5f9e1c Thanks @nabbydude! - Fix certain undos undoing more than they should

  • #5862 98b115b7 Thanks @12joan! - Increase minimum slate version to 0.114.3

  • #5859 72532fd2 Thanks @12joan! - Optimize isElement, isText, isNodeList and isEditor by removing dependency on is-plain-object and by performing shallow checks by default. To perform a full check, including all descendants, pass the { deep: true } option to isElement, isNodeList or isEditor.