mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +02:00
update slate-react changelog
This commit is contained in:
@@ -7,8 +7,20 @@ This document maintains a list of changes to the `slate-react` package with each
|
||||
---
|
||||
|
||||
|
||||
### `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.
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
### `0.2.0` — September 29, 2017
|
||||
|
||||
###### BREAKING
|
||||
|
||||
- **`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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user