Skip to content

Commit 33ed598

Browse files
committed
Finalize release notes for 2.4.0
1 parent bf7e06f commit 33ed598

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

RELEASE-NOTES.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,24 @@
1111
- **Segment** - Added new `ui placeholder segment` used to reserve space for UI when content is missing or empty.
1212

1313
**Major Enhancements**
14-
- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified an (X) will appear to clear dropdown selection #2072
15-
- **Modal/Dimmer** - Modals and dimmers now include a new setting `useFlex` which defaults to `auto`. Modals and dimmers will automatically revert to using non-flex layouts when there may be layout issues with using flexbox.
16-
17-
For example when `attachable: false` is used with a modal, or if IE11/Edge is used (Absolutely positioned elements inside flex containers in IE behave differently)
14+
- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified an (X) will appear to clear dropdown selection [#2072](https://github.com/Semantic-Org/Semantic-UI/issues/2072)
15+
- **Modal/Dimmer** - Modals and dimmers now include a new setting `useFlex` which defaults to `auto`. Modals and dimmers will automatically revert to using non-flex layouts when there may be layout issues with using flexbox. Modals will fall back to JS position when `detachable: false` is used or with IE11/Edge (Absolutely positioned elements inside flex containers in IE behave differently).
1816

1917
**Critical Bugs**
20-
- **Modal** - Fixed issue where `scrolling modal` would not allow for scrolling with touch devices. #6449
18+
- **Modal** - Fixed issue where `scrolling modal` would not allow for scrolling with touch devices. [#6449](https://github.com/Semantic-Org/Semantic-UI/issues/6449)
2119

2220
**Bugs**
2321
- **Dimmer** - Dimmer now sets `variation` at runtime, to support run-time swapping between `top aligned` and `middle aligned` using `.dimmer('setting', 'variation', 'top aligned')`
2422
- **Dropdown** - `inline dropdown` `close icon` default right margin default spacing slightly modified.
25-
- **Dropdown** - Fixed issue where `onChange` when used with `action: hide` would be missing the third param `$item` #6555
26-
- **Flag** - Add `uk` alias for `united kingdom` **Thanks @PhilipGarnero** #6531
27-
- **Icon** - Fixes missing `disk outline icon` alias #6556
28-
- **Label** - Fixed issue where `basic label` were appearing incorrectly **Thanks @lasley / @ColinFrick** #6582 #6440
23+
- **Dropdown** - Fixed issue where `onChange` when used with `action: hide` would be missing the third param `$item` [#6555](https://github.com/Semantic-Org/Semantic-UI/issues/6555)
24+
- **Flag** - Add `uk` alias for `united kingdom` **Thanks @PhilipGarnero** [#6531](https://github.com/Semantic-Org/Semantic-UI/issues/6531)
25+
- **Icon** - Fixes missing `disk outline icon` alias [#6556](https://github.com/Semantic-Org/Semantic-UI/issues/6556)
26+
- **Label** - Fixed issue where `basic label` were appearing incorrectly **Thanks @lasley / @ColinFrick** [#6582](https://github.com/Semantic-Org/Semantic-UI/issues/6582) [#6440](https://github.com/Semantic-Org/Semantic-UI/issues/6440)
2927
- **List** - Fixed issue where `content` would not take up 100% width when used alongside `img` or `icon`
30-
- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex` #6359
31-
- **Menu/Dropdown** - Fixes dropdown item margin not obeyed inside `labeled icon menu` #6557
28+
- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex` [#6359](https://github.com/Semantic-Org/Semantic-UI/issues/6359)
29+
- **Menu/Dropdown** - Fixes dropdown item margin not obeyed inside `labeled icon menu` [#6557](https://github.com/Semantic-Org/Semantic-UI/issues/6557)
3230
- **Modal** - Fixes `@mobileTopAlignedMargin` theming variable was not implemented
33-
- **Modal** - Modal now will remove `blurring` after undimming, to prevent issues with `position: fixed` #6520
31+
- **Modal** - Modal now will remove `blurring` after undimming, to prevent issues with `position: fixed` [#6520](https://github.com/Semantic-Org/Semantic-UI/issues/6520)
3432

3533
### Version 2.3.3 - July 8th, 2018
3634

0 commit comments

Comments
 (0)