mheiber
4a1cf39063
Fix class property in todomvc example
...
Fix error caused by missing semicolon in the class property declaration.
Relevant part of the ES proposal: https://github.com/jeffmo/es-class-fields-and-static-properties#145-class-definitions
Full error message:
> ERROR in ./components/Footer.js
Module build failed: SyntaxError: redux-devtools/examples/todomvc/components/Footer.js: A semicolon is required after a class property (18:3)
2016-01-17 22:11:21 -05: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
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
3d15db0bfd
Resolve conflicts
2015-12-14 04:18:29 +00:00
Dan Abramov
e94eab68e3
Update to final 3.0 APIs
2015-12-14 01:58:27 +00:00
Colin Meinke
c66e352efe
Update to Babel 6
2015-11-05 16:39:01 +01:00
Dan Abramov
878c5e493d
3.0.0-beta-3
2015-10-17 15:52:10 +03:00
Dan Abramov
f757de442f
Fix examples
2015-10-17 04:11:16 +03:00
Dan Abramov
4249b3a991
Normalize actions in lifted state as per #134
2015-10-17 03:53:43 +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
Daniel Bugl
bfbacefae7
prevent possible errors in example
...
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
2015-10-15 21:16:33 +02:00
Dan Abramov
79b51a7c0f
Component-centric API, horrors are encapsulated
2015-09-28 21:12:07 +03:00
Dan Abramov
4428e8818d
Refactor
2015-09-28 18:38:33 +03:00
Dan Abramov
26c66fef63
Fix lint
2015-09-28 16:12:08 +03:00
Dan Abramov
86199748e7
3.0.0-alpha-6
2015-09-28 16:11:25 +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
4ac31f985a
Allow monitors to have their own reducers
2015-09-27 16:10:46 +03:00
Dan Abramov
2ee2caad96
Split regular and dev dependencies
2015-09-24 23:38:22 +03:00
Dan Abramov
94826d610e
Bring back the ability to pass raw store
2015-09-24 22:51:59 +03:00
Dan Abramov
0c3a1c6f7a
Fix lint
2015-09-24 22:08:20 +03:00
Dan Abramov
8c68b9519c
Update counter example
2015-09-24 22:06:06 +03:00
Dan Abramov
6dba7875ba
Update dependencies
2015-09-24 16:40:14 +03:00
Dan Abramov
9873b0f9e5
Merge branch 'master' of https://github.com/gaearon/redux-devtools
2015-09-03 16:21:01 +03:00
Dan Abramov
2a1596901b
Merge pull request #93 from khronnuz/patch-1
...
Improve instructions on how to run example
2015-09-03 16:16:41 +03:00
Dan Abramov
92b5110cc0
Add visibleOnLoad to all examples
2015-09-03 16:14:21 +03:00
Dan Abramov
d3b850f750
Merge pull request #75 from jackielii/visible-on-load
...
add visibleOnLoad props to LogMonitor
2015-09-03 16:12:02 +03:00
Johnny Everson
0a1a49c4d8
Improve instructions on how to run example
...
Note: taken as it is from the root Readme
2015-09-01 13:20:58 -03:00
Dan Abramov
329b755a3a
Update to Redux 2.0
2015-09-01 04:40:45 +03:00
Jackie Li
fa5f907738
add visibleOnLoad prop to LogMonitor
2015-08-29 00:13:14 +01:00
Dan Abramov
919ae16aa0
Remove NoErrorsPlugin
2015-08-29 01:01:23 +03:00
Dan Abramov
31a3d64143
Update dependencies
2015-08-23 03:26:30 +03:00
Dan Abramov
52b5439986
Fix hot reloading DevTools UI
2015-08-13 01:05:32 +03:00
Dan Abramov
5a7442cf8c
Port to React Redux 0.5.0
2015-08-07 19:49:40 +03:00
Patrick Burtchaell
94f9afe510
Update package.json URLs
2015-07-19 10:27:07 -05:00
Patrick Burtchaell
34c3023e23
Add README
...
Mostly to quiet the annoying npm warning.
2015-07-19 10:26:54 -05:00
Dan Abramov
72301fb741
Add monitor to TodoMVC
2015-07-15 00:25:02 +03:00
Dan Abramov
0a2a97556e
Add DevTools to the counter example
2015-07-15 00:11:55 +03:00
Dan Abramov
2c7c3232e3
Add project skeleton (no DevTools yet)
2015-07-14 22:46:44 +03:00