Skip to content

Commit

Permalink
Release version 1.1.0 馃殌
Browse files Browse the repository at this point in the history
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.

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?
  - Upgrade all dependencies.

This one is for everyone that commented "not working" in the following
threads:
  #134
  #145
  • Loading branch information
davidcsally committed Feb 10, 2020
1 parent 4ebd1d1 commit fd0db2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sight",
"version": "1.0.6",
"version": "1.1.0",
"description": "Visualization tool for React Applications",
"keywords": [
"react",
Expand Down

0 comments on commit fd0db2a

Please sign in to comment.