AI Changelog

reduxjs / react-redux

Sep 23, 2022·17 commits·5 pull requests

New Features

  • Connect: Enjoy enhanced performance with the new ability to access ownProps inside the areStatesEqual function, allowing for more precise state comparisons.

Improvements

  • Dispatch: Experience a simplified and more efficient definition of useAppDispatch, making it easier to use in your applications.
  • TypeScript Support: Benefit from improved TypeScript compatibility as react-redux no longer requires allowSyntheticDefaultImports to be set to true, reducing setup complexity.

Fixes

  • Fix possible regression with ConnectedProps and React.ComponentProps in version 8.x, ensuring smoother functionality for users upgrading from earlier versions.

Others

  • Add @phryneas to the funding list, supporting contributors who help improve the project.