Releases: LeDDGroup/uniform-react-components
Releases · LeDDGroup/uniform-react-components
v3.0.0
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
2.0.2 (2018-11-14)
Bug Fixes
- incorrect type declaration (c873b1f)
v2.0.1
2.0.1 (2018-11-09)
Bug Fixes
- not passing extra props to created component by (8fcb030)
v2.0.0
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
1.4.1 (2018-11-07)
Bug Fixes
- not syncing with new value prop (a3b234e)
v1.4.0
1.4.0 (2018-11-06)
Bug Fixes
- not handling select props (2d8b197)
Features
- handle value property too (e5ffe16)
v1.3.0
1.3.0 (2018-11-06)
Features
- add default values for inputs (d510f2f)
v1.2.0
1.2.0 (2018-10-29)
Features
v1.1.0
1.1.0 (2018-10-24)
Features
- allow not specifying onChange property (099c6f2)
v1.0.1
1.0.1 (2018-10-24)
Bug Fixes
- put dynamic-on-change in dependencies (9fccab8)