1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 12:41:44 +02:00

update changelogs

This commit is contained in:
Ian Storm Taylor
2017-10-27 14:44:18 -07:00
parent f6d3c8e32c
commit e4727834f4
7 changed files with 70 additions and 0 deletions

View File

@@ -7,6 +7,16 @@ This document maintains a list of changes to the `slate-react` package with each
---
### `0.10.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.
---
### `0.9.0` — October 27, 2017
###### BREAKING