Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaearon gaearon released this 19 Jun 00:35
· 3754 commits to master since this release

No breaking changes this time.

  • Classes returned by decorators now expose a static DecoratedComponent property for easier testing
  • Dependencies on lodash and babel-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)