Commit Graph

572 Commits

Author SHA1 Message Date
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
echenley
a88fdba1fa fix linter warning 2016-02-09 19:49:53 -06:00
echenley
4e50f10802 more tests 2016-02-09 19:39:58 -06:00
echenley
9c5b80edb4 fix auto-commit on hot reload 2016-02-09 19:39:41 -06:00
echenley
ef073a1fa4 auto-commit on INIT, handle committing multiple 2016-02-09 15:58:40 -06:00
echenley
c883e837ba don't auto-commit an error 2016-02-09 14:34:48 -06:00
Dan Abramov
9713bd2a01 3.1.1 2016-02-08 16:37:54 +00:00
Dan Abramov
b030896048 Merge pull request #240 from sapegin/patch-3
Show error message, not just a stack trace
2016-02-08 09:13:39 +00:00
Dan Abramov
5945c6b826 Add TOC 2016-02-05 23:49:45 +00:00
Dan Abramov
3601934ef3 Merge pull request #242 from paulkogel/master
README: make walkthrough more prominent.
2016-02-05 23:44:32 +00:00
Paul Kögel
5d90cc3599 README: make walkthrough more prominent. 2016-02-06 00:23:19 +01:00
echenley
2ae9279171 more explicit comment 2016-02-05 10:28:22 -06:00
echenley
5c74b7f986 fix skipped and spec 2016-02-05 10:26:23 -06:00
echenley
9bafa7a0d7 don't delete @@INIT 2016-02-04 20:00:42 -06:00
echenley
f0e1efdcc2 first argument must be fn or undefined 2016-02-04 14:05:50 -06:00
echenley
0facdbbc9f add maxAge option 2016-02-04 13:41:45 -06:00
Artem Sapegin
30718acd8e Fix tests. 2016-02-04 17:22:36 +01:00
Artem Sapegin
6ab87322e1 Show error message, not just a stack trace. 2016-02-04 16:18:01 +01:00
Dan Abramov
86f522af90 3.1.0 2016-02-02 18:09:30 +00:00
Dan Abramov
ccb3f2f070 Fix lodash imports and linting 2016-02-02 17:59:55 +00:00
Dan Abramov
778803eb97 Merge remote-tracking branch 'lo/dependency/lodash/upgrade' 2016-02-02 17:57:11 +00:00
Dan Abramov
8316de0970 Tweak tests to use new API and add another warning 2016-02-02 17:53:37 +00:00
Dan Abramov
f1ecc9d812 Merge pull request #232 from skovhus/port-redux-sanity-check
Add error on undefined action type
2016-02-02 17:30:06 +00:00
Dan Abramov
a7e1221f1d Merge pull request #235 from zalmoxisus/master
Check instrumentation store enhancer's reducer and not to be included twice
2016-02-02 17:27:30 +00:00
Zalmoxisus
e82ef7de59 Throw if there are more than one instrument enhancer included 2016-02-02 18:07:58 +02:00