From 94c574cece5fdb9038f0e3aceae129aa524b238b Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Dec 2014 18:03:01 -0500 Subject: [PATCH] Fix release notes formatting --- RELEASE-NOTES.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2113d5549..e890acdf3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,9 +6,9 @@ - **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 +- **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) and [this open issue](https://code.google.com/p/chromium/issues/detail?id=437860) +- **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. @@ -25,6 +25,9 @@ **Docs** - **Progress* - Added missing settings docs for progress module +**Docs** +- **Progress* - Added missing settings docs for progress module + ### Version 1.0.1 - November 28, 2014 **Bugs**