From 9d27b68b7d468fe9a6874e567b969a75b4915155 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 23 Mar 2015 11:40:02 -0400 Subject: [PATCH] Update rlsnotes --- RELEASE-NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 67db338e1..59f80521c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,9 +6,12 @@ This version backports several bugs that are being packed in `2.0` to `1.x` **Bugs** +- **Build Tools** - Adjusting site.variables will now rebuild all UI, instead of just site.less +- **Build Tools** - LESS will now throw errors correctly in `watch` - **Card** - Fixes dimmer background shorthand property causes transparent dimmer in minified version - **Dimmer** - Fixed `variation` setting not working correctly - **Dropdown** - `onChange` no longer fires when reselecting same value +- **Dropdown** - Fix bug where element will not blur on tab key when search selection and no selection made - **Dropdown** - Dropdown init on `select` now returns `ui dropdown` created for chaining - **Dropdown** - Dropdown `focus` color has been adjusted to match forms more closely