Releases: apasov/animatable-properties
Releases · apasov/animatable-properties
v3.0.7
Performance Improvements
- upgrade devDependencies to next major versions: @rollup/plugin-commonjs to v16.0.0 and @rollup/plugin-node-resolve to v10.0.0 (7432f23)
v3.0.5
Performance Improvements
- update mdn-data-animatable, css-tree-animatable and other dependencies (935094d)
v3.0.3
Bug Fixes
- remove from-font value from text-underline-offset (060c201)
v3.0.2
Bug Fixes
- update dependencies. Significantly reduce bundle size (d890382)
v3.0.1
Bug Fixes
- use
mdn-data-animatable
and css-tree-animatable
instead of mdn-data
and css-tree
(3271912)
v3.0.0
Features
BREAKING CHANGES
- cssToJs now returns empty string for non-animatable properties
v2.1.1
Features
- add jsToCss() as alias to isAnimatable(string, true) (e51f6af)
Performance Improvements
- remove camelcase dependency (e9d6d03)
v2.1.0
Features
- fetch properties from mdn-data. 26 new properties added (9026f01)
- add returnCssProperty optional argument to isAnimatable to return the CSS property instead of boolean if it's valid (eb7407d)