From ac0f3130c601a323b938217e9e5318026df76543 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 19 Feb 2018 15:53:02 -0800 Subject: [PATCH] Thanks #6167 --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 59a44fe6d2..b5ca781c87 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -5,7 +5,7 @@ **Major Enhancements** - **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** #6085 - **Search** - Category search can now work with local search by adding a `category` property to any result and specifying `type: 'category'` -- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. +- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin** #6167 - **Search** - Category results now has `exact` matching - **Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering. - **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.