`2.4.0` includes a new component `placeholder`. To use this component in your existing SUI site, be sure to add `@placeholder: 'default';` to your `theme.config`. You can see an example in `theme.config.example`
**New Components**
- **Loader** - Added `ui placeholder` that can be used to mimic content while its loading
**New UI Type**
- **Segment** - Added new `ui placeholder segment` used to reserve space for UI when no content is available.
- **Loader** - Added `ui content loader` that can be used to mimic content while its loading
**Major Enhancements**
- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified, you can
@ -16,16 +21,17 @@ For example when `attachable: false` is used with a modal, or if IE11/Edge is us
- **Modal** - Fixed issue where `scrolling modal` would not allow for scrolling with touch devices. #6449
**Bugs**
- **Dimmer** - Dimmer now sets `variation` at runtime, to support run-time swapping between `top aligned` and `middle aligned` using `.dimmer('setting', 'variation', 'top aligned')`
- **Dropdown** - Fixed issue where `onChange` when used with `action: hide` would be missing the third param `$item`#6555
- **Flag** - Add `uk` alias for `united kingdom`**Thanks @PhilipGarnero**#6531
- **Icon** - Fixes missing `disk outline icon` alias #6556
- **Label** - Fixed issue where `basic label` were appearing incorrectly **Thanks @lasley / @ColinFrick**#6582#6440
- **List** - Fixed issue where `content` would not take up 100% width when used alongside `img` or `icon`
- **Menu/Dropdown** - Fixed `left menu` inside `ui menu` would display horizontally as `flex`#6359
- **Dimmer** - Dimmer now sets `variation` at runtime, to support run-time swapping between `top aligned` and `middle aligned` using `.dimmer('setting', 'variation', 'top aligned')`
- **Modal** - Modal now will remove `blurring` after undimming, to prevent issues with `position: fixed`#6520