Changelog
0.22.0 - 2017-08-13
babel-runtime
. This should reduce the issues users have been
having with create-react-app
and other situations where regenerator
is not automatically loaded. Fixes #25.Changelog
0.21.0 - 2017-08-13
actions: () => { doit: true }
, previously the payload of the action would equal true
.
Now the payload equals { value: true }
. This was made so that when we inject the key
into the payload for actions
that are defined on kea logic stores that are directly connected to the component, we would not run into errors.
See here for more.