- react-json-tree-testing@0.12.0
This commit is contained in:
Nathan Bierema 2020-07-30 19:21:30 -04:00
parent dbe415d823
commit 8ac2c29a7f
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 0.12.0 (2020-07-30)
### Bug Fixes
* **react-json-tree:** allow data for JSONTree to be any ([1582ab4](https://github.com/reduxjs/redux-devtools/commit/1582ab47e3fe41c6c26743d89d3b97e84ef68f92))
* feat(react-json-tree)!: update react-json-tree peerDependency on react ([f849492](https://github.com/reduxjs/redux-devtools/commit/f84949229624d118501c8fc84fb3561ad86de9bf))
### Features
* **react-json-tree:** mark deprecated React lifecycle methods as unsafe ([0c67f0e](https://github.com/reduxjs/redux-devtools/commit/0c67f0ec29482f68c5ceb79d4c8872467c9aba78))
### BREAKING CHANGES
* drop support for react@<16.3.0

View File

@ -1,6 +1,6 @@
{
"name": "react-json-tree-testing",
"version": "0.11.2",
"version": "0.12.0",
"description": "React JSON Viewer Component, Extracted from redux-devtools",
"main": "lib/index.js",
"scripts": {