From 5eda33027946cb83273406dcc694e7f03d2feaa0 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 22 Jul 2016 12:42:30 -0700 Subject: [PATCH] update history --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index bf8a90063..75a3fcf80 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.6.0` — _July 22, 2016_ + +- **`data-offset-key` is now `-` instead of `:-`.** This shouldn't actually affect anyone, unless you were specifically relying on that attribute in the DOM. + +This change greatly reduces the number of re-renders needed, since previously any additional characters would cause a cascading change in the `` and `` offsets of latter text ranges. + + ### `0.5.0` — _July 20, 2016_ #### BREAKING CHANGES