Brian Vaughn and GitHub
5fc97420b9
Remove dependency on local git checkout from build process ( #17475 )
...
* Remove dependency on local git checkout from build process
* Updated Webpack dependencies to account for recent changes to deps for Flight
2019-11-27 07:48:09 -08:00
Sebastian Markbåge and GitHub
3cc564547c
SuspenseList support in DevTools ( #17145 )
...
* SuspenseList support in DevTools
This adds SuspenseList tags to DevTools so that the name properly shows
up.
It also switches to use the tag instead of Symbol type for Suspense
components. We shouldn't rely on the type for any built-ins since that
field will disappear from the fibers. How the Fibers get created is an
implementation detail that can change e.g. with a compiler or if we
use instanceof checks that are faster than symbol comparisons.
* Add SuspenseList test to shell app
2019-10-18 17:18:36 -07:00
Sebastian Markbåge and GitHub
68fb58029d
Remove unstable_ prefix in various internal uses ( #17146 )
...
* Rename unstable_createRoot in DevTools
* Rename createSyncRoot in warning
2019-10-18 17:18:10 -07:00
Brian Vaughn and GitHub
22b2642a56
DevTools test shell tweaks ( #17054 )
...
* Updated DevTools shell ignore warning message to account for recent changes in warning text
* Update DevTools console patching to patch the parent window's console rather than the iframe, to more accurately simulate real usage environment
2019-10-09 12:37:25 -07:00
Simen Bekkhus and Sunil Pai
e09097a75d
chore: upgrade to jest 24 ( #15778 )
...
* chore: upgrade to jest 24
* download react-is from npm manually
2019-10-03 22:44:18 +05:30
Nicolas Gallagher and GitHub
ab1a4f249e
Move eventSystemFlags to last argument in event plugin extractors ( #16978 )
...
Fix for necolas/react-native-web#1443
2019-10-02 10:31:15 -07:00
Brian Vaughn and GitHub
b6606ecba8
DevTools shows unsupported renderer version dialog ( #16897 )
...
* DevTools shows unsupported renderer version dialog
* Optimistic CHANGELOG udpate
2019-09-26 08:41:46 -07:00
Dan Abramov and Brian Vaughn
4ddcb8e134
[DevTools] Remove Welcome dialog ( #16834 )
2019-09-19 08:41:18 -07:00
Brian Vaughn
bc8b15332b
Updated README docs, example screenshots, etc
2019-08-27 15:20:34 -07:00
Brian Vaughn
8e1434e80e
Added FB copyright header
2019-08-27 10:54:01 -07:00
Brian Vaughn
4da836af71
Merged changes from 4.0.0 -> 4.0.5 from DevTools fork
2019-08-20 11:34:51 -07:00
Brian Vaughn
41db902ed4
Removed unused __TEST__ files
2019-08-14 19:03:32 -07:00
Brian Vaughn
58b39c60db
Fixed web extensions
2019-08-14 10:33:33 -07:00
Brian Vaughn
30b8ef3756
Iterated on Webpack configs until I got the inline and shell packages seemingly working
2019-08-14 09:24:35 -07:00
Brian Vaughn
441d014cef
Cleaned up some extnesions build script stuff
2019-08-13 22:15:38 -07:00
Brian Vaughn
ac2e861fbe
Fixed a bunch of Lint issues
2019-08-13 21:59:07 -07:00
Brian Vaughn
51626ae2f9
Prettier
2019-08-13 18:12:19 -07:00
Brian Vaughn
f7afe1b864
Moved shell fixture into packages/react-devtools-shell
2019-08-13 18:11:59 -07:00