redux v4.0.5 Release Notes

Release Date: 2019-12-24 // over 4 years ago
  • ๐Ÿš€ This release includes a memory leak fix, and a fix for removing reducers with replaceReducer and combineReducers.

    ๐Ÿ“ฆ There are also some TypeScript changes, which require version 3.5 or higher. This also removes our DeepPartial type, which wasn't intended to be a public API. If you need this type, you can find an equivalent of likely higher quality in the utility-types package.

    ๐Ÿ†“ Speaking of TypeScript, we are done with converting the code to TypeScript on master and are looking to get some TS improvements in before launching 5.0. If you're interested in helping, feel free to submit a PR with anything you'd like to contribute.

    Changes


Previous changes from v4.0.4

  • โšก๏ธ This is a republish of 4.0.3 with an updated version of Babel to fix #3468

    Changes