1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-13 11:44:55 +01:00
slate/packages/slate-react/Changelog.md

34 lines
936 B
Markdown
Raw Normal View History

2017-09-11 19:56:47 -07:00
# Changelog
This document maintains a list of changes to the `slate-react` 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-13 12:24:29 -07:00
### `0.3.0` — October 13, 2017
###### BREAKING
- **The decoration logic has been updated to use `slate@0.26.0`.** This allows for more complex decoration logic, and even decorations based on external information.
---
2017-09-29 09:12:06 -07:00
### `0.2.0` — September 29, 2017
2017-10-13 12:24:29 -07:00
###### BREAKING
2017-09-29 09:12:06 -07:00
- **`onBeforeChange` is now called automatically again in `<Editor>`.** This was removed before, in attempt to decrease the "magic" that the editor was performing, since it normalizes when new props are passed to it, creating instant changes. But we discovered that it is actually necessary for now, so it has been added again.
---
2017-09-11 19:56:47 -07:00
### `0.1.0` — September 17, 2017
:tada: