Skip to content

v2.6.0

Compare
Choose a tag to compare
@albertogasparin albertogasparin released this 16 Mar 02:07
· 33 commits to master since this release

Deprecations

  • actions object in the action thunk is now officially deprecated (was already soft deprecated by not appearing in types and docs) and will now log a warning if accessed.

New features

  • createActionsHook API to create stateless hooks that expose only actions
  • createStateHook API to create actionless hooks that expose only state

Bug fixes

  • reduce scheduled timeout (when batchUpdate is enabled) to ensure snappier experiences