1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 02:19:52 +02:00

update changelogs

This commit is contained in:
Ian Storm Taylor
2018-01-04 15:32:04 -08:00
parent 85f4a7618c
commit 1b73d5531c
5 changed files with 54 additions and 0 deletions

View File

@@ -7,6 +7,18 @@ This document maintains a list of changes to the `slate-html-serializer` package
--- ---
### `0.5.0` — January 4, 2018
###### BREAKING
- **The `kind` property of Slate objects has been renamed to `object`.** This is to reduce the confusion over the difference between "kind" and "type" which are practically synonyms. The "object" name was chosen to match the Stripe API, since it seems like a sensible choice and reads much more nicely when looking through JSON.
- **Serializing with `parse5` is no longer possible.** The codebase previously made concessions to allow this, but it was never a good idea because `parse5` does not match the `DOMParser` behavior exactly. Instead, you should use `jsdom` to get a matching behavior, otherwise your serialization rules need to account for two slightly different syntax trees.
---
### `0.4.0` — October 27, 2017 ### `0.4.0` — October 27, 2017
###### BREAKING ###### BREAKING

View File

@@ -7,6 +7,16 @@ This document maintains a list of changes to the `slate-hyperscript` package wit
--- ---
### `0.5.0` — January 4, 2018
###### BREAKING
- **The `kind` property of Slate objects has been renamed to `object`.** This is to reduce the confusion over the difference between "kind" and "type" which are practically synonyms. The "object" name was chosen to match the Stripe API, since it seems like a sensible choice and reads much more nicely when looking through JSON.
---
### `0.4.0` — October 27, 2017 ### `0.4.0` — October 27, 2017
###### BREAKING ###### BREAKING

View File

@@ -7,6 +7,16 @@ This document maintains a list of changes to the `slate-plain-serializer` packag
--- ---
### `0.5.0` — January 4, 2018
###### BREAKING
- **The `kind` property of Slate objects has been renamed to `object`.** This is to reduce the confusion over the difference between "kind" and "type" which are practically synonyms. The "object" name was chosen to match the Stripe API, since it seems like a sensible choice and reads much more nicely when looking through JSON.
---
### `0.4.0` — October 27, 2017 ### `0.4.0` — October 27, 2017
###### BREAKING ###### BREAKING

View File

@@ -7,6 +7,16 @@ This document maintains a list of changes to the `slate-react` package with each
--- ---
### `0.11.0` — January 4, 2018
###### BREAKING
- **The `kind` property of Slate objects has been renamed to `object`.** This is to reduce the confusion over the difference between "kind" and "type" which are practically synonyms. The "object" name was chosen to match the Stripe API, since it seems like a sensible choice and reads much more nicely when looking through JSON.
---
### `0.10.0` — October 27, 2017 ### `0.10.0` — October 27, 2017
###### BREAKING ###### BREAKING

View File

@@ -7,6 +7,18 @@ This document maintains a list of changes to the `slate` package with each new v
--- ---
### `0.32.0` — January 4, 2018
###### BREAKING
- **The `kind` property of Slate objects has been renamed to `object`.** This is to reduce the confusion over the difference between "kind" and "type" which are practically synonyms. The "object" name was chosen to match the Stripe API, since it seems like a sensible choice and reads much more nicely when looking through JSON.
- **All normalization reasons containing `kind` have been renamed too.** Previously there were normalization reason strings like `child_kind_invalid`. These types of strings have been renamed to `child_object_invalid` to stay consistent.
---
### `0.31.0` — November 16, 2017 ### `0.31.0` — November 16, 2017
###### BREAKING ###### BREAKING