framer-motion
Advanced tools
Comparing version 0.12.2 to 0.13.0
@@ -5,2 +5,22 @@ # Changelog | ||
## [0.13.0] 2019-04-08 | ||
### Changed | ||
- `useTransformedValue` => `useTransform` | ||
### Added | ||
- `transform(value, input, output, options)` overload. | ||
## [0.12.2] 2019-04-08 | ||
### Changed | ||
- Added new methods to `safeWindow` SSR window mocking. | ||
### Fixed | ||
- Deleting unused props from `style` object rather than setting to `undefined`. [#99](https://github.com/framer/motion/pull/99) | ||
## [0.12.1] 2019-04-03 | ||
@@ -7,0 +27,0 @@ |
{ | ||
"name": "framer-motion", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -12,3 +12,3 @@ "module": "dist/framer-motion.es.js", | ||
"test": "yarn test-client && yarn test-server", | ||
"test-client": "jest --coverage --config jest.config.json", | ||
"test-client": "jest --coverage --config jest.config.json --maxWorkers=2", | ||
"test-server": "jest --config jest.config.ssr.json", | ||
@@ -15,0 +15,0 @@ "watch": "jest --watch --coverage --coverageReporters=lcov --config jest.config.json", |
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
846782
21057