From e536884f1f09d98b261761b165677e4e724c5bd7 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 29 Jul 2016 12:08:39 -0700 Subject: [PATCH] update history --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index 8e1865d40..40d22546a 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,13 @@ This document maintains a list of changes to Slate with each new version. Until --- +### `0.10.0` — _July 29, 2016_ + +#### BREAKING CHANGES + +- **Marks are now renderable as components.** Previously the only supported way to render marks was by returning a `style` object. Now you can return a style object, a class name string, or a full React component. Because of this, the DOM will be renderered slightly differently than before, resulting in an extra `` when rendering non-component marks. This won't affect you unless you were depending on the DOM output by Slate for some reason. + + ### `0.9.0` — _July 28, 2016_ #### BREAKING CHANGES