Browse Source

Update rlsnotes

pull/1785/merge
jlukic 9 years ago
parent
commit
9d5da0c4b2
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -20,6 +20,7 @@
- **Dropdown** - Fixes issue where dropdown would not open after restoring previus value on failed `search dropdown` search - **Dropdown** - Fixes issue where dropdown would not open after restoring previus value on failed `search dropdown` search
- **Icon** - Fix `clockwise rotated icon` causing `clockwise` icon to appear - **Icon** - Fix `clockwise rotated icon` causing `clockwise` icon to appear
- **Popup** - Fix issue with `popup` not re-opening until another element gains focus on a mobile touchscreen - **Popup** - Fix issue with `popup` not re-opening until another element gains focus on a mobile touchscreen
- **Modal** - Fixed issue with modal not appearing when calling `show` during another modal `hide`
- **Popup** - Popup will now fire `onHidden` when an element is hidden by opening a different popup - **Popup** - Popup will now fire `onHidden` when an element is hidden by opening a different popup
- **Popup** - Fix popup not namespacing `window` events and unbinding on `destroy` **Thanks @revov** - **Popup** - Fix popup not namespacing `window` events and unbinding on `destroy` **Thanks @revov**
- **Transition** - Fixes `swing out` animations not working correctly - **Transition** - Fixes `swing out` animations not working correctly

Loading…
Cancel
Save