1 | ## 6.0.0 (04/07/2022)
|
---|
2 | - Upgrade devDependencies
|
---|
3 | - Remove all dependencies
|
---|
4 | - Migrate to typescript (correct types are a WIP, please contribute!)
|
---|
5 | - Migrate to use use TSup as a build tool, also outputting modern ESM
|
---|
6 |
|
---|
7 | ## 5.1.1 (04/02/2021)
|
---|
8 | - 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)
|
---|
9 | - Only publish required files. [119](https://github.com/storybookjs/react-inspector/pull/119)
|
---|
10 |
|
---|
11 | ## 5.1.0 (09/10/2020)
|
---|
12 | - Upgrade all dependencies
|
---|
13 | - Fix component crash on getters [#116](https://github.com/storybookjs/react-inspector/pull/116)
|
---|
14 |
|
---|
15 | ## 5.0.0 (09/10/2020)
|
---|
16 | - Upgrade all dependencies
|
---|
17 |
|
---|
18 | ## 3.0.2 (03/28/2019)
|
---|
19 | - Fixes [#72](https://github.com/xyc/react-inspector/issues/72)
|
---|
20 |
|
---|
21 | ## 3.0.0 (03/20/2019)
|
---|
22 | [@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)
|
---|
23 |
|
---|
24 | ## 2.1.3 (08/08/2017)
|
---|
25 | - Fix display of objects with empty keys
|
---|
26 |
|
---|
27 | ## 2.1.3 (07/23/2017)
|
---|
28 | - v2.1.2 was incorrectly published and did not contain the new
|
---|
29 | changes. v2.1.3 contains #38
|
---|
30 |
|
---|
31 | ## 2.1.2 (07/23/2017)
|
---|
32 | - [#38](https://github.com/xyc/react-inspector/issues/38) Add
|
---|
33 | `HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )
|
---|
34 |
|
---|
35 | ## 2.1.1 (07/04/2017)
|
---|
36 | - [#38](https://github.com/xyc/react-inspector/issues/35) Fix dimmed object name ( @jasonphillips )
|
---|
37 |
|
---|
38 | ## 2.1.0 (06/28/2017)
|
---|
39 | - [#33](https://github.com/xyc/react-inspector/issues/33) Add support for CDATA nodes ( thanks @iloahz )
|
---|
40 |
|
---|
41 | ## 2.0.0 (05/12/2017)
|
---|
42 | - [#25](https://github.com/xyc/react-inspector/issues/25)
|
---|
43 | - **breaking** remove lib and build from source control
|
---|
44 | - new linting
|
---|
45 | - **breaking** updated dependencies
|
---|
46 |
|
---|
47 | ## 1.1.1 (10/28/2016)
|
---|
48 | - #14
|
---|
49 |
|
---|
50 | ## 1.1.0 (07/14/2016)
|
---|
51 | - Sorting properties support [#12](https://github.com/xyc/react-inspector/issues/12)
|
---|
52 | - Theming Support: supports dark theme
|
---|
53 | - Fix Babel runtime dependency [#14](https://github.com/xyc/react-inspector/issues/14)
|
---|
54 |
|
---|
55 | ## 1.0.0 (03/02/2016)
|
---|
56 | - Breaking change: rename from `react-object-inspector` to `react-inspector`
|
---|
57 | - non-enumerable property support [#8](https://github.com/xyc/react-inspector/issues/8)
|
---|
58 | - Adds `TableInspector`
|
---|
59 |
|
---|
60 | ## 0.2.0 (11/26/2015)
|
---|
61 | - issue #4: inline styles
|
---|
62 | - issue #5: Initial expanded paths
|
---|
63 |
|
---|
64 | ## 0.1.6 (10/26/2015)
|
---|
65 | - Upgrade to React 0.14
|
---|
66 |
|
---|
67 | ## 0.1.5 (09/10/2015)
|
---|
68 | - Display dates in string form
|
---|
69 | - Resolve issue #6 "undefined" is rendered as Object
|
---|
70 |
|
---|
71 | ## 0.1.0 (08/06/2015)
|
---|
72 | - Initial release.
|
---|