framer-motion
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [0.16.1] Unreleased | ||
### Fixed | ||
- Filtering pointer events not from the primary pointer (ie non-left clicks for mouse). | ||
- 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. | ||
## [0.16.0] 2019-04-19 | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "framer-motion", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -73,3 +73,3 @@ "module": "dist/framer-motion.es.js", | ||
"style-value-types": "^3.1.0", | ||
"stylefire": "^4.1.0" | ||
"stylefire": "^4.1.1" | ||
}, | ||
@@ -76,0 +76,0 @@ "husky": { |
<img src="https://user-images.githubusercontent.com/7850794/52070069-f7c92000-2577-11e9-9566-60d15359904b.png" alt="Framer Motion" width="500" height="245" /> | ||
- [Get started](https://paper.dropbox.com/doc/Framer-Motion-Guide--AWnIVf~I2acCXemShLcAPLtBAg-zcHm65VufTLLDZm2mWabo) | ||
- [API](https://paper.dropbox.com/doc/Framer-Motion-API--AWlK2hBtUM4ZyCRsjNLKVc56Ag-QKtHod69TMbSzKzKEl4bU) | ||
- [Examples](https://codesandbox.io/s/8xj22v2mo2) | ||
Framer Motion is a production-ready animation and gesture library. | ||
Currently, it can only be consumed via the [Framer API](https://www.framer.com/api). |
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
1157753
32177
Updatedstylefire@^4.1.1