v2.6.0
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 actionscreateStateHook
API to create actionless hooks that expose only state
Bug fixes
- reduce scheduled timeout (when
batchUpdate
is enabled) to ensure snappier experiences