Materialize Stepper Versions Save

A little plugin that implements a stepper to Materializecss framework.

3.1.0

4 years ago

Features

  • Added updateStepper method (as suggested at #78);

Fixes

  • Fixed autoFormCreation: false not working (fixes #73);

3.0.1

5 years ago

3.0.1 (09/03/19)

  • Replaced literal classes by the global constant references (fixes #67);
  • Fixed conflict with .active classes (fixes #65);
  • Removed useless and unused linearStepsNavigation option;
  • Code optimizations.

3.0.0

5 years ago

Features

  • Added stepopen and stepclose 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

5 years ago

Fixed some issues and readded an option. Check CHANGELOG.md to learn more.

3.0.0-beta.1.1

5 years ago

Fixing issues #50 and #51. Also adding the new resetStepper() method. Check CHANGELOG.md to learn more.

3.0.0-beta.1.0.1

5 years ago

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 (https://github.com/Kinark/Materialize-stepper/issues/49);
  • Fixed the submitting, now it calls the formValidation (if any) before submitting the form;
  • Fixed some other code issues.

3.0.0-beta.1

5 years ago

The plugin was rewritten from scratch. Now it doesn't require jQuery anymore and is fully modularized. Check the changelog for more details.

2.1.5

6 years ago

Yep.

2.1.4

6 years ago