This document maintains a list of changes to the slate-simulator
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.
- Remove all previously deprecated code paths. This helps to reduce some of the complexity in Slate by not having to handle these code paths anymore. And it helps to reduce file size. When upgrading, it's highly recommended that you upgrade to the previous version first and ensure there are no deprecation warnings being logged, then upgrade to this version.
-
The
props.state
prop has been renamed toprops.value
. This is to stay in line with[email protected]
where the same change was made to the<Editor>
. -
The
simulator.state
property is nowsimulator.value
This is to stay in line with[email protected]
where the same change as made to theChange
objects.
- Updated to work with
[email protected]
. Along with the new Schema, theStack
which is used internally by the simulator has changed slightly.
🎉