Skip to content

Releases: carlos-algms/formik-material

v1.5.2

22 Oct 21:42
Compare
Choose a tag to compare

1.5.2 (2021-10-22)

Bug Fixes

  • Field's onBlur and onChange will work along with Formik (d8d7533)

v1.5.1

21 Oct 09:21
Compare
Choose a tag to compare

1.5.1 (2021-10-21)

Bug Fixes

  • Form: will always pass FormikProps to a children function (3ef5b21)

v1.5.0

20 Oct 22:08
Compare
Choose a tag to compare

1.5.0 (2021-10-20)

Features

  • Form: Render children when a function is passed (0275ef8)

v1.4.2

20 Oct 12:05
Compare
Choose a tag to compare

1.4.2 (2021-10-20)

Bug Fixes

  • Export DateField from root level (f913e19)

v1.4.1

18 Oct 18:00
Compare
Choose a tag to compare

1.4.1 (2021-10-18)

Bug Fixes

  • Make label a ReactNode instead of string (29a0d28)

v1.4.0

18 Oct 17:34
Compare
Choose a tag to compare

1.4.0 (2021-10-18)

Bug Fixes

  • Omit format prop and fix input type (e538b6d)

Features

  • Add DateField component (91d959e)

v1.3.0

14 Oct 12:04
Compare
Choose a tag to compare

1.3.0 (2021-10-14)

Features

  • Add Formik helpers to the submit callback (#24) (f06bc39)

v1.2.0

28 Sep 22:49
Compare
Choose a tag to compare

1.2.0 (2021-09-28)

Features

  • checkbox: Adding the checkbox field (#22) (74e3af4)

v1.1.1

27 Sep 19:15
Compare
Choose a tag to compare

🐛 Fixes

  • fix: Properly export Password Field from index

v1.1.0

23 Sep 19:34
Compare
Choose a tag to compare

🚀 Features

  • Added the new Password field