Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Releases: LeDDGroup/uniform-react-components

v3.0.0

27 Nov 23:09
9d44c45
Compare
Choose a tag to compare

3.0.0 (2018-11-27)

Bug Fixes

  • add 'handle-data-change' to dependencies in package.json (4fe521e)

chore

  • use "render props" instead of HOC (9d44c45)

BREAKING CHANGES

  • use "render props" instead of HOC

v2.0.2

14 Nov 03:01
c873b1f
Compare
Choose a tag to compare

2.0.2 (2018-11-14)

Bug Fixes

  • incorrect type declaration (c873b1f)

v2.0.1

09 Nov 00:04
8fcb030
Compare
Choose a tag to compare

2.0.1 (2018-11-09)

Bug Fixes

  • not passing extra props to created component by (8fcb030)

v2.0.0

08 Nov 19:32
5b69857
Compare
Choose a tag to compare

2.0.0 (2018-11-08)

Features

  • update stored value on re-render (5b69857)

BREAKING CHANGES

  • use hocs instead of extending 'Uniform' component
    It doesn't rely on implementing "componentDidUpdate" calls for updating
    stored data

  • refactor: replace dynamic-on-change for handle-data-changes

  • refactor: improve exported interfaces

  • feat: use "path" from updated handle-on-change(@1.3.1)

  • feat: allow SFC

  • docs: update readme

v1.4.1

07 Nov 01:16
Compare
Choose a tag to compare

1.4.1 (2018-11-07)

Bug Fixes

  • not syncing with new value prop (a3b234e)

v1.4.0

06 Nov 16:08
Compare
Choose a tag to compare

1.4.0 (2018-11-06)

Bug Fixes

  • not handling select props (2d8b197)

Features

  • handle value property too (e5ffe16)

v1.3.0

06 Nov 16:06
Compare
Choose a tag to compare

1.3.0 (2018-11-06)

Features

  • add default values for inputs (d510f2f)

v1.2.0

29 Oct 17:53
Compare
Choose a tag to compare

1.2.0 (2018-10-29)

Features

v1.1.0

24 Oct 14:39
Compare
Choose a tag to compare

1.1.0 (2018-10-24)

Features

  • allow not specifying onChange property (099c6f2)

v1.0.1

24 Oct 04:36
Compare
Choose a tag to compare

1.0.1 (2018-10-24)

Bug Fixes

  • put dynamic-on-change in dependencies (9fccab8)