Skip to content

Latest commit

 

History

History
154 lines (68 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

154 lines (68 loc) · 4.71 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.1 (2018-01-07)

Bug Fixes

  • connect-to-state: merge controlled props onto state before reduce (7fb0b7b)

0.5.0 (2018-01-06)

Features

  • determine whether to dispatch new props or not (afe6127)

0.4.2 (2018-01-06)

Bug Fixes

  • onChange with internal state (3db6a9d)

0.4.1 (2018-01-06)

0.4.0 (2018-01-05)

Features

  • with render prop as well as children (868fe13)

0.3.5 (2018-01-04)

Bug Fixes

  • avoid sending out props passed in (86c8950)

0.3.4 (2018-01-04)

Bug Fixes

  • connected-style of components works; focus + hover in example (9223efe)

0.3.3 (2018-01-04)

0.3.2 (2018-01-04)

Bug Fixes

  • NO_IDENTITY was required by one function (47e8467)
  • lifecycle: init should happen on componentDidMount (d15ddba)

0.3.1 (2018-01-03)

Bug Fixes

  • component instantiate should not use init by default (2daafdf)

0.3.0 (2017-12-14)

Features

0.2.0 (2017-10-21)

Features

  • withLifecycleStateLogic simplifies lifecycle of component state (b647960)

0.1.2 (2017-10-19)

Bug Fixes

  • runtime error if missing react-redux or redux (1119178)

0.1.1 (2017-10-19)

0.1.0 (2017-10-19)

Features

  • asConnectedComponent to remove the boilerplate (30d79af)

0.0.1 (2017-10-18)

Features

  • connected fields load in redux (b914e9f)
  • connectState (1395a07)
  • identified component state (94e9b5e)
  • input and receive children as function (35cc7be)
  • input and receive children as function (2ee0e04)
  • make it conventional (319cb84)
  • send identity to reducers (a93b6e4)
  • simplified connectToState (d033cb7)