Releases: italoiz/unform-community-packages
Releases · italoiz/unform-community-packages
Bug Fixes
- material-ui: Fix the package typings output correctly (c2ce799), closes #29
1.0.4 (2020-09-13)
Bug Fixes
- select: Shrink select field when zero value is present (c5fb062)
1.0.2 (2020-07-21)
🐛 Bug Fixes
- Fix the input label not shriking when input focus (74f218f), closes #26
1.0.1 (2020-05-26)
🐛 Bug Fixes
- Select component with multiple values are work now (9ad240e), closes #13
- Shrink label on TextField when value is not empty (bcc3901), closes #18
- Update select field value when setData is called (d8df8e8), closes #17
v1.0.0
v1.0.0 (2020-02-25)
🚀 New Features
💥 Breaking Change
v0.2.0
🚀 Features
- Add
<Select />
component (#3)
First release
🚀 Features
- Add TextField component. use
<TextField />
;