Dan Abramov
d4eadea6c7
React DevTools 4.8.1
2020-07-10 14:11:55 +01:00
Brian Vaughn
08b8e6e1dc
DevTools 4.7.0 -> 4.8.0 ( #19297 )
2020-07-09 10:49:44 -04:00
Ricky
30b47103d4
Fix spelling errors and typos ( #19138 )
2020-06-15 19:59:44 -04:00
Brian Vaughn
2efe63d99c
DevTools: Add break-on-warn feature ( #19048 )
...
This commit adds a new tab to the Settings modal: Debugging
This new tab has the append component stacks feature and a new one: break on warn
This new feature adds a debugger statement into the console override
2020-05-29 14:34:43 -07:00
Brian Vaughn
23309eb386
DevTools 4.6.0 -> 4.7.0
2020-05-18 14:16:04 -07:00
Brian Vaughn
fb3f0acad9
Disable Webpack setImmediate polyfill for DevTools ( #18860 )
...
* Upgrade Webpack deps to latet
* Disable Webpack setImmediate polyfill
2020-05-07 13:13:47 -07:00
Brian Vaughn
36cab2720a
DevTools: Improved "native" component stacks ( #18656 )
...
* DevTools console override handles new component stack format
DevTools does not attempt to mimic the default browser console format for its component stacks but it does properly detect the new format for Chrome, Firefox, and Safari.
2020-04-21 11:46:11 -07:00
Brian Vaughn
6cceaeb67a
DevTools v4.5.0 -> 4.6.0
2020-03-26 10:00:37 -07:00
Brian Vaughn
d92631eab1
Remove "es6-symbol" package from DevTools ( #18397 )
2020-03-26 09:31:36 -07:00
Brian Vaughn
355970aa4b
DevTools 4.4.0 -> 4.5.0
2020-03-03 15:04:07 -08:00
Sebastian Markbåge
09348798a9
Codemod to import * as React from "react"; ( #18102 )
...
* import * as React from "react";
This is the correct way to import React from an ES module since the ES
module will not have a default export. Only named exports.
* import * as ReactDOM from "react-dom"
2020-02-21 19:45:20 -08:00
Mark Huang
08c1f79e1e
Fix Cannot read property 'sub' of undefined when navigating to plain-text pages ( #17848 )
...
Update various parts of DevTools to account for the fact that the global "hook" might be undefined if DevTools didn't inject it (due to the page's `contentType`) it (due to the page's `contentType`)
2020-02-02 12:04:48 -08:00
Brian Vaughn
f749045a5b
DevTools 4.3.0 -> 4.4.0
2020-01-03 10:02:50 -08:00
Brian Vaughn
3e09677836
DevTools v4.2.1 -> 4.3.0
2019-12-20 09:11:37 -08:00
Brian Vaughn
95056b6836
DevTools build script enhancements ( #17653 )
...
* Updated DevTools local development instructions to mention experimental build step
* Added a command to download latest experimental release (for DevTools)
* Updated build instructions for clarity
* Added build-for-devtools package alias
2019-12-18 14:34:40 -08:00
Brian Vaughn
3816ae7c38
DevTools version bump 4.2.0 -> 4.2.1
2019-11-27 07:49:49 -08:00
Brian Vaughn
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
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
a8b8ffb894
DevTools v4.1.3 -> v4.2.0
2019-10-03 12:34:35 -07:00
Brian Vaughn
0545f366d4
Added trace updates feature (DOM only) ( #16989 )
...
* Added trace updates feature (DOM only)
* Updated DevTools CHANGELOG
2019-10-03 11:07:18 -07:00
Simen Bekkhus
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
Brian Vaughn
2c8832075b
React DevTools v4.1.2 -> v.4.1.3
2019-09-30 09:33:23 -07:00
Brian Vaughn
5184346daf
DevTools v4.1.1 -> v4.1.2
2019-09-27 17:03:17 -07:00
Brian Vaughn
a9cd9a765b
DevTools v4.1.0 -> v4.1.1
2019-09-26 10:22:59 -07:00
Brian Vaughn
b5cebedfbe
React DevTools version bump 4.0.6 -> 4.1.0
2019-09-19 15:11:48 -07:00
Brian Vaughn
bc8b15332b
Updated README docs, example screenshots, etc
2019-08-27 15:20:34 -07:00
Brian Vaughn
9d4fd7a249
Merged changes from 4.0.5 -> 4.0.6 from DevTools fork
2019-08-26 10:12:18 -07:00
Brian Vaughn
a39d9c3dff
4.0.5 -> 4.0.6
2019-08-26 08:42:38 -07:00
Brian Vaughn
84b492f344
Polyfill Symbol usage
2019-08-23 17:38:45 -06: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
5441b094a4
4.0.4 -> 4.0.5
2019-08-19 09:26:55 -07:00
Brian Vaughn
3c6a219466
4.0.3 -> 4.0.4
2019-08-18 08:45:52 -07:00
Brian Vaughn
95ffd3ccf8
4.0.2 -> 4.0.3
2019-08-17 11:31:31 -07:00
Brian Vaughn
2bcc6c6d04
4.0.1 -> 4.0.2
2019-08-15 17:35:30 -07:00
Brian Vaughn
c100cc7b31
4.0.0 -> 4.0.1
2019-08-15 16:29:13 -07:00
Brian Vaughn
0763c48ed8
Bumped all versions to 4.0.0
2019-08-15 14:28:09 -07:00
Brian Vaughn
732f3a6ef1
4.0.0-alpha.9 -> 4.0.0-alpha.10
2019-08-15 11:26:04 -07:00
Brian Vaughn
db9e5c9715
Updated all GitHub links to point to React repo
2019-08-15 11:17:59 -07:00
Brian Vaughn
85fbe3be3f
Merge branch 'master' into devtools-v4-merge
2019-08-15 10:14:34 -07:00
Brian Vaughn
a9304e79d4
Add DevTools package placeholder package.json
2019-08-15 10:12:27 -07:00
Brian Vaughn
6edff8f5e1
Added CHANGELOG and READMEs for DevTools v4 NPM packages ( #16404 )
2019-08-15 10:06:16 -07:00
Brian Vaughn
41db902ed4
Removed unused __TEST__ files
2019-08-14 19:03:32 -07:00
Brian Vaughn
d7ca8847f5
Add build-info.json to package files array for non-private DT packages
2019-08-14 11:40:09 -07:00
Brian Vaughn
39209dc5b5
Update react-devtools-inline to embed react-debug-tools since it's not published yet
2019-08-14 11:37:48 -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
183f96f2ac
Prettier
2019-08-13 17:58:03 -07:00
Brian Vaughn
08743b1a8e
Reorganized folders into packages/*
2019-08-13 15:59:43 -07:00