Skip to content

0.16.0

Compare
Choose a tag to compare
@ianstormtaylor ianstormtaylor released this 28 Mar 18:06
· 2876 commits to main since this release
BREAKING CHANGES
  • Inline nodes are now always surrounded by text nodes. Previously this behavior only occured for inline nodes with isVoid: true. Now, all inline nodes will always be surrounded by text nodes. If text nodes don't exist, empty ones will be created. This allows for more consistent behavior across Slate, and parity with other editing experiences.