Skip to content

Commit

Permalink
Final release notes 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 13, 2018
1 parent e7d0478 commit a753d5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
### Version 2.4.1 - Oct 13, 2018

**Note**
> If you are using the `semantic-ui-less` package with versions of LESS before 3.5 some `calc` values will not be computed correctly due to changes in variable interpolation. It is recommended that you upgrade to at least 3.5 to continue using new versions of SUI. For more information see #6512
> If you are using the `semantic-ui-less` package with versions of LESS before 3.5 some `calc` values will not be computed correctly due to changes in variable interpolation. It is recommended that you upgrade to at least 3.5 to continue using new versions of SUI. For more information see [#6512](https://github.com/Semantic-Org/Semantic-UI/issues/6512)
**Build**
- **LESS** - SUI now supports less versions greater than `3.5.0` **Thanks @sciyoshi** #6512
- **Gulp** - Migrated deprecated `gulp-util` to `replace-ext` **Thanks @stevelacy** #6322
- **LESS** - SUI now supports less versions greater than `3.5.0` **Thanks @sciyoshi** [#6512](https://github.com/Semantic-Org/Semantic-UI/issues/6512)
- **Gulp** - Migrated deprecated `gulp-util` to `replace-ext` **Thanks @stevelacy** [#6322](https://github.com/Semantic-Org/Semantic-UI/issues/6322)
- **Gulp** - Updated all gulp dependencies to most recent released versions with modifications to tasks as necessary.

**Bug Fixes**
- **Dropdown** - `clearable` dropdown now works with dropdown that arent `on:click`, like `hover` or `manual` triggers. #6594
- **Modal** - Fixed `fullscreen modal` having incorrect left offset with flex modals #6587
- **Dropdown** - `clearable` dropdown now works with dropdown that arent `on:click`, like `hover` or `manual` triggers. [#6594](https://github.com/Semantic-Org/Semantic-UI/issues/6594)
- **Modal** - Fixed `fullscreen modal` having incorrect left offset with flex modals [#6587](https://github.com/Semantic-Org/Semantic-UI/issues/6587)
- **Embed** - Embed will now correctly remove DOM metadata on `destroy`
- **Grid** - Fix issue with `very relaxed vertically divided grid` having wrong margins on dividers

Expand Down

0 comments on commit a753d5b

Please sign in to comment.