Commit Graph

32 Commits

Author SHA1 Message Date
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
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
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
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
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
6dba7875ba Update dependencies 2015-09-24 16:40:14 +03:00
Dan Abramov
92b5110cc0 Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03:00
Dan Abramov
329b755a3a Update to Redux 2.0 2015-09-01 04:40:45 +03: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
2c7c3232e3 Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00