From dc6ef06fe7ddb3e7c23be54b3bd19c977206d175 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 17 Jul 2015 16:32:46 -0400 Subject: [PATCH] #2624 rlsnotes --- RELEASE-NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 954eb632a..8e3e99c8d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,7 +9,7 @@ - **Button** - Fixed colored vertical basic buttons appearing 2px offset #2655 - **Checkbox** - Checkbox now focus after click, allowing for tab navigation from current position #2610 - **Checkbox** - Fixed checkbox not using javascript having incorrect colors on focus #2607 -- **Checkbox** - Updated `colored` theme to add new focus color variables. +- **Dropdown** - Fixed `search selection` appearing incorrectly inside menu (default text would not disappear) #2624 - **Form** - Added `doesntContain` and `doesntContainExactly` #2638 - **Form** - Fixed issue with `minLength[1]` validation not behaving same as `minLength > 2` #2636. - **Form** - Fixes errors when a field identifier is named `identifier` #2629 @@ -29,6 +29,7 @@ **Additional Bugs** - **Checkbox** - Fixed `space` shortcut causing checkbox to trigger twice +- **Checkbox** - Updated `colored` theme to add new focus color variables. - **Popup** - `wide` and `very wide` popup will now limit themselves to normal popup widths on mobile so that they still appear on screen. - **Message** - Fixes `attached icon message` not using `flex` - **Sticky** - Fixed `sticky` content jumping from `fixed` to `bount bottom` when scroll position has surpassed bottom of container during page refresh.