## RELEASE NOTES ### Version 1.12.2 - May 4, 2015 **Bugs** - **Dropdown** - Fixed `left` and `right` arrow does not move input cursor with `visible selection dropdown`. Event accidentally prevented by `sub menu` shortcut keys. ### Version 1.12.1 - April 26, 2015 **Bugs** - **Dropdown** - Fixes issue with chained dropdown methods used on a `` now receive error formatting on `form error` **Thanks @davialexandre** - **Transition** - Added more reasonable default durations for each animation - **Loader** - `inline loader` now has a `centered` variation - **Modal** - Modal no longer hides and reshows dimmer when opening a modal with another modal open with `exclusive: true` - **Popup** - Added `exclusive` parameter to automatically close other popups on open - **Transition** - Added `toggle` behavior and docs for `show` and `hide` - **Transition** - transition now has `stop`, `stop all`, and `clear queue` for removing transitions, (undocumented method `stop`, and `start` renamed to `enable` and `disable`) - **Dimmer** - Add `opacity` setting to override css value. Add to docs several undocumented settings, like `useCSS`, and `variation`. - **Icon** - added `@src` variable to make it adjustable with themes that dont support all types like `woff2` **Bugs** - **Dropdown** - Fixes issue where dropdown would not open after restoring previus value on failed `search dropdown` search - **Grid** - Fixes specificity of grid `column` colors to not affect other elements with columns - **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 - **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** - Fix popup not namespacing `window` events and unbinding on `destroy` **Thanks @revov** - **Table** - Fixes table on `mobile` sizes can surpass parent container width - **Transition** - Fixes `swing out` animations not working correctly - **Transition** - Fixed display state other than `block` not determined when using `show` and `hide` without an animation - **Transition** - Fix bug in `remove looping` causing next animation to use same duration - **Segment** - Fix first/last margins on `ui segments` - **Search** - Fix special characters not searching correctly with local search - **Search** - Fix a bug with `onSelect` returning `null` when `minCharacters: 0` - **Search** - Fix a bug with `onSelect returning `null` when results retrieved from cached API query - **Sticky** - Fixed sticky position when page loads and content is below sticky content. - **Sticky** - Fix bottom attached position not adjusting for bottom padding on container element - **Menu** - Fix vertical pointing menu, sub menu arrow color - **Item ** - `img` inside of `ui item content` now do not receive size formatting by default - **Form** - Added `input[type="search"]` styles to `ui form` **Docs** - **Transition** - Adds examples of `hide, `show`, `toggle`, `stop`, `stop all`, and `clear queue` - **Item** - Significant rewrite of `ui item` documentation ### Version 1.10.4 - February 28, 2015 - **API** - Remove console error message when no API url is specified but element is a `form` (defaults to `form` action) - **API** - `api` check for [serialize object](https://github.com/macek/jquery-serialize-object) optional dependency no longer produces error when `serializeForm: true` and dependency is not found. ### Version 1.10.3 - February 27, 2015 **Bugs** - **Build Tools** - All UI components now have component name in comment banners and release version - **Menu** - Fixes dropdown menu item not having a hover state inside inverted menu - **Search** - Fixes bug in category search causing item selection to sometimes produce a javascript error. - **Button** - Fixes `