yarn @reduxjs/toolkit 1.3.0-alpha.8
v1.3.0-alpha.8

latest releases: 2.2.5, 2.2.4, 2.2.3...
4 years ago

This release fixes a couple edge case bugs with entity update operations, and documents expected update behavior. Also, since the new APIs look to be somewhat stabilized, we've merged the original PR into a v1.3.0 tracking branch where we can integrate additional planned changes.

Roadmap

We've put up a v1.3.0 roadmap issue to track other planned work before 1.3.0 is released.

Changes

createEntityAdapter Update Logic

We identified a couple potential bugs and edge cases inside the updateMany method implementation. We've fixed a potential issue that might have appeared when multiple updates were passed in attempting to rename the same entity to different IDs in a row, fixed a wrong type definition for comparer callbacks, and documented expected behavior when ID renames do occur.

Documentation

The alpha docs are available at https://deploy-preview-374--redux-starter-kit-docs.netlify.com/. In particular, see the API references for:

Changelog

v1.2.5...v1.3.0-alpha.8

Don't miss a new toolkit release

NewReleases is sending notifications on new releases.