From c457deaf25489902e17085cca315fdaa56c9387c Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 16 Apr 2015 15:17:58 -0400 Subject: [PATCH] Update rlsnotes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 714c9b123..b04b53ce0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -9,6 +9,7 @@ - **Grid** - Grids are now based on `flexbox`, columns are now `equal height` by default. Flexbox alignment has been added for easier vertical alignment. - **Headers** - Added new header type `sub header`, useful for displaying small headers alongside text content. See examples [in the header docs](http://www.semantic-ui.com/elements/header.html#sub-headers) - **Menu** - New `vertical tabular menu` is now available +- **Modal** - Add new settings `blurring` and `inverted` which are simple shortcuts for setting modal's dimmer to use either blurring or inverted variations. - **Dropdown** - Added new dropdown variation `scrolling dropdown` and `scrolling menu`, see docs or try it out with the language menu in the navigation bar - **Dimmer** - Dimmers now have a `blurring` variation which apply a glass-like effect when dimmed - **Steps** - Steps can now be attached to other UI like `segment`