Releases: Kinark/Materialize-stepper
Releases · Kinark/Materialize-stepper
3.1.0
3.0.1
3.0.0
Features
- Added
stepopen
andstepclose
custom events; - Added
stepTitleNavigation
option as suggested in #62; - Added a default
validationFunction
.
Fixes
- Fixed #54 where you couldn't add a step to the end of the stepper;
- Fixed #58 where specified
false
options were ignored; - Fixed #60 where
stepchange
event was not being fired when clicking on step-titles. - Refactored getUnknownHeight method to fix some bugs and optimize stuff;
- Fixed animations issues;
- Full migration to yarn.
3.0.0-beta.1.1.1
Fixed some issues and readded an option.
Check CHANGELOG.md to learn more.
3.0.0-beta.1.1
Fixing issues #50 and #51.
Also adding the new resetStepper()
method.
Check CHANGELOG.md to learn more.
MStepper 3.0.0-beta.1.0.1
Some bugs were fixed:
- Fixed the incorrect utilization of forEach in some cases (like in HTMLCollections, for example);
- Fixed binding of added/removed steps through activate/deactivateStep functions;
- Fixed the tabbing issue on horizontal steppers (#49);
- Fixed the submitting, now it calls the formValidation (if any) before submitting the form;
- Fixed some other code issues.
MStepper 3.0.0-beta.1
The plugin was rewritten from scratch. Now it doesn't require jQuery anymore and is fully modularized. Check the changelog for more details.