From 85c864783d0fa867a4bdf58413e4dc6ef08dcaff Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 15 May 2016 11:40:55 -0400 Subject: [PATCH] Rlsnotes #4005 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7d3d13e5a..36bf59273 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -57,6 +57,7 @@ - **Dropdown** - Seach selection would lose search input focus when clicking on a choice #3790 - **Embed** - `API` setting is now disabled by default - **Form** - Grouped `fields` and `field` would cause different margin collapse, making `fields` include larger gaps between content #3717 +- **Form** - Fixed issue where `inline` field was not being correctly inverted in color with `inverted form` #4004 #4005 **Thanks @tbracken** - **Form** - Remove deprecated `size()` method in `prompt` #3655 **Thanks @SimonArdrey** - **Grid** - Fixed issue where `vertically divided` grid would have top margin in first `row` group - **Grid** - `centered` content would cause `justified` content to appear aligned left. #3496