Skip to content

slate-hyperscript@0.115.0

Choose a tag to compare

@juliankrispel juliankrispel released this 24 Mar 14:37
· 79 commits to main since this release
9cce07b

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.