Skip to content

slate-react@0.82.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 11:13
· 459 commits to main since this release
1d5984c

Minor Changes

  • #5041 9bc0b613 Thanks @bryanph! - - Introduces a useSlateSelection hook that triggers whenever the selection changes.

    • This also changes the implementation of SlateContext to use an incrementing value instead of an array replace to trigger updates
    • Introduces a useSlateWithV hook that includes the version counter which can be used to prevent re-renders
  • #4988 fbab6331 Thanks @BitPhinix! - Android input handling rewrite, replace composition insert prefixes with decoration based mark placeholders