Timofey Smirnov
41abd40631
Fixed PropTypes warnings ( #358 )
2017-04-25 23:09:02 +03:00
David Pfahler
f8a12a749b
chore(package): css is dependency, not devDe ( #287 )
2017-01-12 21:48:30 +02:00
Rajesh Aravapalli
619a18b26a
Examples: fixed HMR of components issue ( #303 )
2016-07-11 19:03:14 +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
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
Sébastien Lorber
8dbf48889f
fix minor typo
2016-03-02 22:04:22 +01:00
laupies morgan
890ecf8b56
fix regexp to extract session name
2016-02-20 23:12:32 +01:00
Dan Abramov
5e1fdf1e2e
Remove unused import
2016-01-28 19:17:17 +00:00
Dan Abramov
4333826cab
Reflect Redux 3.1.0 changes in the README
2016-01-28 19:13:55 +00:00
James Y. Rauhut
228a03cc31
Missing semicolon throwing TodoMVC error
2016-01-08 11:57:46 -06: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