kea v0.21.0 Release Notes

Release Date: 2017-08-13 // over 6 years ago
  • 🔄 Changed

    • 🛰 When creating actions like 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.