Skip to content

Releases: italoiz/unform-community-packages

[email protected]

22 Sep 20:42
Compare
Choose a tag to compare

Bug Fixes

  • material-ui: Fix the package typings output correctly (c2ce799), closes #29

[email protected]

13 Sep 17:35
Compare
Choose a tag to compare

1.0.4 (2020-09-13)

Bug Fixes

  • select: Shrink select field when zero value is present (c5fb062)

[email protected]

21 Jul 22:03
Compare
Choose a tag to compare

1.0.2 (2020-07-21)

🐛 Bug Fixes

  • Fix the input label not shriking when input focus (74f218f), closes #26

[email protected]

26 May 06:34
Compare
Choose a tag to compare

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

25 Feb 18:35
79e2d50
Compare
Choose a tag to compare

v1.0.0 (2020-02-25)

🚀 New Features

💥 Breaking Change

v0.2.0

08 Jun 19:48
e6d66ef
Compare
Choose a tag to compare

🚀 Features

  • Add <Select /> component (#3)

First release

07 Jun 05:54
7d065ac
Compare
Choose a tag to compare

🚀 Features

  • Add TextField component. use <TextField />;