Browse Source

Update release notes

pull/1481/head
jlukic 9 years ago
parent
commit
4d52983770
1 changed files with 6 additions and 0 deletions
  1. 6
      RELEASE-NOTES.md

6
RELEASE-NOTES.md

@ -15,12 +15,18 @@
- **Button** - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers - **Button** - Button "or" positioning variables have been adjusted to be automatically calculated without magic numbers
- **Step** - Fix issue with completed ordered step icon alignment - **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 - **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`` - **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 - **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``. - **Table** - Fix responsive styles when applied to ``definition table``.
- **Image** - UI image now works with SVG - **Image** - UI image now works with SVG
- **Form** - Fixed positioning of horizontal field groups, aka ``fields`` for mobile. - **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 ### 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) [Browse Closed Issues](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A1.1.3+is%3Aclosed)

Loading…
Cancel
Save