From d70886c92850ff1b3682726191cbd634cde96c7c Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 22 Jan 2015 16:35:11 -0500 Subject: [PATCH] Sort release notes a-z --- RELEASE-NOTES.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 299ecb691..d7fd06b34 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,34 +3,36 @@ ### Version 1.8.0 - January 21, 2015 **Enhancements** -- **Transition** - Transition will now prevent repeated animations when using an inferred direction i.e. animation without `in` or `out` specified. When `queue: true` only animations with explicit direction will be ignored. -- **Transition** - Transition duration now defaults to what is specified in `css`, to set custom duration you can still pass at run-time as a different value +- **API** - Added new behavior `$.api('abort')` which cancels current request - **Dropdown** - Keyboard navigation will now allow opening of sub menus with right/left arrow. Enter will open sub-menus on an unselectable category (`allowCategorySelection: false`) as well. - **Dropdown** - Mutation observers will now observe changed in `` are not invoked on `ui dropdown` - **Dropdown** - Fixed bug where link items would not open in sub-menus due to `event.preventDefault` -- **Dropdown** - Dropdown no longer will not show menu when no `item` are present in menu. Dropdown will now only filter results for `ui search dropdown` #1632 **Thanks PSyton**. +- **Label** - Fixed `ui corner label` appearing on-top of `ui dropdown` menu due to issue in z-index heirarchy +- **Label** - Fixed issue with `ui ribbon label` not positioning itself correctly when using sizes like `small` or `large` - **List** - `relaxed list` and `very relaxed list` no longer add padding to child menu items -- **Button** - Fixes formatting for `disabled button` inside `ui buttons` -- **Button** - ``ui vertical basic buttons` now have dividers in default theme -- **API** - Fixed bug where API would query resource immediately when specifying `on: false` -- **API** - Fixed bug where `$.api('get xhr')` was not correctly returning xhr promise +- **Popup** - Popup will now only use a max of one element when `settings.popup` mistakingly passes multiple DOM elements +- **Popup** - Popups will now by default appear over all UI content, even dimmers. +- **Search** - Search results no longer hide/show when user changes tab or page loses focus - **Sidebar** - Fixed bug with `pusher` inheriting first child margins due to `margin-collapse` -- **Sidebar** - Sidebar will now only close if you click on `pusher` or underlayed `body` (scale out). Clicking on fixed elements will not close sidebar. - **Sidebar** - Mobile `is mobile` was using RegExp `test()` which would return an incorrect value when called multiple times -- *Sticky** - Fixes issue with container size not being set explicitly on rail due to improper method renaming -- **Search** - Search results no longer hide/show when user changes tab or page loses focus +- **Sidebar** - Sidebar will now only close if you click on `pusher` or underlayed `body` (scale out). Clicking on fixed elements will not close sidebar. - **Transition** - Fixed bug with animations that contain the strings 'in' or 'out' as part of their names, for example "swing" +- *Sticky** - Fixes issue with container size not being set explicitly on rail due to improper method renaming ### Version 1.7.(1-2) - January 15, 2015