From c62ab65a53688e8b053790e2a2a880176955e8bf Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 13 Oct 2017 12:24:29 -0700 Subject: [PATCH] update slate-react changelog --- packages/slate-react/Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/slate-react/Changelog.md b/packages/slate-react/Changelog.md index 92ad1c10e..3bdcc1949 100644 --- a/packages/slate-react/Changelog.md +++ b/packages/slate-react/Changelog.md @@ -7,8 +7,20 @@ This document maintains a list of changes to the `slate-react` package with each --- +### `0.3.0` — October 13, 2017 + +###### BREAKING + +- **The decoration logic has been updated to use `slate@0.26.0`.** This allows for more complex decoration logic, and even decorations based on external information. + + +--- + + ### `0.2.0` — September 29, 2017 +###### BREAKING + - **`onBeforeChange` is now called automatically again in ``.** This was removed before, in attempt to decrease the "magic" that the editor was performing, since it normalizes when new props are passed to it, creating instant changes. But we discovered that it is actually necessary for now, so it has been added again.