1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00

update changelog

This commit is contained in:
Ian Storm Taylor 2018-07-03 16:11:02 -07:00
parent 0ceefea2e7
commit e2135c3853

View File

@ -4,6 +4,14 @@ This document maintains a list of changes to the `slate-react` package with each
---
### `0.13.0` — July 3, 2018
###### BREAKING
* **The `isSelected` prop of nodes has changed.** Previously it was only `true` when the node was selected and the editor was focused. Now it is true even when the editor is not focused, and a new `isFocused` property has been added for the old behavior.
---
### `0.12.0` — February 21, 2018
###### BREAKING