1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-03-06 13:59:47 +01:00
slate/History.md

18 lines
571 B
Markdown
Raw Normal View History

2016-06-15 12:07:12 -07:00
2016-07-18 12:17:49 -07:00
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.
2016-07-18 12:15:19 -07:00
## `0.2.0`
_July 18, 2016_
2016-07-18 12:07:53 -07:00
2016-07-18 12:15:19 -07:00
###### BREAKING CHANGES
2016-07-18 12:07:53 -07:00
- 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.
2016-07-18 12:15:19 -07:00
## `0.1.0`
_July 13, 2016_
:tada:
2016-06-15 12:07:12 -07:00