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-08-21 15:57:31 -07:00
parent 00d5785226
commit 0f9749e462
2 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,14 @@ This document maintains a list of changes to the `slate-react` package with each
---
### `0.16.0` — August 21, 2018
###### NEW
**Updated to work with `slate@0.38.0` without `node.isVoid`.** This isn't a breaking change to any of the API's in `slate-react` itself, but it does update it to no longer log deprecation warnings for `node.isVoid` property access.
---
### `0.15.0` — August 3, 2018
###### NEW

View File

@ -4,6 +4,14 @@ A list of changes to the `slate` package with each new version. Until `1.0.0` is
---
### `0.38.0` — August 21, 2018
###### DEPRECATED
**`Node.isVoid` access is deprecated.** Previously the "voidness" of a node was hardcoded in the data model. Soon it will be determined at runtime based on your editor's schema. This deprecation just ensures that you aren't using the `node.isVoid` property which will not work in future verisons.
---
### `0.37.0` — August 3, 2018
###### NEW