Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finish notes
  • Loading branch information
jlukic committed Jul 23, 2015
1 parent 40df964 commit 9dd18d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Expand Up @@ -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

Expand Down

0 comments on commit 9dd18d4

Please sign in to comment.