Skip to content

v3.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxmantz maxmantz released this 21 Nov 20:03
· 65 commits to master since this release

API changes:

  • the immutable reducer now deeply converts non-objects to immutable maps (#69). This can have effects on how you retrieve data from the user object stored in the reducer. Thanks @Tankanow for the fix.

Improvements:

  • loadUser now returns a promise (#75). Thanks @danrashid.
  • loadUser now dispatches LOADING_USER at the beginning of the call (#76). Thanks @rmkpatchaa.

Bug fixes:

  • loadUser now dispatches USER_EXPIRED when the user object returned by the user manager is null (#73). Thanks @mcosand for the bug report.

This will likely be the final beta release unless new bugs surface in the near future.