Sheetal Nandi
42ce1506a3
Revert "Strictly typed component decorator support"
2016-09-08 11:33:46 -07:00
Cameron Crothers
be69085172
Strictly typed component decorator support
2016-09-08 10:37:40 +10:00
Ivo Stratev
f340b21d40
Fixing broken test due to object-assign type definition change
...
Not familiar with redux but merging and `dispatchProps` in `mergeProps` seems valid since `action` is required property of `DispatchProps` and should come from somewhere.
2016-08-19 23:19:38 +03:00
Jussi Kosunen
7d13cf113d
react-redux: Allow wrapper function for connect arguments ( #10136 )
...
* Allow wrapper function for connect arguments
* added tests for connect wrapper functions
2016-07-19 17:32:45 -07:00
Kaur Kuut
d417f687ab
Fixed redux dependent definitions.
2016-07-03 15:09:21 +03:00
Larry Myers
3faa118b04
Add StatelessComponent<TOriginalProps> as a union type for ComponentDecorator. It allows StatelessComponents to work with the connect method signature that takes mapStateToProps and mapDispatchToProps functions.
2016-04-06 20:56:00 +09:00
Sean Kelley
8a7d208e0d
react-redux: Fix compilation error for dumb reason.
2016-03-31 11:06:38 -07:00
Sean Kelley
da656da263
Add a test for the issue discussed in #8787 .
2016-03-31 10:59:47 -07:00
Ciuca, Alexandru
46c75c80b5
Merge branch 'master' into react-redux-connect
...
Conflicts:
react-redux/react-redux-tests.tsx
react-redux/react-redux.d.ts
2016-03-04 16:52:44 +02:00
Ciuca, Alexandru
206c964ed1
react-redux: stricter typing of connect
2016-03-02 19:58:14 +02:00
tkqubo
4169370da2
feat: add react-redux 4.4.0
2016-02-26 14:37:34 +09:00
tkqubo
28f7cc66d4
rename file names to fix the version
2016-02-26 14:37:34 +09:00
Sergey Buturlakin
3aa3970f22
Merge remote-tracking branch 'remotes/upstream/master'
...
Conflicts:
react-router/react-router-tests.ts
2015-11-19 19:44:12 +02:00
James Brantly
99443d33d5
Update tests for dependencies of React to work with v0.14
2015-11-11 09:47:20 -05:00
tkqubo
a513c4df6e
make connect stricter
2015-10-20 21:19:56 +09:00
tkqubo
ddbcdd0d55
Make connect return correct type
2015-10-19 23:19:04 +09:00
Sergey Buturlakin
4a33c914d1
Add tests
...
Restore old definitions as react-router-0.13.3.d.ts
Update react-redux to use old definitions
2015-09-30 19:27:10 +03:00
tkqubo
387387b143
Add more detailed typings about connect arguments
2015-09-24 00:47:16 +09:00
tkqubo
c5240e2aef
Remove lines that are not compilable with current version of react-router (?)
2015-09-24 00:27:47 +09:00
tkqubo
b83c3b8895
Add react-redux
2015-09-24 00:11:48 +09:00
tkqubo
33dbe07ff5
Adding react-redux
2015-09-23 23:15:26 +09:00