- **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)
**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
**Bugs**
- **Build** - NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds