1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 17:39:57 +02:00

update history

This commit is contained in:
Ian Storm Taylor
2016-07-22 12:42:30 -07:00
parent 52e6de488b
commit 5eda330279

View File

@@ -5,6 +5,13 @@ This document maintains a list of changes to Slate with each new version. Until
---
### `0.6.0` — _July 22, 2016_
- **`data-offset-key` is now `<key>-<index>` instead of `<key>:<start>-<end>`.** This shouldn't actually affect anyone, unless you were specifically relying on that attribute in the DOM.
This change greatly reduces the number of re-renders needed, since previously any additional characters would cause a cascading change in the `<start>` and `<end>` offsets of latter text ranges.
### `0.5.0` — _July 20, 2016_
#### BREAKING CHANGES