React Sight一个React的可视化工具
React Sight一个React的可视化工具,支持Fiber, Router (v4)和Redux
v1.1.0
davidcsally released this
Release version 1.1.0
React-Sight is back! This should make the extenstion actually useable again! It's not perfect, and there are still bugs, but it will actually do something. By updating the webpack configuration, dependencies, and imports, we were able to shave the file size down by 12% (40kb)!
Lots of big changes here:
- Fix communication issues between background script, content script, and browser tab.
- Fix communication issues with react-devtools extension.
- Revamp build system. Why did we even set it up to transpile to es5 in the first place?
- React sight is now
- Upgrade all dependencies.
This one is for everyone that commented "not working" in the following threads:
Assets
2
v1.0.8
This fixes a critical bug that snuck into v1.0.7
Assets
2
热门度与活跃度
0.0
0.2
Watchers:29 |
Star:2542 |
Fork:117 |
创建时间: 2017-09-21 01:38:37 |
最后Commits: 1月前 |
许可协议:MIT |
79e4b26
Compare
Release version 1.2.0
🚀
Wow! Two releases in one day!
Two year ago someone requested support for Firefox in this thread:
#109
Well, I finally got around to looking into this, and it turned out to be incredibly easy. Essentially all that needed to be changed were a few (misconfigured) settings in
manifest.json
, fully switching fromchrome.extension
tochrome.runtime
, and passing an empty string intochrome.devtools.panels.create
for the icons parameter. Turns outnull
will actually throw an error in Firefox!