Browse Source

Update release notes

pull/1378/head
jlukic 9 years ago
parent
commit
61b2fa6e09
1 changed files with 3 additions and 6 deletions
  1. 9
      RELEASE-NOTES.md

9
RELEASE-NOTES.md

@ -4,6 +4,8 @@
**Enhancements** **Enhancements**
- **Transition** - Transition's caching of final display state and *animation existence* now has improved performance.
- **Progress** - Progress now has sizing variations
- **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) - **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)
**Bugs** **Bugs**
@ -12,13 +14,8 @@
- **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre** - **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre**
- **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev** - **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev**
**Enhancements**
- **Transition** - Transition's caching of final display state and *animation existence* now has improved performance.
- **Progress** - Progress now has sizing variations
**Docs** **Docs**
- **Progress* - Added missing settings tab for progress module
- **Progress* - Added missing settings docs for progress module
### Version 1.0.1 - November 28, 2014 ### Version 1.0.1 - November 28, 2014

Loading…
Cancel
Save