github ianstormtaylor/slate v0.3.0
0.3.0

latest releases: slate@0.103.0, slate-react@0.102.0, slate@0.102.0...
7 years ago
BREAKING CHANGES
  • transform.unwrapBlock() now unwraps selectively. Previously, calling unwrapBlock with a range representing a middle sibling would unwrap all of the siblings, removing the wrapping block entirely. Now, calling it with those same arguments will only move the middle sibling up a layer in the hierarchy, preserving the nesting on any of its siblings. This changes makes it much simpler to implement functionality like unwrapping a single list item, which previously would unwrap the entire list.

Don't miss a new slate release

NewReleases is sending notifications on new releases.