From 95f550c427f4810eff4f7b6f3d8db80acabd01e4 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sun, 15 Oct 2017 19:24:10 -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 a71fbac19..de07159c1 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.5.0` — October 15, 2017 + +###### DEPRECATED + +- **The `data.*` properties that relate to keyboard events have been deprecated.** There were a few different issues with these "helpers": `data.key` didn't account for international keyboards, many properties awkwardly duplicated information that was available on `event.*`, but not completely, and many properties were confusing as to when they applied. If you were using these, you'll now need to use the native `event.*` properties instead. There's also a helpful [`is-hotkey`](https://github.com/ianstormtaylor/is-hotkey) package for more complex hotkey matching. + + +--- + + ### `0.4.0` — October 14, 2017 ###### BREAKING