Zalmoxisus
e647d6e108
3.3.2
2017-01-12 21:53:59 +02:00
David Pfahler
f8a12a749b
chore(package): css is dependency, not devDe ( #287 )
2017-01-12 21:48:30 +02:00
Daniel Stockman
e099a73964
Allow react-redux 5 in peerDependencies ( #334 )
...
This allows users to upgrade to the API-compatible v5 of react-redux without encumbering their `node_modules` with a nested copy of react-redux (v4) under `redux-devtools/node_modules`.
It also moves redux and react-redux into `devDependencies`, which is the proper location for packages that are also specified in `peerDependencies`. Otherwise, peers specified as an alternating range (`||`) won't resolve properly. This brings it in line with what [react-redux does](https://github.com/reactjs/react-redux/blob/master/package.json#L94-L107 ).
2017-01-12 21:46:19 +02:00
张猴
ec2e1ae578
the redux github link is wrong ( #331 )
2017-01-12 21:19:48 +02:00
Zalmoxisus
17d09d8c8f
Remove an empty folder from the previous PR
2017-01-12 21:19:04 +02:00
Mihail Diordiev
6fd258d6fa
Merge pull request #322 from Durairaj/master
...
Fixed bug 244, Npm install fails on windows
2016-10-27 16:09:37 +03:00
unknown
10e3b991c0
Fixed bug 244, Npm install fails on windows
2016-10-27 12:46:58 +01:00
Mihail Diordiev
7513b96f8e
Merge pull request #313 from lorenzos/patch-1
...
Browser extensions is available for Firefox too
2016-09-05 20:50:49 +03:00
Lorenzo Stanco
cd7ce72704
Update Walkthrough.md
2016-09-05 12:01:11 +02:00
Lorenzo Stanco
aee6cd956b
Browser extensions is available for Forefox too
...
I almost started the manual integration process before noticing the mentioned Chrome extension is available for Firefox too.
2016-09-05 11:55:35 +02:00
Mihail Diordiev
02d1a58963
[Docs] Invalid url ( #312 )
...
Invalid url
2016-09-05 10:52:56 +03:00
Tsung Chen Ku
1b8c75361d
Invalid url
...
Migrate to http://redux.js.org/docs/Glossary.html#store-enhancer
2016-09-05 11:04:30 +08:00
Rajesh Aravapalli
619a18b26a
Examples: fixed HMR of components issue ( #303 )
2016-07-11 19:03:14 +03:00
Mihail Diordiev
fafe4e5d59
Add information about instrumentation options
...
Related to https://github.com/zalmoxisus/redux-devtools-instrument/issues/5
2016-07-08 10:53:34 +03:00
Mihail Diordiev
7ef8aa74db
Merge pull request #300 from rajeshaz09/master
...
Fixing deprecated issues in AppContainer
2016-07-07 18:39:00 +03:00
rajeshaz09
5047cf2d6d
TodoMVC: Fixing deprecated issues in AppContainer
...
The following warnings are fixed.
1) warning.js:44 Warning: Failed prop type: Passing "props" prop to
<AppContainer /> is deprecated. Replace <AppContainer component={App}
props={{ myProp: myValue }} /> with <AppContainer><App myProp={myValue}
/></AppContainer>.
in AppContainer
2) Warning: Failed prop type: Passing "component" prop to <AppContainer
/> is deprecated. Replace <AppContainer component={App} /> with
<AppContainer><App /></AppContainer>.
in AppContainer
2016-07-07 18:47:50 +05:30
rajeshaz09
8cdee0a358
Fixing deprecated issues in AppContainer
...
The following warnings are fixed.
1) warning.js:44 Warning: Failed prop type: Passing "props" prop to
<AppContainer /> is deprecated. Replace <AppContainer component={App}
props={{ myProp: myValue }} /> with <AppContainer><App myProp={myValue}
/></AppContainer>.
in AppContainer
2) Warning: Failed prop type: Passing "component" prop to <AppContainer
/> is deprecated. Replace <AppContainer component={App} /> with
<AppContainer><App /></AppContainer>.
in AppContainer
2016-07-07 12:10:28 +05:30
Dan Abramov
ec0d55bbee
3.3.1
2016-05-09 12:56:54 +01:00
Mihail Diordiev
ee6d46e750
Move instrumentation to redux-devtools-instrument
( #281 )
2016-05-09 12:55:55 +01:00
Dan Abramov
f02ceebc81
3.3.0
2016-05-09 02:48:17 +01:00
Michael van Engelshoven
7b5adf9718
Fix redux support for observables ( #275 )
...
fixes #274
2016-05-09 02:45:26 +01:00
Michael Hsu
ac3dc18391
fix(package): move react-hot-loader to dependencies
2016-05-06 16:50:31 +01:00
Dan Abramov
a21905cbde
Bump versions
2016-05-02 04:42:30 +01:00
Dan Abramov
64f58b7010
Update TodoMVC example to React Hot Loader 3
2016-04-18 13:28:26 +01:00
Dan Abramov
251c85c93d
Update Counter example to React Hot Loader 3
2016-04-18 13:28:16 +01:00
Dan Schuman
25eab60562
maxAge should throw error when < 2
2016-04-14 00:22:54 +01:00
Dan Abramov
275f564c54
3.2.0
2016-04-02 18:18:37 +01:00
Dan Abramov
72b59c3f0a
Merge pull request #248 from khankuan/master
...
Consecutive toggle
2016-04-02 18:17:11 +01:00
Dan Abramov
b7f0b26be7
Merge pull request #241 from echenley/master
...
add maxAge option
2016-04-02 18:15:44 +01:00
Dan Abramov
0fd4f24db0
Merge pull request #258 from chentsulin/patch-1
...
Added support to react@15.0.0-rc.1
2016-04-02 18:11:33 +01:00
Dan Abramov
f953c6a385
Merge pull request #260 from rickhanlonii/patch-1
...
Add defaultIsVisible to walkthrough docs
2016-04-02 18:10:38 +01:00
Rick Hanlon II
7f3cdf3b48
Add defaultIsVisible to walkthrough docs
2016-03-11 12:48:46 -05:00
C. T. Lin
56b31a299b
Added support to react@15.0.0-rc.1
2016-03-08 12:09:09 +08:00
Dan Abramov
a4414a92cf
Merge pull request #257 from slorber/patch-1
...
fix minor typo
2016-03-05 10:39:55 +00:00
Dan Abramov
d62e635326
Merge pull request #252 from iamakulov/patch-1
...
Add a link about the LogMonitor buttons
2016-03-05 10:39:39 +00:00
Sébastien Lorber
8dbf48889f
fix minor typo
2016-03-02 22:04:22 +01:00
Ivan Akulov
8abf351339
Add a link about the LogMonitor buttons
...
Following https://github.com/gaearon/redux-devtools/issues/196#issuecomment-187945400
2016-02-25 00:04:53 +03:00
Dan Abramov
eb0f1116ad
Add Inspector monitor
2016-02-23 16:49:31 +00:00
Dan Abramov
0e0d115ddb
Merge pull request #251 from ganmor/debug-session-name
...
fix regexp to extract debug session name
2016-02-20 22:57:25 +00:00
laupies morgan
890ecf8b56
fix regexp to extract session name
2016-02-20 23:12:32 +01:00
khankuan
cbc1d0ecac
Added SET_ACTIONS_ACTIVE, ability to set multiple actions between start and end indices to be active or skipped
2016-02-13 14:17:10 +08:00
echenley
3706c3b937
remove unnecessary spy
2016-02-12 17:40:02 -06:00
echenley
2486ca710e
fix linter error
2016-02-12 17:34:00 -06:00
Dan Abramov
a87564c9c4
Merge pull request #247 from YoruNoHikage/patch-1
...
Add redux-devtools-dispatch's gif to monitors
2016-02-12 23:32:44 +00:00
echenley
441ba0d14c
clarify comments
2016-02-12 17:29:50 -06:00
echenley
449b73f58f
clean up currentStateIndex tests
2016-02-12 17:27:55 -06:00
Alexis Launay
3ece6c1e26
Add redux-devtools-dispatch's gif to monitors
2016-02-13 00:24:26 +01:00
echenley
913c10fea4
fix expect syntax
2016-02-10 11:42:42 -06:00
echenley
b2f79bc61f
add currentStateIndex test
2016-02-10 11:36:35 -06:00
echenley
d231e4cffe
clarify comment
2016-02-10 10:52:12 -06:00