kea v0.15.2 Release Notes

Release Date: 2016-12-07 // over 7 years ago
  • ๐Ÿ”„ Changed

    • In kea/logic, renamed structure = () = ({}) to reducers = () = ({}) in order to maintain compatibility of terms with redux.
    • ๐Ÿšš Moved createScene, NEW_SCENE, createCombinedSaga, getRoutes, combineScenesAndRoutes, createRootSaga and createKeaStore from kea/logic to kea/scene
    • You no longer need to use mirrorCreator or comparable to create constants. Just pass in an array.