Skip to content

Releases: Riyad-Arafat/formik-stepper

2.2.5

01 Dec 12:06
Compare
Choose a tag to compare

Full Changelog: 2.2.3...2.2.5

2.2.3

01 Dec 11:48
Compare
Choose a tag to compare

Full Changelog: 2.2.2...2.2.3

2.2.2

30 Nov 23:17
61b787a
Compare
Choose a tag to compare

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

13 Apr 11:12
Compare
Choose a tag to compare

Revert

- Fix: Step It has been renamed to FormikStep and the component is now separated as before

2.2.0

10 Apr 01:27
Compare
Choose a tag to compare

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

02 Oct 07:30
fe3e9f4
Compare
Choose a tag to compare
  • Fix: submitting twice #24
  • Fix: prevent unnecessary rendering for Fields
  • Fix: prevent unnecessary render for Stepper
  • Refactor: Reduce FormikButtons Props

2.1.2

08 Aug 05:24
cc158e6
Compare
Choose a tag to compare
  • Fix fields Style
  • Fix import Css in next.js

2.0.4

19 Apr 23:55
Compare
Choose a tag to compare
  • Fix display Stepper Line
  • Compatible with @types/react @5.0.1
  • upgrade peer Dependencies react >=17x

Formik-Stepper @2.0.0

07 Feb 21:50
02236d7
Compare
Choose a tag to compare

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

13 Feb 14:09
Compare
Choose a tag to compare
0.0.1

Merge branch 'master' of https://github.com/riyadelberkawy/formik-ste…