From fd36c1eb19cee1b75071de2a109e8a51afce8e04 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 8 Apr 2015 12:51:19 -0400 Subject: [PATCH] #2083 RLSNOTES --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ef277cacb..6a51c6d60 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -26,6 +26,7 @@ - **Accordion** - adds `onOpening` and `onClosing` callback (before animation) to go with `onOpen`, `onClose` (after animation) **Thanks @cluppric** - **Build Tools** - Adjusting `site.variables` will now rebuild all UI, instead of just `site.less` - **Divider** - `vertical divider` inside `ui grid` now accounts for column padding +- **Dropdown** - Dropdowns now have `match` setting to specify whether to match on `text`, `value` or `both` - **Dropdown** - Dropdowns now automatically observe changes in `menu` and will update selector cache with new additions - **Dropdown** - Added `showOnFocus` option - **Form** - Added placeholder color rules for IE, `ms-input-placeholder`