Commit Graph

719 Commits

Author SHA1 Message Date
Mihail Diordiev
967a306e4e
Merge pull request #401 from yangshun/patch-1
Update README repo URLs
2018-11-16 00:14:21 +02:00
Mihail Diordiev
5c8fa1020e
Merge pull request #392 from JaKXz/patch-1
Update .travis.yml
2018-11-16 00:12:05 +02:00
Mihail Diordiev
83a16dd8fa
Merge pull request #409 from dancrumb/feature/407
Resolves #407: Add support for Redux 4.0.0
2018-11-16 00:05:49 +02:00
Mihail Diordiev
6f140b5de3
Merge pull request #402 from dtweedle/typings
Include Typings in package and fix missing instrument options
2018-11-16 00:02:25 +02:00
Mihail Diordiev
19d61684cf
Merge branch 'master' into feature/407 2018-11-16 00:01:27 +02:00
Mihail Diordiev
faaacea575
Merge pull request #400 from nickmccurdy/redux-4
Support Redux 4 in peer dependencies
2018-11-16 00:00:37 +02:00
Leonard Bogdonoff
3679714021 Spelling error (#403) 2018-11-15 23:56:05 +02:00
Dan Rumney
a0f5108c9f Resolves #407: Add support for Redux 4.0.0 2018-10-03 18:30:04 -05:00
Jason Kurian
3592911cbc
futureproof node versions 2018-06-02 23:05:49 -04:00
Duncan Tweed
6f5d2c6417 Updated for v4 redux 2018-05-10 15:00:44 +10:00
Duncan Tweed
0e6db5935a Include redux version 2018-05-10 14:56:15 +10:00
Duncan Tweed
87e103e2be added typings from the definetly typed project and included instrument options 2018-05-10 14:52:07 +10:00
Yangshun Tay
0e5cd9eda4 Update repo URL 2018-05-06 15:35:41 -07:00
Nick McCurdy
9cf85cc4c3 Support Redux 4 in peer dependencies 2018-04-20 23:17:07 -04:00
Jason Kurian
91a6ec8c00
Update .travis.yml 2018-01-20 07:29:39 -05:00
Zalmoxisus
fc1ab01ca1 v3.4.1 2017-11-11 21:06:07 +02:00
Jacob Beard
6a46404ba7 Upgrade webpack to version to 2. This provides better support for file change detection and hot module reloading on Linux. (#362) 2017-11-11 21:02:04 +02:00
Tyler Cook
687a855192 Added React v16 peer dependency support (#385) 2017-11-11 20:51:19 +02:00
Daniel Herzog
747de7347d Add a label to the 'toggle-all' checkbox
Because of the styles in todomvc-app-css it doesn't show up without one.
2017-06-27 00:19:10 +02:00
Zalmoxisus
33c6f314d8 v3.4.0 2017-04-25 23:17:08 +03:00
mehmet kamil gülen
80d0e3fc64 fix redux release link (#345) 2017-04-25 23:11:50 +03:00
Timofey Smirnov
41abd40631 Fixed PropTypes warnings (#358) 2017-04-25 23:09:02 +03:00
Mihail Diordiev
df1a4ea555 Add a note that this repo is different from the extension's
Avoid confusions like #337, #338.
2017-02-05 16:44:41 +02:00
Zalmoxisus
e647d6e108 3.3.2 2017-01-12 21:53:59 +02:00
David Pfahler
f8a12a749b chore(package): css is dependency, not devDe (#287) 2017-01-12 21:48:30 +02:00
Daniel Stockman
e099a73964 Allow react-redux 5 in peerDependencies (#334)
This allows users to upgrade to the API-compatible v5 of react-redux without encumbering their `node_modules` with a nested copy of react-redux (v4) under `redux-devtools/node_modules`.

It also moves redux and react-redux into `devDependencies`, which is the proper location for packages that are also specified in `peerDependencies`. Otherwise, peers specified as an alternating range (`||`) won't resolve properly. This brings it in line with what [react-redux does](https://github.com/reactjs/react-redux/blob/master/package.json#L94-L107).
2017-01-12 21:46:19 +02:00
张猴
ec2e1ae578 the redux github link is wrong (#331) 2017-01-12 21:19:48 +02:00
Zalmoxisus
17d09d8c8f Remove an empty folder from the previous PR 2017-01-12 21:19:04 +02:00
Mihail Diordiev
6fd258d6fa Merge pull request #322 from Durairaj/master
Fixed bug 244, Npm install fails on windows
2016-10-27 16:09:37 +03:00
unknown
10e3b991c0 Fixed bug 244, Npm install fails on windows 2016-10-27 12:46:58 +01:00
Mihail Diordiev
7513b96f8e Merge pull request #313 from lorenzos/patch-1
Browser extensions is available for Firefox too
2016-09-05 20:50:49 +03:00
Lorenzo Stanco
cd7ce72704 Update Walkthrough.md 2016-09-05 12:01:11 +02:00
Lorenzo Stanco
aee6cd956b Browser extensions is available for Forefox too
I almost started the manual integration process before noticing the mentioned Chrome extension is available for Firefox too.
2016-09-05 11:55:35 +02:00
Mihail Diordiev
02d1a58963 [Docs] Invalid url (#312)
Invalid url
2016-09-05 10:52:56 +03:00
Tsung Chen Ku
1b8c75361d Invalid url
Migrate to http://redux.js.org/docs/Glossary.html#store-enhancer
2016-09-05 11:04:30 +08:00
Rajesh Aravapalli
619a18b26a Examples: fixed HMR of components issue (#303) 2016-07-11 19:03:14 +03:00
Mihail Diordiev
fafe4e5d59 Add information about instrumentation options
Related to https://github.com/zalmoxisus/redux-devtools-instrument/issues/5
2016-07-08 10:53:34 +03:00
Mihail Diordiev
7ef8aa74db Merge pull request #300 from rajeshaz09/master
Fixing deprecated issues in AppContainer
2016-07-07 18:39:00 +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
Dan Abramov
ec0d55bbee 3.3.1 2016-05-09 12:56:54 +01:00
Mihail Diordiev
ee6d46e750 Move instrumentation to redux-devtools-instrument (#281) 2016-05-09 12:55:55 +01:00
Dan Abramov
f02ceebc81 3.3.0 2016-05-09 02:48:17 +01:00
Michael van Engelshoven
7b5adf9718 Fix redux support for observables (#275)
fixes #274
2016-05-09 02:45:26 +01:00
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
Dan Schuman
25eab60562 maxAge should throw error when < 2 2016-04-14 00:22:54 +01:00
Dan Abramov
275f564c54 3.2.0 2016-04-02 18:18:37 +01:00