From 96bf3832f65375cbba2b1cca08bce77ad81ebd14 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 18 Oct 2017 00:29:44 -0700 Subject: [PATCH] update changelog --- packages/slate-react/Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/slate-react/Changelog.md b/packages/slate-react/Changelog.md index 59f61719d..8f05de15c 100644 --- a/packages/slate-react/Changelog.md +++ b/packages/slate-react/Changelog.md @@ -7,6 +7,16 @@ This document maintains a list of changes to the `slate-react` package with each --- +### `0.7.0` — October 18, 2017 + +###### BREAKING + +- **The `` component no longer exists!** Previously there was a `Placeholder` component exported from `slate-react`, but it had lots of problems and a confusing API. Instead, placeholder logic can now be defined via the `schema` by providing a `placeholder` component to render what a node is matched. + + +--- + + ### `0.6.0` — October 16, 2017 ###### BREAKING