1
0
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:
Ian Storm Taylor
2019-05-08 20:33:00 -07:00
parent a5a25f97dd
commit d00f47256e
7 changed files with 119 additions and 4 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@
"is-plain-object": "^2.0.4"
},
"peerDependencies": {
"slate": ">=0.46.0"
"slate": ">=0.47.0"
},
"devDependencies": {
"mocha": "^2.5.3",