Commit Graph

172 Commits

Author SHA1 Message Date
Timofey Smirnov
41abd40631 Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03:00
Mihail Diordiev
ee6d46e750 Move instrumentation to redux-devtools-instrument (#281) 2016-05-09 12:55:55 +01:00
Michael van Engelshoven
7b5adf9718 Fix redux support for observables (#275)
fixes #274
2016-05-09 02:45:26 +01:00
Dan Schuman
25eab60562 maxAge should throw error when < 2 2016-04-14 00:22:54 +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
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
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
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
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
6ab87322e1 Show error message, not just a stack trace. 2016-02-04 16:18:01 +01: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
Zalmoxisus
e82ef7de59 Throw if there are more than one instrument enhancer included 2016-02-02 18:07:58 +02:00
Sébastien HOUZÉ
9b6f3f7237 Upgrade lodash dependency to ^4.2.0. 2016-02-02 11:29:16 +01:00
Zalmoxisus
a3d053880c Add a test for 'Expected the nextReducer to be a function.' and fix ESLint 2016-01-30 15:52:01 +02:00
Mihail Diordiev
d756384b6c Throw if the reducer passed to replaceReducer() is not a function 2016-01-30 15:11:54 +02:00
Dan Abramov
2d4369fcab Pass enhancer through as per Redux 3.1 changes 2016-01-28 19:15:02 +00:00
ksa
4ceaf3d09a Add error on undefined action type 2016-01-26 17:51:54 +01:00
Dan Abramov
ccbccd6810 Reword the comment 2015-12-27 00:09:51 +00:00
Dan Abramov
6dcde1f83b Merge branch 'master' of https://github.com/gaearon/redux-devtools 2015-12-27 00:08:48 +00:00
Dan Abramov
8e9326297b Merge pull request #208 from zalmoxisus/master
Solve the issue with loosing sourceMaps in Chrome
2015-12-27 00:08:40 +00:00
Dan Abramov
7ad3bb259c Tweak the warning messages 2015-12-27 00:07:14 +00:00
Robert Knight
afb3b8b5a1 Warn and do not attempt to render if store not instrumented
Very confusing error messages were produced if the
container component returned by createDevTools()
was constructed without a store being injected or
if the store had not been instrumented with
DevTools.instrument()

Add warnings for both of these cases and avoid console error
spam by short circuiting rendering of the devtools if they
have not been setup correctly.

Fixes #179
2015-12-26 23:45:02 +00:00
Zalmoxisus
10db8acea4 Solve the issue with loosing sourceMaps in Chrome
Fix #193.
2015-12-20 20:15:21 +02:00
Dan Abramov
e94eab68e3 Update to final 3.0 APIs 2015-12-14 01:58:27 +00:00
Callum Rimmer
7d7370e471 Added Props store option to createDevTools.js 2015-10-31 10:52:23 +00:00
Dan Abramov
7e3f60572a Style tweak 2015-10-17 16:00:41 +03:00
Dan Abramov
43bf473b12 Don't recompute old states when toggling actions 2015-10-17 15:44:30 +03:00
Dan Abramov
4249b3a991 Normalize actions in lifted state as per #134 2015-10-17 03:53:43 +03:00
Dan Abramov
b4da7aaa48 Bring over importing state from #118 2015-10-17 02:34:46 +03:00
Dan Abramov
c23a997a0f Rewrite to simpler API 2015-10-17 02:21:07 +03:00
Dan Abramov
1f21d83931 This API is much better 2015-10-16 23:59:32 +03:00
Dan Abramov
79b51a7c0f Component-centric API, horrors are encapsulated 2015-09-28 21:12:07 +03:00
Dan Abramov
34d599af77 Fix lint 2015-09-28 18:39:13 +03:00
Dan Abramov
4428e8818d Refactor 2015-09-28 18:38:33 +03:00
Dan Abramov
2138ca663e Connect once at the top 2015-09-28 16:10:33 +03:00
Dan Abramov
4375d69d5e Explicit > implicit 2015-09-28 13:06:05 +03:00
Dan Abramov
b2210f161c Fix lint 2015-09-28 03:54:13 +03:00
Dan Abramov
c1256ed8ff Figure out monitor composition 2015-09-28 03:52:10 +03:00
Dan Abramov
1edf2d25c8 Merge 2015-09-27 21:42:13 +03:00