Changelog
0.25.0 - 2017-09-29
getStore
, which greatly simplifies configuring your store, especially when importing plugins.Logic
and Scene
classes and other old deprecated code. Please make sure your app works with 0.24.1 without warnings before upgrading!Changelog
0.24.2 - 2017-09-17
Changelog
0.24.1 - 2017-09-10
kea
command line utility) to separate kea-cli
package"module"
field to package.json
with a version that uses ESnext imports instead of require
calls. Should decrease bundle size by ~10kb on Webpack 2+, rollup and other module bundlers that use this"esnext"
field for people to opt in to the untranspiled source.Changelog
0.23.0 - 2017-08-15
run
and cancelled
in sagas. These still give warnings.Logic
and Scene
classes and related code. Basically everything imported from kea/logic
and kea/scene
is no longer safe.Saga
classes and code imported from kea/saga
are safe for now, but you should migrate it to the unform kea({})
syntax sooner rather than later.When upgrading, make sure your code works with 0.22.1 without any deprecation warnings. Then upgrade to 0.23.0 and remove the new warnings.