1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-20 06:01:24 +02:00

update history

This commit is contained in:
Ian Storm Taylor
2016-07-20 21:40:00 -07:00
parent f1b961fc35
commit 9b58b82828

View File

@@ -2,6 +2,20 @@
This document maintains a list of changes to Slate with each new version. Until `1.0.0` is released, breaking changes will be added as minor version bumps, and non-breaking changes won't be accounted for since the library is moving quickly.
## `0.5.0`
_July 20, 2016_
###### BREAKING CHANGES
- Change `node.getTextNodes()` to `node.getTexts()`
This is just for consistency with the other existing `Node` methods like `getBlocks()`, `getInlines()`, etc. And it's nicely shorter. :wink:
- Change internal `Node` logic to `throw` sooner when dealing with unexpected `Node` and `Selection` states.
This shouldn't break anything for most folks, unless a strange edge-case was going undetected previously.
## `0.4.0`
_July 20, 2016_