Browse Source

Rlsnotes

pull/2728/head
jlukic 9 years ago
parent
commit
f82717f6a2
1 changed files with 2 additions and 3 deletions
  1. 5
      RELEASE-NOTES.md

5
RELEASE-NOTES.md

@ -2,9 +2,6 @@
### Version 2.0.7 - July 22, 2015
**Minor Enhancements**
- **API** - All API callbacks now recieve `xhr` from API request as the third calback parameter
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.7+is%3Aclosed)**
- **API** - Fixed some cases where `onComplete`, `onSuccess` and `onFailure` would receive XHR as first parameter and not `response`. [#2713](https://github.com/Semantic-Org/Semantic-UI/issues/2713)
- **API** - Fixed issue where `onFailure` would pass response as stringified JSON and not a JS object [#2713](https://github.com/Semantic-Org/Semantic-UI/issues/2713)
@ -14,6 +11,8 @@
- **Dropdown** - Fixed issue where dropdown nested inside `label` would not open. [#2711](https://github.com/Semantic-Org/Semantic-UI/issues/2711)
- **Popup** - Fixed issue where popup would not open on tablets with both touchscreen and mouse on mouseenter. [#2715](https://github.com/Semantic-Org/Semantic-UI/issues/2715)
**Minor Enhancements**
- **API** - All API callbacks now recieve `xhr` from API request as the third calback parameter
**Additional Fixes**
- **Checkbox** - Fix checkbox "check" appearing italicized when included inside italicized text

Loading…
Cancel
Save