We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29c7d8 commit 9a7824cCopy full SHA for 9a7824c
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 2.1.2 (07/23/2017)
2
+- [#38](https://github.com/xyc/react-inspector/issues/38) Add
3
+ `HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )
4
+
5
+## 2.1.1 (07/04/2017)
6
+- [#38](https://github.com/xyc/react-inspector/issues/35) Fix dimmed object name ( @jasonphillips )
7
8
## 2.1.0 (06/28/2017)
9
- [#33](https://github.com/xyc/react-inspector/issues/33) Add support for CDATA nodes ( thanks @iloahz )
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-inspector",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Power of Browser DevTools inspectors right inside your React app",
"main": "lib/index.js",
"scripts": {
0 commit comments