You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
3
3
### Version 2.4.0 - Sep 17, 2018
4
4
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`
7
6
8
7
**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.
10
9
11
10
**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.
13
12
14
13
**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
16
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.
17
16
18
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)
0 commit comments