kea v0.27.0 Release Notes

Release Date: 2017-10-25 // over 6 years ago
  • ๐Ÿ”„ Changed

    • โฌ†๏ธ Bigger changes to the plugin system. Please upgrade all plugins (e.g. kea-saga) to the supported versions!
    • ๐Ÿ”Œ Plugins must now be manually installed by either passing them to the plugins array in getStore, running them through activatePlugin() or importing from 'kea-plugin/install'. See the README of each plugin for details.
    • ๐Ÿ”Œ Some plugins can now also be installed just for individual logic stores, e.g. kea-localstorage.
    • ๐Ÿ’ฅ BREAKING Removed support for { persist: true } to store the output of reducers in LocalStorage. Use the kea-localstorage plugin to restore support for this feature.
    • PropTypes are no longer necessary when defining reducers.