Skip to content

slate-dom@0.123.0

Choose a tag to compare

@juliankrispel juliankrispel released this 24 Mar 14:37
· 19 commits to main since this release
49dbda9

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.