framer-motion
Advanced tools
Comparing version 1.6.15 to 1.6.16
@@ -5,2 +5,15 @@ # Changelog | ||
## [1.6.17] 2019-11-21 | ||
### Added | ||
- `controls.set` can now accept a function that will resolve once for each child. | ||
## [1.6.16] 2019-11-21 | ||
### Fixes | ||
- Fixing `ref` hydration in `useLayoutEffect`. (Note: This release effectively reverts `1.6.10`. Each child of `AnimatePresence` with a unique `key` should be given a unique `ref`). | ||
- Moving callback ref mutation in `use-drag` and `use-pan-gesture` to a `useEffect`. | ||
## [1.6.15] 2019-10-24 | ||
@@ -7,0 +20,0 @@ |
{ | ||
"name": "framer-motion", | ||
"version": "1.6.15", | ||
"version": "1.6.16", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -42,8 +42,8 @@ "module": "dist/framer-motion.es.js", | ||
"@microsoft/api-extractor": "^7.3.4", | ||
"@testing-library/dom": "^5.6.0", | ||
"@testing-library/react": "^8.0.7", | ||
"@testing-library/dom": "^6.10.1", | ||
"@testing-library/react": "^9.3.2", | ||
"@types/jest": "^23.3.9", | ||
"@types/node": "^10.12.9", | ||
"@types/react": "^16.8.23", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/react": "^16.9.11", | ||
"@types/react-dom": "^16.9.4", | ||
"@types/styled-components": "^4.1.0", | ||
@@ -66,2 +66,3 @@ "@typescript-eslint/eslint-plugin": "^1.5.0", | ||
"jest-junit": "^6.4.0", | ||
"jest-watch-typeahead": "^0.4.2", | ||
"lint-staged": "^8.0.4", | ||
@@ -71,5 +72,5 @@ "lodash": "^4.17.13", | ||
"progress-bar-webpack-plugin": "^1.11.0", | ||
"react": "16.8.6", | ||
"react": "^16.12.0", | ||
"react-dev-utils": "^6.1.1", | ||
"react-dom": "16.8.6", | ||
"react-dom": "^16.12.0", | ||
"rollup": "^1.16.6", | ||
@@ -76,0 +77,0 @@ "rollup-plugin-commonjs": "^10.0.1", |
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
1539460
49
43365