From 4d8d3bdfcdb6aa79f7d2948adde69f5a0ee931db Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Dec 2014 17:29:31 -0500 Subject: [PATCH] Update release notes --- RELEASE-NOTES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ded197535..7fdcc530c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,19 +3,23 @@ ### Version 1.1.0 - December XX, 2014 **Enhancements** - - **Transition** - Transition's caching of final display state and *animation existence* now has improved performance. +- **Popup** - Popup now has a ``settings.prefer`` that defaults to ``adjacent``, prefering adjacent positioning. It can also be set to ``opposite`` to prefer the same position on the opposite side +- **Popup** - Popup can now use a setting ``lastResort``. When set to a position it will be used as a last resort even if popup does not entirely fit on the page. - **Transition** now has ``useFailSafe`` parameter (off by default) to ensure transition callback fires even if native ``onAnimationEnd`` event does not fire due to element visibility. [Chromium Bug Report by Product Manager @ Mozilla](https://code.google.com/p/chromium/issues/detail?id=135350#c2) **All UI** - Many ``em`` measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors) **Steps** - Now use global border color - **Progress** - Progress now has sizing variations +- **Input** - ``transparent input`` can now be ``inverted`` - **Dropdown** - Dropdown ``onChange`` callback now fires when calling ``setSelected`` programatically. **Bugs** -- **Build** - NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds +- **Build Tools** - NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds - **Transition** - Transition now correctly detects missing animations, errors do not cause future image transitions to break - **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre** - **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev** +- **Icon** - ``remove icon`` is now formatted correctly when used as ``remove link icon`` +- **Dropdown** - Fix ``action input`` used inside ``ui dropdown`` to appear correctly **Thanks ordepdev** **Docs** - **Progress* - Added missing settings docs for progress module