diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 80fc26651..af044225b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,6 +13,14 @@ This release should fix bugs some may have encountered with `npm install semanti - **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) +**[Merged PR](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.7+is%3Aclosed)** +- **Build Tools** - Fixed autoprefixer not correctly setting `last 2 versions` **Thanks @frontdevde** [#2717](https://github.com/Semantic-Org/Semantic-UI/pull/2717) +- **Gulp Import** - Fixes error `Cannot find module 'gulp-help'` which may occur when importing gulp tasks [#2653](https://github.com/Semantic-Org/Semantic-UI/issues/2653) [#2668](https://github.com/Semantic-Org/Semantic-UI/pull/2668) **Thanks @fholzer** + +**Docs** +- **Recipes** - Add links to Sketch files for SUI. Add example repo on how to import gulp tasks. + + **Minor Enhancements** - **API** - All API callbacks now recieve `xhr` from API request as the third calback parameter