framer-motion
Advanced tools
Comparing version 0.11.1 to 0.12.0
@@ -5,2 +5,21 @@ # Changelog | ||
## [0.12.0] 2019-04-03 | ||
### Changed | ||
- `useCycle([...args])` -> `useCycle(...args)` | ||
### Added | ||
- `static` components reflect changes in `initial`. | ||
### Fixed | ||
- Dragging doesn't break during re-renders. | ||
- `useCycle` setter is independent from render cycle. | ||
### Removed | ||
- `useCycle` no longer has the ability to start at a different index. | ||
## [0.11.1] 2019-04-02 | ||
@@ -7,0 +26,0 @@ |
{ | ||
"name": "framer-motion", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"main": "dist/framer-motion.cjs.js", | ||
@@ -10,2 +10,3 @@ "module": "dist/framer-motion.es.js", | ||
"scripts": { | ||
"lint": "yarn eslint src/**/*.ts", | ||
"test": "yarn test-client && yarn test-server", | ||
@@ -32,4 +33,11 @@ "test-client": "jest --coverage --config jest.config.json", | ||
"@types/styled-components": "^4.1.0", | ||
"@typescript-eslint/eslint-plugin": "^1.5.0", | ||
"@typescript-eslint/parser": "^1.5.0", | ||
"cache-loader": "^1.2.5", | ||
"convert-tsconfig-paths-to-webpack-aliases": "^0.9.2", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-react-hooks": "^1.6.0", | ||
"fork-ts-checker-webpack-plugin": "^0.4.15", | ||
@@ -56,5 +64,3 @@ "husky": "^1.1.4", | ||
"ts-loader": "^5.3.0", | ||
"tslint": "^5.11.0", | ||
"tslint-microsoft-contrib": "^5.2.1", | ||
"typescript": "^3.1.6", | ||
"typescript": "3.3", | ||
"webpack": "^4.25.1", | ||
@@ -61,0 +67,0 @@ "webpack-cli": "^3.1.2", |
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
840158
20844
40