1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 17:53:59 +02:00

add history

This commit is contained in:
Ian Storm Taylor
2016-12-02 16:15:03 -08:00
parent a20f32a392
commit 05d1521e09

View File

@@ -5,6 +5,16 @@ This document maintains a list of changes to Slate with each new version. Until
---
### `0.16.0` — December 2, 2016
###### BREAKING CHANGES
- **Inline nodes are now always surrounded by text nodes.** Previously this behavior only occured for inline nodes with `isVoid: true`. Now, all inline nodes will always be surrounded by text nodes. If text nodes don't exist, empty ones will be created. This allows for more consistent behavior across Slate, and parity with other editing experiences.
---
### `0.15.0` - November 17, 2016
###### BREAKING CHANGES