github ianstormtaylor/slate v0.7.1
0.7.0

latest releases: slate@0.103.0, slate-react@0.102.0, slate@0.102.0...
7 years ago
BREAKING CHANGES
  • The Raw serializer is no longer terse by default! Previously, the Raw serializer would return a "terse" representation of the document, omitting information that wasn't strictly necessary to deserialize later, like the key of nodes. By default this no longer happens. You have to opt-in to the behavior by passing { terse: true } as the second options argument of the deserialize and serialize methods.

Don't miss a new slate release

NewReleases is sending notifications on new releases.