v8.0.3v8.0.2
New Features
- Connect: Enjoy enhanced performance with the new ability to access
ownProps
inside theareStatesEqual
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 requiresallowSyntheticDefaultImports
to be set to true, reducing setup complexity.
Fixes
- Fix possible regression with
ConnectedProps
andReact.ComponentProps
in version 8.x, ensuring smoother functionality for users upgrading from earlier versions.