Skip to content

Releases: Kinark/Materialize-stepper

3.1.0

04 Jul 20:57
Compare
Choose a tag to compare

Features

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

Fixes

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

3.0.1

09 Mar 23:12
Compare
Choose a tag to compare

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

21 Jan 18:48
Compare
Choose a tag to compare

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

29 Nov 01:37
Compare
Choose a tag to compare
3.0.0-beta.1.1.1 Pre-release
Pre-release

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

3.0.0-beta.1.1

27 Nov 01:59
Compare
Choose a tag to compare
3.0.0-beta.1.1 Pre-release
Pre-release

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

13 Nov 04:27
Compare
Choose a tag to compare
Pre-release

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

05 Nov 09:28
Compare
Choose a tag to compare
MStepper 3.0.0-beta.1 Pre-release
Pre-release

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

Bug fix and parallel stepper

02 Dec 00:51
42748d4
Compare
Choose a tag to compare

2.1.4

14 Jun 07:53
Compare
Choose a tag to compare

Added NPM package #11