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