Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 2.18 KB

0.3.0 (2016-01-25)

Features

  • lib: compile from src using babel (0177a43)

BREAKING CHANGES

  • lib: Remove commonjs (module.exports) support

0.2.0 (2015-11-21)

Features

  • createDispatch: expose dispatch in Component's constructor (a114666)
  • ReduxComponentMixin: createDispatch alias for React.createClass (d710669)

<a name"0.1.0">

0.1.0 (2015-09-27)

Bug Fixes

  • Componentize: lifecycle action should accept current props as _1 (c4f0d8b4)

Features

  • Componentize:
    • clean up in componentWillUnmount (c16c0adf)
    • action will trigger a setState call (a66e948b)
    • make sure render works as expected (1f2227df)
    • add mapDispatchToActions to _4 (58a0f1b0)
    • pass in lifecycle arguments to action creators (5983d537)
    • invoke functions return by mapDispatchToLifecycle (27200f7f)
    • add mapDispatchToLifecycle to args (125709cf)
    • add createStore and reducer to Componentize args (69078224)
    • should returns ReduxComponent (d59c5708)
    • add createComponent (b8695ee0)
    • make sure it exists (bef6a877)