kea v0.19.9 Release Notes

Release Date: 2017-07-24 // over 6 years ago
  • ๐Ÿš€ This was a big release. A lot of code changed and we now have many deprecations which should be removed in the next releases to make the bundle smaller.

    โฌ†๏ธ Before upgrading to any newer version (0.20, etc), make sure your code works fine with 0.19.

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecated: run and cancelled replaced with start and stop in Saga classes
    • โž• Added inline kea
    • ๐Ÿ†• New and easier way to hook up to redux
    • ๐Ÿ‘‰ Use this.actions instead of this.props.actions in components
    • ๐Ÿ—„ Deprecated the old Logic and Saga classes in favor of the unified kea({}) version. No warnings yet.
    • โž• Added tests for the kea({}) version.