Date format: d/m/y
- Added NPM package.
- Fixed step-title margins;
- Added small CSS callback for browsers that don't support calc() on CSS.
- Fixed 2 seconds animation bug on deactivateStep. Sorry!
- Fixed animations with last step dinamically added (on verticals) again... Sorry, again ;-;
- Fixed last steps dinamically added issue;
- Fixed dinamically added steps on horizontal stepper (a little buggy animation on last step dinamically added on horizontal steppers);
- Added autoFocusInput, autoFormCreation and showFeedbackLoader options.
- Fixed horizontal stepper paddings and margins for materialize 0.98 cards;
- Responsive horizontal stepper on width 993px!;
- Callback to activateStep(), deactivateStep(), prevStep() and nextStep() functions;
- Small code improvements;
- Now you're able to have multiple nextstep buttons with multiple feedbacks;
- Now "Submit" button also activate feedback functions (and you can submit your stepper/form with submitStepper() function afterwards);
- prevStep() won't work if the active step is feedbacking;
- stepsNavigation option for linear steppers.
- Fixed callback error on openStep() function;
- Callback for openStep() function;
- New form spawn system;
- New submitStepper() function.
- jQuery Validation Plugin is now optional.
- Custom custom events added!;
- Fixed validation for the last step submit button;
- Fixed custom events order... again...;
- resetStepper() function added;
- getActiveStep() function added;
- Fixed the possibility of double feedback-screens appear;
- Easing added on animations;
- Step labels added;
- Fixed wrapping buttons on button-actions;
- Removed stepper max-width;
- New feedbacking class on feedbacking steps;
- Browsers prefixes added;
- ADDED HORIZONTAL STEPPERS!
- Fixed functions not working with hidden steps (dynamically added ones);
- Done steps has blue background-color.
- Fixed non-linear steps on multiple steppers pages;
- Small margin on rows added.
- Multiple steps in one page!!!!!
- Now the step numbers are shown with the css property counter;
- Fixed custom events order;
- Fixed nextStep always triggering feedback function;
- PrevStep function removes wrong class from previous active step;
- New function showError;
- New functions activateStep and deactivateStep;
- You won't need to use updateSteps anymore!
- Fixed some issues with custom events and validation;
- Fixed feedback functions (they disappeared!);
- Fixed openStep working with dynamically added steps;
- Fixed small jump in animation that was causing scroll jump;
- Fixed simple css bugs.
- Fixed openStep() numbers (was counting from 0(like, 0=1));
- Fixed index only visible steps;
- Add updateSteps() function;
- The .wrong class given to the step is more accurated (more like onkeyup);
- Allow to trigger next and prev step when user clicks on the next/prev step itself on linear stepper;
- Added custom events;
- Decrease label error font size;
- Fixed (again) labels;
- Fixed (again) inputs margins/paddings;
- Fixed radio/checkbox error labels (added messages).
- Fixed radio/checkbox inputs jQuery Validation issues: there's no more error message for those.
- Fixed overflow issues, causing hidden select inputs (and maybe other troubles).
- Fixed inputs margin problems.
- Released!