New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kea

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kea - npm Package Versions

1
24

0.27.1

Diff

mariusandra
published 0.27.0 •

Changelog

Source

0.27.0 - 2017-10-25

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.
mariusandra
published 0.26.6 •

mariusandra
published 0.26.5 •

Changelog

Source

0.26.5 - 2017-10-21

Fixed

  • Only mount the reducer in redux, if there's an actual reducer or a manually given path
mariusandra
published 0.26.4 •

mariusandra
published 0.26.3 •

Changelog

Source

0.26.3 - 2017-10-12

Fixed

  • Now if you pass a wrapped component (logic(Component)) an actions prop, its conents be merged with the created actions prop.
mariusandra
published 0.26.2 •

Changelog

Source

0.26.2 - 2017-10-08

Changed

  • Add support for specifying your own compose enhancer in getStore(), e.g. for remote-redux-devtools
  • A lot of code refactoring. The plugins API changed a bit, so upgrade your kea-saga and kea-thunk packages accordingly.
mariusandra
published 0.26.1 •

mariusandra
published 0.26.0 •

mariusandra
published 0.25.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc