react-motion
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "react-motion", | ||
"version": "0.4.7", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/chenglou/react-motion", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -6,2 +6,19 @@ Legend: | ||
### 0.5.1 (August 28th 2017) | ||
- [F] New flow definitions, fixes children typing. | ||
### 0.5.0 (April 26th 2017) | ||
- [B] Dropping support for older React. Currently supported versions are `^0.14.9` || `^15.3.0` | ||
- [I] Upgraded all React components to use ES6 classes | ||
- [I] Replace React.PropTypes with prop-types package | ||
### 0.4.8 (April 17th 2017) | ||
- [I] Externalize stripStyle #452 by @bearcott | ||
- [I] Migrated deprecated React.PropTypes and React.createClass #446 by @Andarist | ||
- [F] Fix link to TypeScript types #443 by @pshrmn | ||
- [F] Refactored demo and fixed flow check errors #435 by @therewillbecode | ||
- [F] Fix broken link #430 by @codler | ||
- [F] Unmounted component setState fix #420 by @alleycat-at-git | ||
### 0.4.7 (December 15th 2016) | ||
@@ -8,0 +25,0 @@ - [I] `didLeave` for `TransitionMotion`! Please check the README for more. |
@@ -7,4 +7,4 @@ | ||
/*:: | ||
import type React from 'react'; | ||
export type ReactElement = React.Element<*>; | ||
import type {Element} from 'react'; | ||
export type ReactElement = Element<*>; | ||
*/ | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "react-motion", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A spring that solves your animation problems.", | ||
@@ -23,3 +23,3 @@ "main": "lib/react-motion.js", | ||
"eslint-plugin-react": "^6.3.0", | ||
"flow-bin": "^0.32.0", | ||
"flow-bin": "^0.53.1", | ||
"flow-copy-source": "^1.1.0", | ||
@@ -73,3 +73,6 @@ "inject-loader": "^2.0.1", | ||
], | ||
"author": "chenglou", | ||
"author": [ | ||
"nkbt", | ||
"chenglou" | ||
], | ||
"license": "MIT", | ||
@@ -76,0 +79,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
375901
3424
3