react-inspector
Version:
Power of Browser DevTools inspectors right inside your React app
81 lines (60 loc) • 2.7 kB
Markdown
## 7.0.0 (20/08/2025)
- Port to React 18/19 syntax
- Add Storybook 9 to peer dependencies
- Port local package to Storybook 9
- Update CI runners and jobs
- Audit and update all tooling except Jest
## 6.0.0 (04/07/2022)
- Upgrade devDependencies
- Remove all dependencies
- Migrate to typescript (correct types are a WIP, please contribute!)
- Migrate to use use TSup as a build tool, also outputting modern ESM
## 5.1.1 (04/02/2021)
- Include support for React 17 in peerDependencies. [120](https://github.com/storybookjs/react-inspector/pull/120) [124](https://github.com/storybookjs/react-inspector/pull/124)
- Only publish required files. [119](https://github.com/storybookjs/react-inspector/pull/119)
## 5.1.0 (09/10/2020)
- Upgrade all dependencies
- Fix component crash on getters [#116](https://github.com/storybookjs/react-inspector/pull/116)
## 5.0.0 (09/10/2020)
- Upgrade all dependencies
## 3.0.2 (03/28/2019)
- Fixes [#72](https://github.com/xyc/react-inspector/issues/72)
## 3.0.0 (03/20/2019)
[@xadn](https://github.com/xadn)'s [hooks](https://github.com/xyc/react-inspector/pull/68) PR and minor [fixes](https://github.com/xyc/react-inspector/pull/70)
## 2.1.3 (08/08/2017)
- Fix display of objects with empty keys
## 2.1.3 (07/23/2017)
- v2.1.2 was incorrectly published and did not contain the new
changes. v2.1.3 contains #38
## 2.1.2 (07/23/2017)
- [#38](https://github.com/xyc/react-inspector/issues/38) Add
`HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )
## 2.1.1 (07/04/2017)
- [#38](https://github.com/xyc/react-inspector/issues/35) Fix dimmed object name ( @jasonphillips )
## 2.1.0 (06/28/2017)
- [#33](https://github.com/xyc/react-inspector/issues/33) Add support for CDATA nodes ( thanks @iloahz )
## 2.0.0 (05/12/2017)
- [#25](https://github.com/xyc/react-inspector/issues/25)
- **breaking** remove lib and build from source control
- new linting
- **breaking** updated dependencies
## 1.1.1 (10/28/2016)
- #14
## 1.1.0 (07/14/2016)
- Sorting properties support [#12](https://github.com/xyc/react-inspector/issues/12)
- Theming Support: supports dark theme
- Fix Babel runtime dependency [#14](https://github.com/xyc/react-inspector/issues/14)
## 1.0.0 (03/02/2016)
- Breaking change: rename from `react-object-inspector` to `react-inspector`
- non-enumerable property support [#8](https://github.com/xyc/react-inspector/issues/8)
- Adds `TableInspector`
## 0.2.0 (11/26/2015)
- issue #4: inline styles
- issue #5: Initial expanded paths
## 0.1.6 (10/26/2015)
- Upgrade to React 0.14
## 0.1.5 (09/10/2015)
- Display dates in string form
- Resolve issue #6 "undefined" is rendered as Object
## 0.1.0 (08/06/2015)
- Initial release.