1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-18 05:01:17 +02:00

update changelog

This commit is contained in:
Ian Storm Taylor
2017-10-15 19:24:10 -07:00
parent f69d2c4a12
commit 95f550c427

View File

@@ -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