|
16 | 16 |
|
17 | 17 | **Critical Bugs** |
18 | 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) |
| 19 | +- **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) |
| 20 | +- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex` [#6359](https://github.com/Semantic-Org/Semantic-UI/issues/6359) |
19 | 21 |
|
20 | 22 | **Bugs** |
21 | 23 | - **Dimmer** - Dimmer now sets `variation` at runtime, to support run-time swapping between `top aligned` and `middle aligned` using `.dimmer('setting', 'variation', 'top aligned')` |
22 | | -- **Dropdown** - `inline dropdown` `close icon` default right margin default spacing slightly modified. |
23 | 24 | - **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 | 25 | - **Flag** - Add `uk` alias for `united kingdom` **Thanks @PhilipGarnero** [#6531](https://github.com/Semantic-Org/Semantic-UI/issues/6531) |
25 | 26 | - **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) |
27 | | -- **List** - Fixed issue where `content` would not take up 100% width when used alongside `img` or `icon` |
28 | | -- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex` [#6359](https://github.com/Semantic-Org/Semantic-UI/issues/6359) |
| 27 | +- **List** - Fixed issue where list `content` would not take up 100% width when used alongside `img` or `icon` |
29 | 28 | - **Menu/Dropdown** - Fixes dropdown item margin not obeyed inside `labeled icon menu` [#6557](https://github.com/Semantic-Org/Semantic-UI/issues/6557) |
30 | 29 | - **Modal** - Fixes `@mobileTopAlignedMargin` theming variable was not implemented |
31 | 30 | - **Modal** - Modal now will remove `blurring` after undimming, to prevent issues with `position: fixed` [#6520](https://github.com/Semantic-Org/Semantic-UI/issues/6520) |
32 | 31 |
|
| 32 | +**Minor Changes** |
| 33 | +- **Dropdown** - `inline dropdown` `close icon` default right margin default spacing slightly modified. |
| 34 | + |
| 35 | + |
33 | 36 | ### Version 2.3.3 - July 8th, 2018 |
34 | 37 |
|
35 | 38 | **Bug Fixes** |
|
0 commit comments