mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-15 20:55:24 +01:00
731 B
731 B
Changelog
This document maintains a list of changes to the slate-plain-serializer
package with each new version. Until 1.0.0
is released, breaking changes will be added as minor version bumps, and smaller changes won't be accounted for since the library is moving quickly.
0.3.0
— October 27, 2017
BREAKING
- Updated to work with
slate@0.29.0
. This is required becauseslate-plain-serializer
needs access to the newValue
model.
0.2.0
— October 14, 2017
BREAKING
- Updated work with
slate@0.27.0
. The new version of Slate renames the oldRange
model toLeaf
, and the oldSelection
model toRange
.
0.1.0
— September 17, 2017
🎉