v1.3.0
🚀 New Features
- Bottom button row can now be removed/hidden using the new
removeBtnRowprop on each desired<ProgressStep />component (#38). - Current step can be changed without needing to click the previous/next buttons by updating and managing the
activeStepprop on the<ProgressSteps />component (#38). isCompleteprop has been added to the<ProgressSteps />component to mark all steps as completed (#38).completedLabelColorprops has been added to the<ProgressSteps />component to change the label color of a completed step (#38).
🐛 Bugs Fixed
- Fixes issue where the
activeStepcould be set higher than the total number of steps. - Fixes issue where the border width changed from the original default value.