1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-20 15:14:38 +01:00

46 lines
1.3 KiB
Markdown
Raw Normal View History

2017-09-11 19:56:47 -07:00
# Changelog
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.
---
2017-10-27 14:44:18 -07:00
### `0.4.0` — October 27, 2017
###### BREAKING
- **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.
---
2017-10-27 13:48:30 -07:00
### `0.3.0` — October 27, 2017
###### DEPRECATED
- **The `props.state` prop has been renamed to `props.value`.** This is to stay in line with `slate-react@0.9.0` where the same change was made to the `<Editor>`.
- **The `simulator.state` property is now `simulator.value`** This is to stay in line with `slate@0.29.0` where the same change as made to the `Change` objects.
---
2017-10-25 18:32:58 -07:00
### `0.2.0` — October 25, 2017
###### BREAKING
- **Updated to work with `slate@0.28.0`.** Along with the new Schema, the `Stack` which is used internally by the simulator has changed slightly.
---
2017-09-11 19:56:47 -07:00
### `0.1.0` — September 17, 2017
:tada: