From f82717f6a28974943936a9cb4d5f8f229cedfa27 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 23 Jul 2015 17:26:56 -0400 Subject: [PATCH] Rlsnotes --- RELEASE-NOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 723cd0f00..374282029 100644 --- a/RELEASE-NOTES.md +++ b/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