Browse Source

Update release notes

pull/1481/head
jlukic 10 years ago
parent
commit
319a0c320d
2 changed files with 5 additions and 1 deletions
  1. 5
      RELEASE-NOTES.md
  2. 1
      src/definitions/modules/dropdown.less

5
RELEASE-NOTES.md

@ -2,10 +2,15 @@
### Version 1.2.1 - December 09, 2014
**Enhancement**
- **Dropdown** - Dropdown can now specify which direction a menu should appear left/right
**Bugs**
- *All UI** - Adds error message when triggering an invalid module behavior i.e. typos ``$('.dropdown').dropdown('hid');``
- **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
- **Dropdown** - Fix bug in position of child menus on ``floating dropdown``
### Version 1.2.0 - December 08, 2014

1
src/definitions/modules/dropdown.less

@ -799,7 +799,6 @@ select.ui.dropdown {
Pointing
---------------*/
.ui.pointing.dropdown > .menu {
top: 100%;
margin-top: @pointingMenuDistance;

Loading…
Cancel
Save