Skip to content

v3.6.0

Compare
Choose a tag to compare
@timdorr timdorr released this 04 Sep 18:23
· 1930 commits to master since this release

Hey, it's been a while!

How's everyone doing? Enjoying your summer (or winter for the Southern Hemisphere folks)?

This is a bugfix release for Redux. We're working towards a 4.0 with more substantial changes. Please see #1342 to pitch in!

Dan also ported all the examples (except the universal one) in #1883 to use the excellent Create React App. This means the changes in #1800 have been lost. If you'd like to help out, we would love PRs on the examples to modernize and clean them up.

Changes

  • Updated symbol-observable to 1.0.2 (#1663 and #1877)
  • Added a Redux logo (#1671)
  • Replace es3ify with Babel ES3 transforms (#1688)
  • Run tests on Node 6 (#1673)
  • Optimize one function case in compose (#1701)
  • Check ES3 syntax compatibility (#1720)
  • TypeScript: preloadedState is optional (#1806)
  • Add a warning for undefined properties passed to combineReducers (#1789)
  • Add module entry point for webpack 2 (#1871)
  • TypeScript: Improve typings for compose function (#1868)