Brian Vaughn
ce65df7092
Added support for unserializable types (e.g. Set/Map, Immutable)
2019-08-17 10:20:26 -07:00
Brian Vaughn
69b2ecc531
Added explicit (empty) label next to empty arrays and objects
2019-08-16 13:47:09 -07:00
Brian Vaughn
5e043adba7
Added Set+Map to dev shell, even though we don't support deep inspecting them yet
2019-08-16 09:05:21 -07:00
Brian Vaughn
0f2fb5badf
Standalone NPM packages and React Native support ( #335 )
...
* Add version 4 react-devtools and react-devtools-core packages which support both React Native and e.g. Safari or iframe DOM usage.
* Replaces typed operations arrays with regular arrays in order to support Hermes. This is unfortunate, since in theory a typed array buffer could be more efficiently transferred between frontend and backend for the web extension, but this never actually worked properly in v8, only Spidermonkey, and it fails entirely in Hermes so for the time being- it's been removed.
* Adds support for React Native (paper renderer)
* Adds a style editor for react-native and react-native-web
2019-07-13 10:05:04 -07:00
Brian Vaughn
96f7646a1a
Updated hydration logic to handle custom objects
2019-06-12 15:43:15 -07:00
Brian Vaughn
8d435595cd
Added truncation UI indicator for hooks. Addressed lint rule violations.
2019-04-04 14:09:10 -07:00
Dan Abramov
8478a526e6
Don't crash for deeply nested Hooks
2019-04-04 19:28:42 +01:00
Brian Vaughn
bffa72c601
Add placeholders to clarify between empty string, null, and undefined
2019-02-28 10:46:17 -08:00
Brian Vaughn
bc4e8950f6
Updated test code to include a deeply nested DIV
2019-02-27 13:05:43 -08:00
Brian Vaughn
df4a09d9b8
Updated flow-bin from 91 -> 93 and removed unnecessary fixmes
2019-02-21 09:15:47 -08:00
Brian Vaughn
2fbacbff01
Tab bar resizes properly for narrow screens
2019-02-15 11:42:55 -08:00
Brian Vaughn
0008bb00d7
Inspectable complex hook values
2019-02-14 21:55:09 -08:00
Brian Vaughn
79f57532b9
Split demo app into multiple roots and fixed a multi-root bug
2019-02-13 11:22:22 -08:00
Brian Vaughn
33deb79ce4
Added simple hooks support (same as in legacy DevTools for now)
...
I had to add a couple of comments because Flow was being a mysterious little shit and I got tired of trying to work around it.
2019-02-05 09:23:14 +00:00
Brian Vaughn
d0d5b677de
Added better context support
2019-02-05 08:32:02 +00:00
Brian Vaughn
b56bc1a626
Initial pass at properties panel. Lots of TODOs remaining.
2019-02-04 17:49:30 +00:00