Skip to content

v4.0.0

Compare
Choose a tag to compare
@timdorr timdorr released this 17 Apr 19:25
· 1355 commits to master since this release

Redux 4 is here! 馃帀

If you're a React user, this is going to be a lot like going from 15 to 16. Not a lot of user-facing changes, but some interesting improvements under the hood.

The major changes (#1342) are around our TypeScript definitions, bundled CommonJS and ES builds, throwing if you subscribe or getState from a reducer, and a bunch of other smaller things. The full changes are listed below.

Enjoy!

Changes