Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

materialize-stepper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

materialize-stepper - npm Package Versions

3.1.0

Diff

Changelog

Source

3.1.0 (04/07/19)

Features
  • Added updateStepper method (as suggested at #78);
Fixes
  • Fixed autoFormCreation: false not working (fixes #73);
kinark
published 3.0.1 •

Changelog

Source

3.0.1 (09/03/19)

Fixes
  • 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 (12/12/18)

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.
Docs
  • Added demos to API docs;
  • Updated sidebar with all sections.
kinark
published 3.0.0 •

Changelog

Source

3.0.0-beta.1.1.1 (28/11/18)

  • Added textarea when inputs need to be queried (fixes some issues);
  • Fix the listeners unbinding of steps that are being removed;
  • Readded autoFocus option.
kinark
published 3.0.0-beta.1.1.1 •

Changelog

Source

3.0.0-beta.1.1.1 (28/11/18)

  • Added textarea when inputs need to be queried (fixes some issues);
  • Fix the listeners unbinding of steps that are being removed;
  • Readded autoFocus option.
kinark
published 3.0.0-beta.1.1.0 •

kinark
published 3.0.0-beta.1.0.1 •

Changelog

Source

3.0.0-beta.1.0.1 (13/11/18)

  • 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.
kinark
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 (05/11/18)

In this version a master refactoring was made. Total modularization of CSS (with SASS), refacoring of all the javascript,

  • Total modularization and partial refactoring of CSS:
    • Everything in SASS;
    • Everything modularized;
    • Now all the transitions are CSS powered!
    • The horizontal transition is triggered by just adding/removing the class active on the step;
    • Now the steps use padding-bottom instead of margin-bottom to make the height calculation easier;
  • Refactoring of the JS code:
    • No longer requires jQuery or any other dependency;
    • Now it requires you to create an instance with new;
    • Removal of the integration with jQuery Validate, since there's A LOT of plugins and you may want to use some other one. To validate the steps, just define a validationFunction in the options and return a boolean (more in the docs);
    • Removal of parallel stepper due to the adding of the validation function;
    • Some methods/options such as resetStepper and autoFocusInput are still missing;
    • Custom events and showError function were removed;
    • Added more events and removed some other ones. Check the docs for more information;
    • prevStep() now destroyes feedback preloader;
  • Adding of gulp to make the development easier;
  • Moved docs to the gh-pages, instead of the readme.
kinark
published 2.1.4 •

Changelog

Source

2.1.4 (14/06/17)

  • Added NPM package.
kinark
published 2.1.3 •

Changelog

Source

2.1.3 (28/03/17)

  • Fixed step-title margins;
  • Added small CSS callback for browsers that don't support calc() on CSS.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc