Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create devcontainer.json #860

Open
wants to merge 67 commits into
base: chrome-devpanel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
96bb89c
Upgrade remotedev-serialize to fix #581 regression
zalmoxisus Nov 20, 2018
1f9b192
v2.15.5
zalmoxisus Nov 20, 2018
c89aa20
[Recipes] Using in a typescript project
zalmoxisus Nov 22, 2018
8bbdf99
[Recipes] Applying multiple times with different sets of options
zalmoxisus Nov 22, 2018
a66dd46
Restore store typings (Fix #539) (#578)
scally Nov 24, 2018
ede072e
Bump npm package version
zalmoxisus Nov 24, 2018
9f6c7aa
Deprecate window.devToolsExtension
zalmoxisus Nov 25, 2018
44e898e
Remove store mutations as looking to be not necessary anymore
zalmoxisus Nov 25, 2018
3299e2a
Freeze jsan version to fix reviver issue
zalmoxisus Nov 26, 2018
2922a54
Implement dynamic maxAge and fix getting it from options page
zalmoxisus Nov 26, 2018
4bd69c8
If filter options provided in arguments, should ignore from option page
zalmoxisus Nov 26, 2018
7252477
Fix actionsBlacklist/Whitelist to be also string as per documentation
zalmoxisus Nov 26, 2018
37f31ce
Fix: TS require 1 type (closes #584) (#585)
JPeer264 Nov 27, 2018
560c8ea
Bump npm package version
zalmoxisus Nov 27, 2018
9d4923c
Upgrade d3-state-visualizer subdependency to fix #269
zalmoxisus Nov 27, 2018
5f94fc0
Auto adjust maxAge according to blacklisted actions
zalmoxisus Nov 27, 2018
1134822
[WIP] Improve performance for Chrome devpanel (#580)
zalmoxisus Nov 27, 2018
a98fee5
Workaround for new Chrome limit on message size (#582)
zalmoxisus Nov 27, 2018
fdaeb95
Include more info about @@INIT / REPLACE in Troubleshooting
zalmoxisus Nov 27, 2018
6578cdb
v2.16.0
zalmoxisus Nov 28, 2018
0f14bb5
Rollback dynamic maxAge as Redux 4 doesn't allow calling getState
zalmoxisus Nov 28, 2018
969619c
Check if window.devToolsOptions was injected
zalmoxisus Nov 28, 2018
86b2897
v2.16.2
zalmoxisus Nov 28, 2018
23fd97e
Check if filter from option page was injected
zalmoxisus Nov 28, 2018
8d2593d
Bring dynamic maxAge back
zalmoxisus Nov 28, 2018
dbacf4a
Get liftedState from instrumentation instead of calling getState
zalmoxisus Nov 28, 2018
1035d42
Update remotedev-app to get the last Inspector monitor
zalmoxisus Nov 28, 2018
48ac2d2
Support action as a string in filters
zalmoxisus Nov 28, 2018
e7c2621
v2.16.3
zalmoxisus Nov 28, 2018
de2c792
Add to README how to load the extension from gh releases
zalmoxisus Nov 28, 2018
d11eb65
Workaround for devpanel not having access in incognito mode
zalmoxisus Nov 28, 2018
8abb346
v2.16.4
zalmoxisus Nov 29, 2018
dcc9495
Fix actionsWhitelist/actionsBlacklist when provided as null
zalmoxisus Nov 29, 2018
05f4dc1
Use gray icon by default for page action to fix regression in Chrome
zalmoxisus Dec 1, 2018
adbda74
Update dependences to fix #598
zalmoxisus Dec 1, 2018
038f687
v2.16.5
zalmoxisus Dec 1, 2018
0c6fadd
[Examples] Add modified date to todomvc
zalmoxisus Dec 3, 2018
028e69e
[docs] Add React integrations
zalmoxisus Dec 5, 2018
b8767bc
Fix Immutable refs during parsing
zalmoxisus Dec 8, 2018
bb153be
[Tests] Replace deprecated `window.devToolsExtension`
zalmoxisus Dec 10, 2018
af37aa3
[docs] Typescript support links
zalmoxisus Dec 10, 2018
a8489fd
Update webpack and use terser instead of uglify
zalmoxisus Dec 18, 2018
2094b45
Stack trace options (#612)
zalmoxisus Dec 18, 2018
a3c1fe9
Support for both ImmutableJS helper and custom replacer/reviver
zalmoxisus Dec 18, 2018
7b0be59
Deprecate the ability to create a Redux store directly from the exten…
zalmoxisus Dec 18, 2018
57e40cb
v2.17.0
zalmoxisus Dec 19, 2018
bd0cd29
Change Mozilla Add-ons extension url
zalmoxisus Dec 19, 2018
44a73aa
Update examples (#621)
nndio Jan 5, 2019
8f524f2
Update NgRx Integration example (#623)
timdeschryver Jan 7, 2019
3df4d93
Add trace options to TypeScript definition file (#624)
denisw Jan 8, 2019
dae9929
Typo fix (#628)
Eitan-G Jan 14, 2019
d4ef756
Added reductive to integrations (#631)
ambientlight Jan 18, 2019
3565183
Fix error-polyfills issues (which appear on codesandbox)
zalmoxisus Jan 25, 2019
6672a50
v2.17.1
zalmoxisus Jan 25, 2019
d127175
Bump npm package
zalmoxisus Feb 2, 2019
efaf19d
docs(integrations): list aurelia as integration (#650)
zewa666 May 21, 2019
497b739
[docs] Fix typos and improve grammar (#651)
kris-luminar May 21, 2019
b3fed33
instructions no longer imply installation with webstore requires a 2n…
johnstonmatt May 21, 2019
1ea8566
docs: fix typo (#659)
Jason-Cooke Oct 4, 2019
2c7d5c2
Add an example how to avoid any without using of redux-devtools-exten…
gonaumov Oct 4, 2019
672c742
Remove repetition in Trace docs (#671)
Oct 4, 2019
48219fe
Correct possessive of "Redux" (#674)
douglasnaphas Oct 4, 2019
879c115
[docs] Suggest to install lib as prod dependency (#689)
dimadk24 Oct 4, 2019
94f7e53
Updated documentation: SSR and typescript support (#692)
nik72619c Oct 9, 2019
c220fd1
Update createStore URL in README.md (#715)
pranjal0819 Feb 19, 2020
955cfc4
Add notice for new repository
Methuselah96 Jan 18, 2022
e464ffc
Create devcontainer.json
salvotoshi77-creator Nov 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependences to fix #598
  • Loading branch information
zalmoxisus committed Dec 1, 2018
commit adbda742676f3f17819440517c3b7260a6455373
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"webpack": "^3.1.0"
},
"dependencies": {
"jsan": "3.1.9",
"jsan": "^3.1.12",
"lodash": "^4.17.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
Expand All @@ -82,9 +82,9 @@
"redux": "^3.5.2",
"redux-devtools": "^3.4.1",
"redux-devtools-instrument": "^1.9.3",
"remotedev-app": "^0.10.11",
"remotedev-app": "^0.10.12",
"remotedev-monitor-components": "^0.0.5",
"remotedev-serialize": "0.1.4",
"remotedev-serialize": "^0.1.5",
"remotedev-slider": "^1.1.1",
"remotedev-utils": "0.0.1"
}
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4522,10 +4522,10 @@ js-yaml@3.4.5:
argparse "^1.0.2"
esprima "^2.6.0"

jsan@3.1.9:
version "3.1.9"
resolved "https://registry.yarnpkg.com/jsan/-/jsan-3.1.9.tgz#2705676c1058f0a7d9ac266ad036a5769cfa7c96"
integrity sha1-JwVnbBBY8KfZrCZq0Daldpz6fJY=
jsan@^3.1.11, jsan@^3.1.12:
version "3.1.12"
resolved "https://registry.yarnpkg.com/jsan/-/jsan-3.1.12.tgz#e784ce5ab533ee41f868bb054d74769365c80be5"
integrity sha512-EDJhJdWGP++Qh5TGfsdc3k2hFjr1/4Q3nVX6MPkTYlqqj3Xv9erXnBRZEBmuGR2IpfARdm0Ivj5EBSvhFylWRA==

jsan@^3.1.3:
version "3.1.10"
Expand Down Expand Up @@ -7453,15 +7453,15 @@ regjsparser@^0.1.4:
dependencies:
jsesc "~0.5.0"

remotedev-app@^0.10.11:
version "0.10.11"
resolved "https://registry.yarnpkg.com/remotedev-app/-/remotedev-app-0.10.11.tgz#93499e304116fc35333a1f1c53637ee837b3335c"
integrity sha512-ZLZbGdSZejNeCYeYao+Xmxu6ocrvde5UIzVkC538KakLTPfk5Puz5F/POxhjD9u/xhfnYhv6tyVBTZL1pA5B9g==
remotedev-app@^0.10.12:
version "0.10.12"
resolved "https://registry.yarnpkg.com/remotedev-app/-/remotedev-app-0.10.12.tgz#0f46847635c4cade6b925749fcf6c3c5d4f050c9"
integrity sha512-hwgL0ik5La9Ct2Juwgej9xixuT1VBLEosWih68zzipatN4K6Pw5PEJ9cSCdrGzbHjETzejisRE615xtm337T4Q==
dependencies:
chrome-storage-local "^0.1.6"
d3-state-visualizer "^1.3.1"
javascript-stringify "^1.5.0"
jsan "3.1.9"
jsan "^3.1.12"
jsondiffpatch "^0.2.4"
lodash "^4.0.0"
material-ui "0.16.4"
Expand Down Expand Up @@ -7518,12 +7518,12 @@ remotedev-monitor-components@^0.0.5:
codemirror "^5.21.0"
styled-components "^1.1.1"

remotedev-serialize@0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/remotedev-serialize/-/remotedev-serialize-0.1.4.tgz#2a15e4e514fd393c20328ef978504b4fc272e367"
integrity sha512-xFUjsHi/qY14uJmyk1uZynRJli5j5JdTE8Qm2jNCHMQVRSdKRqGh2vqQh6eoOiRX4K8yxjEXqtcxd4Oj2dmK4Q==
remotedev-serialize@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/remotedev-serialize/-/remotedev-serialize-0.1.5.tgz#26ae46fcefb7cdf6cb282a9a7c717c2d3d26972e"
integrity sha512-ed5rQ3Q78s8r2+iL9KjsFQfVWySnoFYxgyo6g2/4T74PpKOVW3M13t4Ahzds+EvIN9EHGypx+6LesgTyHgjI9Q==
dependencies:
jsan "3.1.9"
jsan "^3.1.11"

remotedev-slider@1.1.3, remotedev-slider@^1.1.1:
version "1.1.3"
Expand Down