framer-motion
Advanced tools
Comparing version 1.6.10 to 1.6.12
@@ -5,2 +5,14 @@ # Changelog | ||
## [1.6.12] 2019-10-10 | ||
### Fix | ||
- Support strings in `motion.custom` for Web Component support. | ||
## [1.6.11] 2019-10-09 | ||
### Fix | ||
- Inconsistency in handling `x`/`y` between SVG and HTML. Now always a shorthand for `translateX` and `translateY`. | ||
## [1.6.10] 2019-10-09 | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "framer-motion", | ||
"version": "1.6.10", | ||
"version": "1.6.12", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -96,3 +96,3 @@ "module": "dist/framer-motion.es.js", | ||
"style-value-types": "^3.1.6", | ||
"stylefire": "^6.0.10", | ||
"stylefire": "^7.0.0", | ||
"tslib": "^1.10.0" | ||
@@ -99,0 +99,0 @@ }, |
@@ -13,3 +13,3 @@ <p align="center"> | ||
<a href="https://www.npmjs.com/package/framer-motion" target="_blank"> | ||
<img src="https://img.shields.io/npm/v/framer-motion.svg?style=flat-squar" /> | ||
<img src="https://img.shields.io/npm/v/framer-motion.svg?style=flat-square" /> | ||
</a> | ||
@@ -16,0 +16,0 @@ <a href="https://www.npmjs.com/package/framer-motion" target="_blank"> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1534662
43260
+ Addedstylefire@7.0.3(transitive)
- Removedstylefire@6.0.12(transitive)
Updatedstylefire@^7.0.0