Commit Graph

137 Commits

Author SHA1 Message Date
Nathan Bierema
de0a9c1180
fix(react-select): allow data for JSONTree to be any (#513) 2020-07-28 22:23:46 -04:00
Nathan Bierema
e0df33ac7b v3.6.0 2020-07-28 17:01:11 -04:00
Nathan Bierema
93d6bc4350
Update react-json-tree peerDependency on react (#517) 2020-05-07 11:13:30 -04:00
Nathan Bierema
5440507fe7 Upgrade 2020-05-04 11:27:33 -04:00
dependabot[bot]
2e5a9d0e95
Bump webpack-dev-server from 2.11.5 to 3.10.3 in /packages/react-json-tree/examples (#512) 2020-05-04 11:21:30 -04:00
Maik Marschner
166734eb93
Update react-redux peer dependency (#482) 2020-05-04 11:20:30 -04:00
Joe Huang
fa90ae0a59
[react-json-tree] Mark deprecated React lifecycle methods as unsafe (#483) 2020-05-04 11:19:01 -04:00
Justin Reynard
5ef08d04f1
Fix broken link in redux-devtools README (#477) 2020-05-04 11:18:40 -04:00
Zalmoxisus
03d1448dc3 Bump redux-devtools-trace-monitor 2019-02-07 02:10:39 +02:00
Zalmoxisus
d3fcbb85d9 Prettify 2019-02-07 02:10:24 +02:00
Mihail Diordiev
2a3f358002
Merge pull request #449 from nndio/deps
Fix and update packages
2019-02-07 01:59:57 +02:00
Jhen-Jie Hong
2be2f652d8 [redux-devtools-trace-monitor] StackTraceTab: Make openFile prop for custom openFile function (#458) 2019-02-07 01:58:51 +02:00
Anastasia
2fe48fea56
Merge branch 'master' into deps 2019-02-06 02:03:21 +02:00
nndio
818d685ec7 Update babel 2019-02-06 01:59:55 +02:00
Zalmoxisus
eef342fb64 Bump redux-devtools-instrument 2019-01-26 00:03:25 +02:00
Zalmoxisus
22dc9f259c Avoid error-polyfill issues
Fix https://twitter.com/acemarke/status/1088131480197443584
2019-01-25 23:22:59 +02:00
nndio
6907c48147 Use prettier 2019-01-10 20:51:14 +02:00
nndio
458f9019aa Fix and unify eslint 2019-01-10 19:23:33 +02:00
nndio
4d03f18bf7 Run jest for all packages 2019-01-09 02:18:30 +02:00
nndio
da72f6778a Update webpack for all packages 2019-01-09 02:06:21 +02:00
nndio
e2f9bf52b5 Update storybook and fix changes 2019-01-09 01:08:34 +02:00
nndio
b2adfb1238 Fix tests and rewrite to jest 2019-01-08 18:35:12 +02:00
Mihail Diordiev
7c3b78d312
Create umd build for react-json-tree (#447) 2019-01-05 19:38:06 +02:00
Zalmoxisus
6de0b367fd Add docs for remote monitoring 2019-01-05 18:25:16 +02:00
Zalmoxisus
22dcd97b9b Open as a standalone electron app 2019-01-05 17:49:52 +02:00
Zalmoxisus
2a35836dab Drop support for IE8
It would fail anyway as `redux-devtools-trace` is using ES6
2019-01-05 17:35:50 +02:00
Zalmoxisus
b00290387e Open Redux DevTools in browser from cli 2019-01-05 02:53:24 +02:00
Zalmoxisus
2d69d523ed Prepare since master misses some necessary builds 2019-01-05 02:49:32 +02:00
Zalmoxisus
1382a8fcec Fix webpack config 2019-01-05 02:05:52 +02:00
Zalmoxisus
8810fe42b6 Serve umd modules for cli 2019-01-04 21:44:48 +02:00
Zalmoxisus
f75d7914e9 Upgrade webpack for redux-devtools-core to fix uglifying umd build 2019-01-04 21:44:26 +02:00
Zalmoxisus
7ef6812ee4 Rename remotedev-server to redux-devtools-cli 2019-01-04 00:58:29 +02:00
Zalmoxisus
4849081263 Merge remotedev-server 2019-01-04 00:30:48 +02:00
Zalmoxisus
9de536fae2 Implement redux-devtools-trace-monitor 2019-01-03 23:02:41 +02:00
Zalmoxisus
1b8a734e2b Merge remotedev-app in redux-devtools-core 2019-01-03 22:43:56 +02:00
Zalmoxisus
4b9bcf55e6 Fix linting for redux-devtools-core 2019-01-03 17:54:53 +02:00
Zalmoxisus
edd397d7db Add lint for pre-commit 2019-01-03 17:40:38 +02:00
Zalmoxisus
c9b21a578b Add prepare and prepublishOnly scripts 2019-01-03 17:34:10 +02:00
Zalmoxisus
9f7f326b94 Update react 2019-01-03 17:28:31 +02:00
Zalmoxisus
a3a5ef2561 remotedev-* -> redux-devtools-* 2019-01-03 17:02:43 +02:00
Zalmoxisus
e020e309ea Remove electron build 2019-01-03 16:17:47 +02:00
Zalmoxisus
9e9146690c Move zalmoxisus/remotedev-app 2019-01-03 16:14:25 +02:00
Mihail Diordiev
8449c6a9fd
Add devui package (#444) 2019-01-03 15:00:55 +02:00
Paul Rosset
dc26d4c180 Upgrade to react 16.4 for trace-monitor and test-generator (#443) 2019-01-02 01:07:16 +02:00
Zalmoxisus
0f0994bdef [redux-devtools-core] Use nanoid/non-secure
As per zalmoxisus/remote-redux-devtools/issues/130
2018-12-27 19:47:46 +02:00
Zalmoxisus
04673cb032 Add getStackTrace 2018-12-27 01:10:55 +02:00
Zalmoxisus
f18ef4e66e Create redux-devtools-core and include remotedev-utils 2018-12-27 01:00:29 +02:00
Paul Rosset
96281e9dc2 Fix readme link to original package (#439) 2018-12-23 23:49:23 +02:00
Mihail Diordiev
2f91b8765c
Move redux-devtools-test-generator package (#438)
* Move from zalmoxisus/redux-devtools-test-generator

* Update package and links

* Fix CI
2018-12-23 02:13:56 +02:00
Jhen-Jie Hong
476e37a875 Add redux-slider-monitor (#434)
* Add redux-slider-monitor

* Fix example configuration of redux-slider-monitor

* Fix lint errors

* CI: Run build:all before lint
2018-12-22 16:20:04 +02:00
Mihail Diordiev
e6fdfb9c9e
Merge redux-devtools-log-monitor (#432)
* Move from gaearon/redux-devtools-log-monitor

* Npm package config and add credits
2018-12-22 02:50:57 +02:00
Mihail Diordiev
89880265a6
Move redux-devtools-inspector package (#429)
* Move from zalmoxisus/remotedev-inspector-monitor fork

* Fix linting

* Add credits

* Upgrade to react 16

Moved from zalmoxisus/remotedev-inspector-monitor/pull/5

* Upgrade dependences

* Add demo for ES6 map

From
alexkuz/redux-devtools-inspector/commit/9dfaaabcfba7913fd15ee6ee43627e0c
eb1d5c7b
2018-12-22 02:10:49 +02:00
Zalmoxisus
4187bc1797 Bump redux-devtools package 2018-12-21 21:33:07 +02:00
Mihail Diordiev
110e9e4f8c
Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
Mihail Diordiev
b80cc9e5b9
Merge react-json-tree package (#428)
* Merge react-json-tree from alexkuz/react-json-tree

* Npm package config

* Add credits

* Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
2018-12-21 21:18:05 +02:00
Alex Holachek
a77b3ad46c Add mention of redux-usage-report to readme (#396) 2018-12-20 22:37:47 +02:00
Mihail Diordiev
c09c9a4e13
Merge map2tree package (#426)
* Merge map2tree from romseguy/map2tree

* Dependences and npm package config

* Add credits
2018-12-19 16:50:39 +02:00
Mihail Diordiev
d2084892b4
Merge d3tooltip package (#423)
* Merge d3tooltip from romseguy/d3tooltip

* Dependences and npm package config

* Add credits
2018-12-19 15:16:11 +02:00
Zalmoxisus
29ae3034cc Show a hint with link to docs when no stack provided 2018-12-18 19:26:17 +02:00
Zalmoxisus
2ac0e90ece Bump redux-devtools-instrument 2018-12-18 19:26:03 +02:00
Zalmoxisus
0c40677b58 Better handling for opening the editor 2018-12-18 01:03:08 +02:00
Zalmoxisus
fa2cec54a0 Handle node_modules paths 2018-12-16 00:02:41 +02:00
Zalmoxisus
8a58a2b906 Fix support for Firefox 2018-12-15 23:50:11 +02:00
Zalmoxisus
44a1a467a7 Open in editor 2018-12-15 03:04:34 +02:00
Zalmoxisus
292e5f64c4 Include 3 extra frames when Error.captureStackTrace not supported
To get the necessary limit after excluding extensions frames
2018-12-14 22:27:11 +02:00
Zalmoxisus
2960ac6eae Implement the ability to exclude certain file names (extensions for now) 2018-12-14 22:01:39 +02:00
Zalmoxisus
983aeb71ab Auto expand frames group when no CodeBlock shown 2018-12-14 20:45:04 +02:00
Zalmoxisus
7f2979bbe4 Implement redux-devtools-themes and fix styles 2018-12-14 19:21:36 +02:00
Zalmoxisus
d338dd96b4 Force traceLimit value modifying and restoring Error.stackTraceLimit 2018-12-14 00:05:28 +02:00
Zalmoxisus
651df1a077 Take into account that there's an extra 1st frame in Chrome only 2018-12-13 23:54:38 +02:00
Zalmoxisus
4acf9eed83 Pass instrumentation's function to exclude from trace stack 2018-12-13 23:53:33 +02:00
Zalmoxisus
d1879046d9 Fix babel transpiling 2018-12-13 03:38:25 +02:00
Zalmoxisus
1806f372f1 Add tests for redux-devtools-trace-monitor 2018-12-13 03:38:25 +02:00
Zalmoxisus
5e3e308e98 Remove console logs in production 2018-12-13 03:38:25 +02:00
Zalmoxisus
58593c3aa5 Fix throwing when no source maps on calling forEach of null
We need here to show frames even if all came from node_modules
2018-12-13 03:38:25 +02:00
Zalmoxisus
1721069143 Transpile to commonjs for all environments 2018-12-13 03:38:25 +02:00
Zalmoxisus
00863e8aa0 Fix linting and dependences 2018-12-13 03:38:24 +02:00
Zalmoxisus
f9e02089d0 Remove unused code referred to error-stack-parser 2018-12-13 03:38:24 +02:00
Zalmoxisus
d6a0e13d3b Move StackTraceTab and react-error-overlay
From zalmoxisus/remotedev-app/pull/43
2018-12-13 03:38:24 +02:00
Zalmoxisus
671b26157e Limit stack trace frames 2018-12-13 03:38:24 +02:00
Zalmoxisus
d94c034f07 Exclude instrumentation calls from stack trace 2018-12-13 03:38:24 +02:00
Zalmoxisus
ee439fac9f Get stack trace using an outside trace function 2018-12-13 03:38:24 +02:00
Zalmoxisus
f23cebaa2a Run build on install as yarn workspaces don't handle install lifecycle 2018-12-13 03:31:17 +02:00
Zalmoxisus
b4f0c59ebd Update links 2018-12-12 02:22:35 +02:00
Zalmoxisus
e4ce71385f Build packages after installing 2018-12-07 18:18:19 +02:00
Zalmoxisus
6279ce8350 Merge redux-devtools-instrument to packages 2018-12-02 23:49:12 +02:00
Zalmoxisus
0e0740e6d7 Move redux-devtools to packages 2018-12-02 23:22:37 +02:00