react-json-tree
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -6,18 +6,23 @@ # Change Log | ||
# [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06) | ||
# [0.15.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.14.0...react-json-tree@0.15.0) (2021-03-06) | ||
### Bug Fixes | ||
### Features | ||
* **react-json-tree:** remove isRequired from `data` prop type ([#685](https://github.com/reduxjs/redux-devtools/issues/685)) ([d76d6c6](https://github.com/reduxjs/redux-devtools/commit/d76d6c678d3b3b304cf53c1b4b1b329e8962f7b0)) | ||
* update peer dependencies to allow react@^17 ([#703](https://github.com/reduxjs/redux-devtools/issues/703)) ([2aaa9c1](https://github.com/reduxjs/redux-devtools/commit/2aaa9c10a383e3a7ab20b3ab14639781fd7bb2eb)) | ||
### Features | ||
* **react-json-tree:** Add keyPath to getItemString ([#694](https://github.com/reduxjs/redux-devtools/issues/694)) ([85b4b0f](https://github.com/reduxjs/redux-devtools/commit/85b4b0fb04b1d6d95054d5073fa17fa61efc0df3)) | ||
# [0.14.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.13.0...react-json-tree@0.14.0) (2021-03-06) | ||
### Bug Fixes | ||
- **react-json-tree:** remove isRequired from `data` prop type ([#685](https://github.com/reduxjs/redux-devtools/issues/685)) ([d76d6c6](https://github.com/reduxjs/redux-devtools/commit/d76d6c678d3b3b304cf53c1b4b1b329e8962f7b0)) | ||
### Features | ||
- **react-json-tree:** Add keyPath to getItemString ([#694](https://github.com/reduxjs/redux-devtools/issues/694)) ([85b4b0f](https://github.com/reduxjs/redux-devtools/commit/85b4b0fb04b1d6d95054d5073fa17fa61efc0df3)) | ||
# [0.13.0](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.12.1...react-json-tree@0.13.0) (2020-09-07) | ||
@@ -24,0 +29,0 @@ |
{ | ||
"name": "react-json-tree", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "React JSON Viewer Component, Extracted from redux-devtools", | ||
@@ -60,6 +60,6 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@types/react": "^16.3.18", | ||
"react": "^16.3.0" | ||
"@types/react": "^16.3.0 || ^17.0.0", | ||
"react": "^16.3.0 || ^17.0.0" | ||
}, | ||
"gitHead": "5ef9b00cd4717ac878068ce8003e1999e680c72e" | ||
"gitHead": "c29a8d9391a81beb5b7782e0b141b72450cc692c" | ||
} |
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
581175