From 7d23712f8cd9ef24b35c7c69056d08de49bebe29 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 14 Aug 2015 16:56:19 -0400 Subject: [PATCH] Rlsnotes #2264 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5da7697d5..e0e514a14 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -40,6 +40,7 @@ - **Accordion** - Added missing notation for accordion docs #2812 - **Build Tools** - Fixes issue where component glob `{tab, table}` caused table to be included twice in concatenated source ** - **Button** - Fixes inverted button missing an `active` and `active focus` state #2635 +- **Button** - Fixes issue where `basic button` would not have focus color text when colored #2264 - **Checkbox** - Clicking a link inside an initialized checkbox `label` will now work correctly, and will not toggle the checkbox. #2804 - **Container** - Fix issue with `fluid container` being `100% + gutter` at mobile resolution (causing overflow) - **Dropdown** - `forceSelection` no longer sets current value in search selection when current query is blank #2058