From 0b11360752c3176bf0e9f1a7432cc566cb507798 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sun, 15 May 2016 16:30:20 -0400 Subject: [PATCH] Fix @yordis --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 543c66f128..b2b8e09768 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -92,7 +92,7 @@ - **Project** - NPM depenendencies have all been updated to latest stable releases - **Button** - Added variables for configuring `disabled` background image and box shadow. - **Site** - Added colored box shadow defaults. `ui message` now includes individual colored border shadows based on new site defaults. -- **Card** - Added `raised` card variation **Thanks @yoris** #2955 +- **Card** - Added `raised` card variation **Thanks @yordis** #2955 - **Dropdown** - Adds new setting `minCharacters` which sets the minimum number of characters required to start filtering results #3886 - **Dropdown** - Added `1px` offset for current text so that the text position cursor does not overlap first pixel of text. - **Dropdown** - Dropdown will now automatically focus on `search` inside of a menu after it is opened.