Skip to content

Commit bf7e06f

Browse files
committed
Rlsnote editing
1 parent 4f6fe8e commit bf7e06f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

RELEASE-NOTES.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
### Version 2.4.0 - Sep 17, 2018
44

5-
**Install Notes**
6-
`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`
5+
> `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`
76
87
**New Components**
9-
- **Loader** - Added `ui placeholder` that can be used to mimic content while its loading
8+
- **Placeholder** - Added `ui placeholder` that can be used to show where content will soon appear.
109

1110
**New UI Type**
12-
- **Segment** - Added new `ui placeholder segment` used to reserve space for UI when no content is available.
11+
- **Segment** - Added new `ui placeholder segment` used to reserve space for UI when content is missing or empty.
1312

1413
**Major Enhancements**
15-
- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified, you can
14+
- **Dropdown** - Added `clearable` dropdowns. When `clearable: true` is specified an (X) will appear to clear dropdown selection #2072
1615
- **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.
1716

1817
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)

0 commit comments

Comments
 (0)