kea v0.23.5 Release Notes

Release Date: 2017-09-06 // over 6 years ago
  • ๐Ÿ”„ Changed & Fixed in the 0.23 series before 0.24

    • โœ‚ Remove the warning if the path is not yet conencted to Redux (needed for tests)
    • Rehydrate the store also for inline kea initializations (when the component has a key)
    • ๐Ÿ›  Fix unmounting of sagas (cancelled was not called after start stopped)
    • โž• Add connected selectors to selectors in wrapped components
    • ๐Ÿ›  Fix re-creation of empty kea({}) root selectors for shallow comparison
    • Inject proptypes to components
    • โž• Add functions to reset the store cache for tests
    • ๐Ÿ‘‰ Make sagas work with functional components