react-accessible-accordion
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -8,4 +8,14 @@ # Changelog | ||
## [[v2.4.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.0) | ||
## [[v2.4.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.1) | ||
This release brings support for React 16.3+ by way of some minor refactoring to remove deprecated lifecycle methods. | ||
### Changed | ||
* Replace deprecated lifecycle methods 'componentWillReceiveProps', 'componentWillUpdate' and 'componentWillMount'. | ||
* Updated `unstated` (internal dependency) to latest major release. | ||
* Updated all devDependencies. | ||
## [[v2.4.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.0) | ||
### Added | ||
@@ -20,3 +30,3 @@ | ||
## [[v2.3.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.3.1) | ||
## [[v2.3.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.3.1) | ||
@@ -23,0 +33,0 @@ ### Fixed |
{ | ||
"name": "react-accessible-accordion", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Accessible Accordion component for React", | ||
@@ -55,5 +55,9 @@ "main": "dist/umd/index.js", | ||
], | ||
"setupTestFrameworkScriptFile": "./src/setupTestFramework.js", | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/dist/" | ||
], | ||
"snapshotSerializers": [ | ||
"enzyme-to-json/serializer" | ||
] | ||
@@ -92,3 +96,3 @@ }, | ||
"babel-eslint": "^8.2.2", | ||
"babel-jest": "^22.4.3", | ||
"babel-jest": "^23.0.1", | ||
"babel-loader": "^7.1.4", | ||
@@ -103,20 +107,21 @@ "babel-polyfill": "^6.26.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"enzyme-to-json": "^3.3.4", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^15.1.0", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-flowtype": "^2.46.0", | ||
"eslint-plugin-flowtype-errors": "^3.3.7", | ||
"eslint-plugin-flowtype": "^2.47.1", | ||
"eslint-plugin-flowtype-errors": "^3.5.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-jsx-a11y": "^5.1.1", | ||
"eslint-plugin-react": "^7.4.0", | ||
"flow-bin": "^0.69.0", | ||
"flow-bin": "^0.73.0", | ||
"flow-copy-source": "^1.3.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jest": "^22.4.3", | ||
"jest": "^23.0.0", | ||
"prettier": "^1.12.0", | ||
"raf": "^3.4.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react-test-renderer": "^16.2.0", | ||
"rollup": "^0.57.1", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"react-test-renderer": "^16.4.0", | ||
"rollup": "^0.59.4", | ||
"rollup-plugin-babel": "^3.0.3", | ||
@@ -127,3 +132,3 @@ "rollup-plugin-commonjs": "^9.1.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"style-loader": "^0.20.3", | ||
"style-loader": "^0.21.0", | ||
"webpack": "^4.5.0", | ||
@@ -136,3 +141,3 @@ "webpack-cli": "^2.0.14", | ||
"consecutive": "^5.0.4", | ||
"unstated": "^1.2.0" | ||
"unstated": "^2.1.1" | ||
}, | ||
@@ -139,0 +144,0 @@ "peerDependencies": { |
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
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 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
537374
30
4498
40
+ Addedunstated@2.1.1(transitive)
- Removedunstated@1.2.0(transitive)
Updatedunstated@^2.1.1