4.3 KiB
4.3 KiB
Changelog
2.0
2.0.5
- added style sorting to prepend prefixed properties ( #105 )
- support for
position: -webkit-sticky( #103 )
2.0.4
- added type checks for
flexDirectionspecification alternatives
2.0.3
- fixed updated caniuse-api search keys
2.0.2
- fixed a bug that used the prefixAll fallback for Windows Phone browsers ( #97 )
- fixed a bug preventing Firefox on Android to correct prefixes ( #95
2.0.1
- fixed a bug that removed array values ( #89 )
- added array prefixing to the dynamic version
- improved prefixing performance
2.0.0
API Changes
- merged inline-style-prefix-all as
inline-style-prefixer/static
Improvements
- support for Chromium browser ( #75 )
- support for Vivaldi browser ( #81 )
- support for zoom and grab
cursorvalues ( #82 ) - support for prefixing arrays of values ( @inline-style-prefix-all#16 )
Bugs
- fixed a bug where
borderwithin transitions was treated asorder( @inline-style-prefix-all#15 ) - fixed a bug where prefixed transition values where incorrectly concatenated ( @inline-style-prefix-all#17 )
1.0
1.0.4
- updated inline-style-prefix-all dependency to correct fallback value order
1.0.3
- replaced
Setwith ES5 alternative
1.0.2
- fixed a bug that caused crashes if
displaygot eithernullorundefinedassigned ( #71 )
1.0.1
- added
undefinedcheck foruserAgentto prevent bowser errors
1.0.0
- pulled a bugfix by Khan Academy that dash-cases fallback properties (
f41f3040ac) - using inline-style-prefix-all for
prefixAllnow displaydoes not get removed anymore ( #65 )- not throwing anymore if unsupported
userAgentis provided ( #62 )
0.6
0.6.7
- Fixed a bug that caused
transitionwithcubic-bezierto resolve false - Replaced
for ofin favor of a basicforloop to not requireSymbolto be available
0.6.6
- Prevent crashes if a value is
falseorundefined
0.6.5
- Plugins won't crash if a
numbervalue is passed - Added default
options
0.6.4
- support for prefixed
transitionproperties e.g.transition: '-webkit-filter 200ms linear' - wider support for gradients on all properties
prefixAllnow prefixes all plugin values- uses default
userAgentif no userAgent,undefinedorfalseis passed
0.6.3
- 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's
0.6.2
- fixed dist files to register globally
0.6.1
- replaced multi-options with an object hash
- renamed
keepDefaultstokeepUnprefixed
0.6.0
- fixed a bug that caused the
display:flexplugin to prefix incorrectly - added
forceRun-option to plugins to support plugins when usingprefixAll - 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
- fixed a typo in
animationIterationCount
0.5.3
- Added 2D Transform to the searchMap so IE 9 prefixes
transform,transformOrigin,transformOriginXandtransformOriginY - Removed unsupported browsers from browser detection to avoid false prefixes
0.5.2
- Added Changelog
- Android detection for older Versions (< 5)
- added
flexWrapto the properties list