From b1668c47f76ea5646f7abbf3924281f64a73c9bb Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 12 Aug 2015 20:00:32 -0400 Subject: [PATCH] #2825 rlsnotes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 37d9e5f37..3ed83b223 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -47,6 +47,7 @@ - **Dropdown** - Remove use of `trim` which causes issues IE 11 and below #2806 - **Embed** - Remove accidental `console.log` statements in js #2760 - **Form / Input** - Fixes `::placeholder` text color for `ui error input`, modifies form error placeholder color to distinguish from form value error color #2786 +- **Form** - Form will no longer show messages that are empty in `error`, `warning`, or `success` state. - **Form** - Date input and other special input in chrome now are the same height as normal input (adds custom vendor shadow dom styling) #2704 - **Icon** - Fixed typo in cube icon alias caused by bad grep #2765 - **Input** - Fixed issue with appearance of `left corner labeled left icon input` #2782