Skip to content

v1.3.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@markerikson markerikson released this 19 Feb 05:19
· 3478 commits to master since this release

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