Skip to content

Commit 941d18c

Browse files
Updated component to version 2.0.0
1 parent 3cf7e0e commit 941d18c

6 files changed

+155
-102
lines changed

RELEASE-NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 2.0.0 - June 30, 2015
2+
3+
- **Dropdowns** - Added ability to add custom choices to all search selection dropdowns (multi/single) using `allowAdditions: true` setting. Search now displays error messages on no results in all cases.
4+
- **Message** - `icon message` now uses `flexbox` for layout
5+
- **Message** - Message now uses `@lineHeight` from `site.variables`
6+
- **Message** - Updated all message colors for legibility
7+
- **Message** - Close icon position adjusted to align with headers
8+
- **Popup** - Popup will now produce an error message and not mistakenly appear in the top left corner of page, if called with a `popup` or `target` that does not exist.
9+
- **Message** - Slightly increases `box-shadow`
10+
111
### Version 1.10.4 - February 28, 2015
212

313
- **API** - Remove console error message when no API url is specified but element is a `form` (defaults to `form` action)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "1.12.3"
18+
"version": "2.0.0"
1919
}

0 commit comments

Comments
 (0)