Skip to content

v0.8.0

Compare
Choose a tag to compare
@gaearon gaearon released this 09 Aug 21:18
· 1426 commits to master since this release

Breaking Changes

  • While this is very unlikely to break your app, components wrapped with connect() now accept store as an optional prop. So you may avoid using <Provider> after all, as long as you pass store manually all the way down. (We don't suggest you to do this.) This is mostly useful for non-fully-React codebases and stubbing store for tests. If you use <Provider>, just keep using it and don't worry. (#33, #44)