mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-23 15:32:59 +02:00
update changelogs and peer dependencies
This commit is contained in:
@@ -4,6 +4,16 @@ This document maintains a list of changes to the `slate-hyperscript` package wit
|
||||
|
||||
---
|
||||
|
||||
### `0.13.0` — May 8, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
||||
**Updated to work with `slate@0.47`.** The hyperscript creators have been updated to work with the `Annotation` model introduced in the latest version of Slate.
|
||||
|
||||
**The `slate-hyperscript` package now uses the "annotations" name.** All of the existing APIs that previously used the word "decorations" in `slate-hyperscript` have been updated.
|
||||
|
||||
---
|
||||
|
||||
### `0.12.0` — May 1, 2019
|
||||
|
||||
###### BREAKING
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"is-plain-object": "^2.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"slate": ">=0.46.0"
|
||||
"slate": ">=0.47.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^2.5.3",
|
||||
|
Reference in New Issue
Block a user