UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

53 lines (41 loc) 1.79 kB
# Changelog ## 0.6 ### 0.6.7 (26.01.16) * Fixed a bug that caused `transition` with `cubic-bezier` to resolve false * Replaced `for of` in favor of a basic `for` loop to not require `Symbol` to be available ### 0.6.6 (19.01.16) * Prevent crashes if a value is `false` or `undefined` ### 0.6.5 (18.01.16) * Plugins won't crash if a `number` value is passed * Added default `options` ### 0.6.4 (18.01.16) * support for prefixed `transition` properties *e.g. `transition: '-webkit-filter 200ms linear'`* * wider support for **gradients** on all properties * `prefixAll` now prefixes all plugin values * uses default `userAgent` if no userAgent, `undefined` or `false` is passed ### 0.6.3 (09.01.16) * added support for Cordova apps & in-app browser *(especially on iOS 8.4.x)* * fixed Android Chrome detection *(on Android 4.x)* * added some [FAQ](docs/FAQ.md)'s ### 0.6.2 (03.01.16) * fixed dist files to register globally ### 0.6.1 (03.01.16) * replaced multi-options with an object hash * renamed `keepDefaults` to `keepUnprefixed` ### 0.6.0 (03.01.16) * fixed a bug that caused the `display:flex` plugin to prefix incorrectly * added `forceRun`-option to plugins to support plugins when using `prefixAll` * added `keepDefault`-option to keep defaults after prefixing * added MS Edge support * added whitelist for headless browsers * several data updates ## 0.5 ## 0.5.4 (03.12.15) * fixed a typo in `animationIterationCount` ## 0.5.3 (28.11.15) * Added 2D Transform to the searchMap so IE 9 prefixes `transform`, `transformOrigin`, `transformOriginX` and `transformOriginY` * Removed unsupported browsers from browser detection to avoid false prefixes ## 0.5.2 (24.11.15) * Added Changelog * Android detection for older Versions (< 5) * added `flexWrap` to the properties list