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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,14 @@
5
5
**Major Enhancements**
6
6
-**Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899**#6085
7
7
-**Search** - Category search can now work with local search by adding a `category` property to any result and specifying `type: 'category'`
8
-
-**Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin**#6167
9
-
-**Search** - Category results now has `exact` matching
10
8
-**Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering.
11
9
-**Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.
12
10
13
-
**Enhancements**
11
+
**Minor Enhancements**
12
+
-**Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin**#6167
13
+
-**Search** - Category results now has `exact` setting matching dropdown for `fullTextSearch` preventing fuzzy search
14
+
15
+
**Other Enhancements**
14
16
-**Search** - Category results will now responsively adjust `title` row if titles are long instead of forcing a title width
15
17
-**Dimmer** - Dimmers now have centered content with a single wrapping `content` element.
16
18
-**Popup** - Popup will now align the center of the arrow (not the edge of the popup) when it would be reasonable (up to 2x arrow's offset from edge). [See this explanation](http://oi66.tinypic.com/2zr2ckk.jpg)
@@ -22,6 +24,7 @@
22
24
-**Modal** - Modal `autofocus` setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in `onVisible` or `onShow`
23
25
-**Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091**#5902#5899
24
26
-**Table** - Fixes tr not having correct border on first row when using multiple `tbody`**Thanks @Mlukman**#4458
27
+
-**Popup** - Popup will now use `content` specified in settings before `title` attribute
25
28
26
29
**Doc Updates**
27
30
-**Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard
0 commit comments