v0.12.0
Pre-release
Pre-release
No breaking changes this time.
- Classes returned by decorators now expose a static
DecoratedComponent
property for easier testing - Dependencies on
lodash
andbabel-runtime
are dropped - Now compatible with Babel loose mode
composeStore
now ignores non-function values (useful in Babel loose mode)- A UMD build is added
- The initial action dispatched to the stores now has a built-in
@@INIT
type (might be useful to devtools)