redux-devtools/packages/react-json-tree/CHANGELOG.md
Nathan Bierema 5ef9b00cd4 Publish
- d3-state-visualizer@1.4.0
 - d3tooltip@1.3.0
 - devui@1.0.0-7
 - map2tree@1.5.0
 - react-json-tree@0.14.0
 - @redux-devtools/app@1.0.0-5
 - @redux-devtools/chart-monitor@1.8.0
 - @redux-devtools/cli@1.0.0-5
 - @redux-devtools/dock-monitor@1.3.0
 - redux-devtools-extension@2.13.9
 - @redux-devtools/inspector-monitor-test-tab@0.6.3
 - @redux-devtools/inspector-monitor-trace-tab@0.1.4
 - @redux-devtools/inspector-monitor@0.14.1
 - @redux-devtools/instrument@1.11.0
 - @redux-devtools/log-monitor@2.2.0
 - @redux-devtools/serialize@0.3.0
 - @redux-devtools/slider-monitor@2.0.0-6
 - @redux-devtools/utils@1.0.0-5
 - @redux-devtools/core@3.8.0
 - d3-state-visualizer-tree-example@0.1.0
 - react-json-tree-example@1.1.1
 - slider-todomvc@0.1.0
 - counter-redux@0.1.1
 - todomvc@0.2.0
2021-03-06 08:57:19 -05:00

39 lines
2.1 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [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)
### Bug Fixes
- **react-base16-styling:** fix Styling type ([#602](https://github.com/reduxjs/redux-devtools/issues/602)) ([e7304b5](https://github.com/reduxjs/redux-devtools/commit/e7304b5853a572b53429809ed8ac4b7a198c90f8))
### Features
- **react-dock:** convert to TypeScript ([#607](https://github.com/reduxjs/redux-devtools/issues/607)) ([78ded9e](https://github.com/reduxjs/redux-devtools/commit/78ded9e0ca5ced5f6ae4e6d4474fa133b6d081b9))
- **redux-devtools:** convert counter example to TypeScript ([#616](https://github.com/reduxjs/redux-devtools/issues/616)) ([f1e3f4f](https://github.com/reduxjs/redux-devtools/commit/f1e3f4f8340dea288de5229006acf9dc1ef1cccf))
- **redux-devtools:** convert todomvc example to TypeScript ([#618](https://github.com/reduxjs/redux-devtools/issues/618)) ([37191e4](https://github.com/reduxjs/redux-devtools/commit/37191e46e600cd9ac2839f0687efb347fc4ef7c1))
## [0.12.1](https://github.com/reduxjs/redux-devtools/compare/react-json-tree@0.12.0...react-json-tree@0.12.1) (2020-08-14)
### Bug Fixes
- **react-json-tree:** fix react-json-tree examples ([#531](https://github.com/reduxjs/redux-devtools/issues/531)) ([0864f28](https://github.com/reduxjs/redux-devtools/commit/0864f281560dcbad1ddb2ab985e23b841771cb8c))