From 4d5298377057ecc12c9bce5d05d4c65c957fe1a8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 16 Dec 2014 16:57:27 -0500 Subject: [PATCH] Update release notes --- RELEASE-NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 814ab097d..782e5d286 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -15,12 +15,18 @@ - **Button** - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers - **Step** - Fix issue with completed ordered step icon alignment - **Sidebar** - Mobile sidebars now only set ``overflow`` on page's ``html`` when browsing from ``iOS` devices. Using overflow caused issues with page's scroll being lost when resizing a browser to mobile widths. This also affected modules that used `$(window).scrollTop()`` at mobile screen sizes +- **Grid** - ``stackable grid`` now display correctly when nested inside a different ``stackable grid`` - **Dropdown** - Fix bug in position of sub menus with ``floating dropdown`` - **Segment ** - Vertical segments now have padding on first/last element, fixing issues when using with grids - **Table** - Fix responsive styles when applied to ``definition table``. - **Image** - UI image now works with SVG - **Form** - Fixed positioning of horizontal field groups, aka ``fields`` for mobile. +**Docs** +- *Button* - Add tabindex /keyboard nav documentation +- *Grid* - Add another grid example +- Updates from release changes to UI + ### Version 1.2.0 - December 08, 2014 [Browse Closed Issues](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.1.3+is%3Aclosed)