All Versions
85
Latest Version
Avg Release Cycle
20 days
Latest Release
546 days ago

Changelog History
Page 2

  • v2.5.6 Changes

    October 21, 2021
    • โž• Add support for connecting to actions in circularly connected logics (aLogic connects to bLogic to get bAction, bLogic connects to aLogic to get aAction).
  • v2.5.5 Changes

    October 21, 2021
    • โž• Add support for connecting to values in circularly connected logics (aLogic connects to bLogic to get bValue, bLogic connects to aLogic to get aValue).
  • v2.5.4 Changes

    October 21, 2021
    • โž• Add logic.findMounted(props) that either returns the builtLogic or null
  • v2.5.3 Changes

    October 21, 2021
    • ๐Ÿ— logic.isMounted(props) now accepts props to check the mounted status of keyed logics without building them.
  • v2.5.2 Changes

    October 21, 2021
    • โšก๏ธ Update types for urlToAction for kea-router
  • v2.5.1 Changes

    October 13, 2021
    • ๐Ÿ‘Œ Improve performance of logic.isMounted()
    • ๐Ÿ‘Œ Improve Can not access "actions" on logic "kea.logic.1" because it is not mounted! error #140 @pauldambra
  • v2.5.0 Changes

    October 13, 2021
    • โž• Add logic(props).isMounted() #141
  • v2.4.10 Changes

    September 19, 2021
    • Break listeners if resetContext called before a breakpoint
  • v2.4.9 Changes

    September 19, 2021
    • Store key of the listener with the pending promises
  • v2.4.8 Changes

    September 19, 2021
    • โœ… Track pending listeners, mainly for usage in tests