Browse Source

Rlsnotes

pull/2710/head
jlukic 9 years ago
parent
commit
c82c668510
2 changed files with 10 additions and 1 deletions
  1. 9
      RELEASE-NOTES.md
  2. 2
      package.json

9
RELEASE-NOTES.md

@ -1,5 +1,14 @@
## RELEASE NOTES
### Version 2.0.5 - July 20, 2015
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.5+is%3Aclosed)**
- **Dropdown** - Fixed regression causing `multiple search dropdown` using [`search` inside menu](http://www.semantic-ui.com/modules/dropdown.html#search-in-menu) to break, caused by JS error using "split"
- **Additional Fixes**
- **Dropdown** - `<select>` dropdowns intialized without `multiple` property set on `<select>` will now produce an error to alert users selection will not be preserved correctly. Related #2573
- **Dropdown** - Dropdown `<option>` added with `userAddition` now recieve class name `addition` to distinguish from original `<select>` options. #2573
- **Dropdown** - User additions now have their `<option>` removed if a user deselects an addition. #2573
### Version 2.0.4 - July 17, 2015

2
package.json

@ -1,6 +1,6 @@
{
"name": "semantic-ui",
"version": "2.0.4",
"version": "2.0.5",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",

Loading…
Cancel
Save