From 05d1521e097e5fb950bad9f9da5d4051cbafd89d Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 2 Dec 2016 16:15:03 -0800 Subject: [PATCH] add history --- History.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/History.md b/History.md index f7a6a509f..18a07c333 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,16 @@ This document maintains a list of changes to Slate with each new version. Until --- +### `0.16.0` — December 2, 2016 + +###### BREAKING CHANGES + +- **Inline nodes are now always surrounded by text nodes.** Previously this behavior only occured for inline nodes with `isVoid: true`. Now, all inline nodes will always be surrounded by text nodes. If text nodes don't exist, empty ones will be created. This allows for more consistent behavior across Slate, and parity with other editing experiences. + + +--- + + ### `0.15.0` - November 17, 2016 ###### BREAKING CHANGES