From b8e239bd6df427c9661d2dbbbb3e7f13dd20fac3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 26 May 2016 18:28:08 +0000 Subject: [PATCH] spelling: dependencies --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f1a2406a9..fc0a2f2fd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,7 +4,7 @@ **New Features** - **Webpack** - All relative css paths are now webpack-compatible -- **NPM** - NPM depenendencies have all been updated to latest stable releases +- **NPM** - NPM dependencies have all been updated to latest stable releases - **All UI** - Components that use event handlers on `document`, `body`, or a `settings.context` now all use DOM mutation observers to detect removal and prevent memory leaks - **All UI** - All UI now include _all_ sizing variations, `mini`, `tiny`, `small`, `large`, `big`, `huge`, `massive`. Headers remain with only 5 sizes `small-huge` to match `H1-H5` - **Dropdown** - Dropdown now changes user selection on keyboard shortcuts immediately, this will save the extra `enter` key press to confirm selection in most cases. To enable previous pre `2.2` selection style use the setting `selectOnKeydown: false` **Documentation forthcoming**