Releases: Riyad-Arafat/formik-stepper
Releases · Riyad-Arafat/formik-stepper
2.2.5
Full Changelog: 2.2.3...2.2.5
2.2.3
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- Update the lib version and publish it to npm by @Riyad-Arafat in #34
- Update the demo examples to use the latest version of formik-stepper by @Riyad-Arafat in #33
Full Changelog: 2.2.1...2.2.2
2.2.1
Revert
- Fix: Step It has been renamed to FormikStep and the component is now separated as before
2.2.0
Changed
- FormikStep: renamed to <FormikStep.Step/> and now contained in FormikStepper for better organization and readability
- circleColor & labelColor: removed to simplify and streamline component usage
- label & icon: Now accepts ReactNode for increased flexibility and customizability.
Fixed
- RadioField: Resolved a bug causing issues with field functionality
- Save Errors: Corrected error that was previously preventing steps navigation correctly
Added
- style prop: Added a style prop for FormikStep for even more control over component styling.
- ESLint: Implemented ESLint to ensure code quality and consistency.
2.1.4
2.1.2
- Fix fields Style
- Fix import Css in next.js
2.0.4
- Fix display Stepper Line
- Compatible with @types/react @5.0.1
- upgrade peer Dependencies react >=17x
Formik-Stepper @2.0.0
This is the second version of that package in which we have added some new features and improved performance and reduced some of the props in some components in order to help ease of use. And we have added some new input fields like [SelectField, RadioField]. I hope you like it :)
Formik-Stepper
0.0.1 Merge branch 'master' of https://github.com/riyadelberkawy/formik-ste…