Releases: carlos-algms/formik-material
Releases · carlos-algms/formik-material
v1.5.2
1.5.2 (2021-10-22)
Bug Fixes
- Field's onBlur and onChange will work along with Formik (d8d7533)
v1.5.1
1.5.1 (2021-10-21)
Bug Fixes
- Form: will always pass FormikProps to a children function (3ef5b21)
v1.5.0
1.5.0 (2021-10-20)
Features
- Form: Render children when a function is passed (0275ef8)
v1.4.2
1.4.2 (2021-10-20)
Bug Fixes
- Export DateField from root level (f913e19)
v1.4.1
1.4.1 (2021-10-18)
Bug Fixes
- Make label a ReactNode instead of string (29a0d28)
v1.4.0
1.4.0 (2021-10-18)
Bug Fixes
- Omit
format
prop and fix input type (e538b6d)
Features
v1.3.0
1.3.0 (2021-10-14)
Features
- Add Formik helpers to the submit callback (#24) (f06bc39)
v1.2.0
1.2.0 (2021-09-28)
Features
- checkbox: Adding the checkbox field (#22) (74e3af4)
v1.1.1
🐛 Fixes
- fix: Properly export Password Field from index
v1.1.0
🚀 Features
- Added the new Password field