Nathan Bierema
5f00930eef
fix(redux-devtools-log-monitor): update react-json-tree dependency ( #533 )
2020-07-31 17:49:42 -04:00
Nathan Bierema
408213ef5d
Updates ( #532 )
2020-07-31 17:41:16 -04:00
Nathan Bierema
0864f28156
fix(react-json-tree): fix react-json-tree examples ( #531 )
...
* Consolidate dependencies in react-json-tree examples
* Do it differently
* Update
2020-07-31 17:32:41 -04:00
Nathan Bierema
769d99a6c9
Fix yarn.lock
2020-07-31 09:23:18 -04:00
Nathan Bierema
eed3fcf2d1
v0.12.1
2020-07-31 00:09:51 -04:00
Nathan Bierema
ea969017c1
fix(redux-devtools-inspector): fix jsondiffpatch import
2020-07-31 00:09:17 -04:00
Nathan Bierema
bdef606bba
v0.12.0
2020-07-30 23:44:07 -04:00
Nathan Bierema
a667130dcc
Remove demo build
2020-07-30 23:43:38 -04:00
Nathan Bierema
bd422b0c08
Update dependency
2020-07-30 23:35:08 -04:00
Nathan Bierema
5bc92e7798
v0.12.0
2020-07-30 19:35:06 -04:00
Nathan Bierema
924899a735
docs(react-json-tree): update react-json-tree documentation ( #520 )
...
* Documentation
* Remove newline
* Update
2020-07-28 22:26:39 -04:00
Nathan Bierema
632f7442dd
docs(redux-devtools): fix other walkthrough link ( #516 )
2020-07-28 22:25:04 -04:00
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
dependabot[bot]
3b057af43f
Bump lodash from 4.17.15 to 4.17.19 in /website ( #528 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:17:51 -04:00
Nathan Bierema
93d6bc4350
Update react-json-tree peerDependency on react ( #517 )
2020-05-07 11:13:30 -04:00
Nathan Bierema
191f5cd0c8
Merge pull request #507 from Methuselah96/upgrade-jsondiffpatch
...
Upgrade jsondiffpatch
2020-05-04 11:32:37 -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
dependabot[bot]
bc6207e526
Bump lodash.merge from 4.6.1 to 4.6.2 in /website ( #511 )
2020-05-04 11:17:28 -04:00
Michaël De Boey
f7da8c023d
[ImgBot] Optimize images ( #491 )
2020-05-04 11:17:14 -04:00
dependabot[bot]
8c8fa75cb7
Bump mixin-deep from 1.3.1 to 1.3.2 in /website ( #509 )
2020-05-04 11:16:46 -04:00
dependabot[bot]
8cc4aa327e
Bump lodash from 4.17.11 to 4.17.15 in /website ( #510 )
2020-05-04 11:16:11 -04:00
Nathan Bierema
397998bab9
Upgrade packages in yarn.lock ( #508 )
2020-05-04 11:15:15 -04:00
Kevin Ghadyani
62957d2472
Added ability to display function name as actionType
...
The normal advice is that `actionType` should be a string. This is purely for debugging purposes. If the tools used for debugging are altered, then it would be easier to use something other than a string.
Using a function means you don't have to have a separate action variable from the action creator itself:
```js
some someActionCreator = () => ({
type: someActionCreator,
})
```
Redux doesn't care if your action type is a string, object, symbol or whatever. Even @gaearon noted it should be a Symbol for uniqueness, but only said to use strings because of the debugging potential.
Another benefit of using functions is you're only comparing memory references rather than strings. This is a performance boost, but probably not one that will manifest in most applications.
We could even take this further to include `symbol.description` and `classInstance.constructor.name`.
The one downfall is most Redux tooling both utilizes and expects strings. This would need to change. Even `createReducer` would need to take a `Map` of actions instead of an `Object` or this wouldn't work.
2019-10-30 14:28:45 -05: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
Mihail Diordiev
e67bc5a622
Merge pull request #445 from reduxjs/redux-devtools-app
...
Move remotedev-app and remotedev-server
2019-01-05 18:49:09 +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