Dan Abramov
f1cdddc1c6
Merge pull request #222 from joshwcomeau/master
...
Fix webpack typo: providePlugin -> definePlugin
2016-01-11 13:35:44 -08:00
Joshua Comeau
604e45fbfc
Fix webpack typo: providePlugin -> definePlugin
...
A couple of places mention the wrong webpack plugin required for
excluding DevTools from production builds. I fixed the typo, and
expanded on the explanation a bit, since this was a bit of a sticking
point for me =)
2016-01-09 10:48:28 -05:00
James Y. Rauhut
228a03cc31
Missing semicolon throwing TodoMVC error
2016-01-08 11:57:46 -06:00
Brian Vaughn
bb66f5607b
Updated redux-devtools-filterable-log-monitor example GIF
2015-12-31 01:38:50 -05:00
Dan Abramov
a1e3d9ec3e
Merge pull request #212 from bvaughn/master
...
Updated the preview GIF for redux-devtools-filterable-log-monitor
2015-12-28 22:37:49 +00:00
Brian Vaughn
4ae71629f7
Updated the preview GIF for redux-devtools-filterable-log-monitor to display new features
2015-12-28 15:23:44 -05:00
Dan Abramov
fdc78b303e
Use explicit files whitelist
2015-12-27 00:35:53 +00:00
Dan Abramov
7029a9e42e
3.0.1
2015-12-27 00:34:30 +00:00
Dan Abramov
10319e16e3
Merge update to Babel 6
2015-12-27 00:31:56 +00:00
Dan Abramov
cd80dad9da
Merge pull request #180 from colinmeinke/next
...
Update to Babel 6
2015-12-27 00:13:51 +00: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
Dan Abramov
b88280a7fa
Merge pull request #211 from robertknight/warn-if-store-not-instrumented
...
Warn and do not attempt to render if store not instrumented
2015-12-26 23:58:15 +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
Dan Abramov
23d99f974a
Merge pull request #210 from bvaughn/master
...
Added redux-devtools-filterable-log-monitor to the README
2015-12-21 19:25:38 +00:00
Brian Vaughn
60ef86fe75
Added redux-devtools-filterable-log-monitor to the README
2015-12-21 10:08:18 -08:00
Zalmoxisus
10db8acea4
Solve the issue with loosing sourceMaps in Chrome
...
Fix #193 .
2015-12-20 20:15:21 +02:00
Lee Bannard
e400dea310
Merge pull request #205 from cesarandreu/patch-1
...
Fix typo in README.md
2015-12-15 07:13:31 +00:00
Cesar Andreu
b8037c8754
Fix typo in README.md
2015-12-14 20:53:24 -08:00
Colin Meinke
3054bfac1b
Export on same line as class definition
2015-12-14 17:23:19 -06:00
Colin Meinke
ac48eb35b3
Use es2015-loose and react babel presets
2015-12-14 17:18:34 -06:00
Dan Abramov
4066b591f1
Update README.md
2015-12-14 04:55:09 +00:00
Dan Abramov
688b780614
Update README.md
2015-12-14 04:54:39 +00:00
Dan Abramov
5bec3d8d13
Update README.md
2015-12-14 04:50:53 +00:00
Dan Abramov
cfdf756e12
Merge pull request #132 from gaearon/next
...
New API
2015-12-14 04:22:37 +00:00
Dan Abramov
b228a885d9
Update README.md
2015-12-14 04:21:34 +00:00
Dan Abramov
3d15db0bfd
Resolve conflicts
2015-12-14 04:18:29 +00:00
Dan Abramov
eb80170ee5
Update README.md
2015-12-14 04:06:58 +00:00
Dan Abramov
81cea2be59
Update README.md
2015-12-14 04:03:54 +00:00
Dan Abramov
975f88a8a4
Merge pull request #202 from ellbee/readme_v3
...
Update readme for v3 release
2015-12-14 02:01:31 +00:00
Dan Abramov
e94eab68e3
Update to final 3.0 APIs
2015-12-14 01:58:27 +00:00
Lee Bannard
2521c52351
Update readme for v3 release
2015-12-13 00:07:24 +00:00
Lee Bannard
b14c64f02b
Update .travis.yml
2015-12-13 00:03:58 +00:00
Lee Bannard
f028569a60
Update .travis.yml
2015-12-13 00:01:31 +00:00
Lee Bannard
60816acd0b
Update .travis.yml
2015-12-12 23:55:24 +00:00
Lee Bannard
56e9914c5c
Update .travis.yml
2015-12-12 23:46:24 +00:00
Lee Bannard
eeee2954bf
Merge pull request #185 from hoffman211/master
...
docs(readme): update reactiflux badge
2015-11-10 10:46:16 +00:00
Michael J Hoffman
35359e2538
docs(readme): update reactiflux badge
2015-11-09 21:42:58 -05:00
Colin Meinke
c66e352efe
Update to Babel 6
2015-11-05 16:39:01 +01:00
Dan Abramov
1752cccd82
Merge pull request #178 from caljrimmer/next
...
Added Props store option to createDevTools.js
2015-10-31 23:20:53 +03: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
57375c2752
Test that identity of computedStates is preserved when possible
2015-10-17 16:00:20 +03:00
Dan Abramov
878c5e493d
3.0.0-beta-3
2015-10-17 15:52:10 +03:00
Dan Abramov
43bf473b12
Don't recompute old states when toggling actions
2015-10-17 15:44:30 +03:00
Dan Abramov
28c2062390
Add some troubleshooting
2015-10-17 14:15:59 +03:00
Dan Abramov
578dddbc5b
Update README.md
2015-10-17 04:33:23 +03:00
Dan Abramov
f757de442f
Fix examples
2015-10-17 04:11:16 +03:00