Skip to content

Commit 1ce9e1c

Browse files
committed
Thanks #4614
1 parent c699357 commit 1ce9e1c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
**Major Enhancements**
66
- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** #6085
77
- **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
108
- **Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering.
119
- **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.
1210

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**
1416
- **Search** - Category results will now responsively adjust `title` row if titles are long instead of forcing a title width
1517
- **Dimmer** - Dimmers now have centered content with a single wrapping `content` element.
1618
- **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 @@
2224
- **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`
2325
- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** #5902 #5899
2426
- **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
2528

2629
**Doc Updates**
2730
- **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard

0 commit comments

Comments
 (0)