From 3c3093448f9e1d291d17fa6d1a2aaebe04a5748f Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 29 Sep 2017 09:12:06 -0700 Subject: [PATCH] update changelog --- packages/slate-react/Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/slate-react/Changelog.md b/packages/slate-react/Changelog.md index 91adcb52d..92ad1c10e 100644 --- a/packages/slate-react/Changelog.md +++ b/packages/slate-react/Changelog.md @@ -7,6 +7,14 @@ This document maintains a list of changes to the `slate-react` package with each --- +### `0.2.0` — September 29, 2017 + +- **`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. + + +--- + + ### `0.1.0` — September 17, 2017 :tada: