framer-motion
Advanced tools
Comparing version 0.16.1 to 0.16.2
@@ -5,6 +5,13 @@ # Changelog | ||
## [0.16.1] Unreleased | ||
## [0.16.2] 2019-04-30 | ||
### Fixed | ||
- Fixed propagation of `initial` in `static` mode. | ||
- Fixing animations from values that are read as "none". | ||
## [0.16.1] 2019-04-25 | ||
### Fixed | ||
- Filtering pointer events not from the primary pointer (ie non-left clicks for mouse). | ||
@@ -11,0 +18,0 @@ - Fixing drag in Android devices by adding aggressive viewport scroll blocking. This will need dialling back down when it comes to open sourcing Framer Motion so, for instance, a horizontal carousel doesn't block vertical scrolling. |
{ | ||
"name": "framer-motion", | ||
"version": "0.16.1", | ||
"version": "0.16.2", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -72,3 +72,3 @@ "module": "dist/framer-motion.es.js", | ||
"popmotion": "^8.6.8", | ||
"style-value-types": "^3.1.0", | ||
"style-value-types": "^3.1.3", | ||
"stylefire": "^4.1.1" | ||
@@ -75,0 +75,0 @@ }, |
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
1200414
32944
Updatedstyle-value-types@^3.1.3