1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 04:20:26 +02:00

update history

This commit is contained in:
Ian Storm Taylor
2016-07-18 12:18:29 -07:00
parent 24341931f9
commit 2f0f8026a8

View File

@@ -7,7 +7,10 @@ _July 18, 2016_
###### BREAKING CHANGES
- Renamed the `mark` transform to `addMark`, and the `unmark` transform to `removeMark`. The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a `toggleMark` convenience as well.
- Renamed the `mark` transform to `addMark`.
- Renamed the `unmark` transform to `removeMark`.
The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a `toggleMark` convenience as well.
## `0.1.0`