Skip to content

Releases: AdrianVillamayor/Wizard-JS

1.9.9

22 May 08:50
Compare
Choose a tag to compare
  • 4 new params related to highlights have been added

    • highlight. => Allows you to show or hide the highlight
    • wz_highlight => Class for highlights
    • highlight_type => Display time for highlight
    • highlight_time => Allows to identify the different highlight effects and to define a class for them
  • Clean up documentation.

  • Add control for visual steps.

Full Changelog: v1.9.8...v1.9.9

1.9.8

22 May 07:00
16b839e
Compare
Choose a tag to compare
  • Hot fix, for steps in a form that do not contain inputs

Full Changelog: v1.9.6...v1.9.8

1.9.6

19 May 08:01
Compare
Choose a tag to compare

Added update() method to load or delete wizard steps without having to delete and recreate the wizard. (#8)

Events have been updated to make them clearer and easier to manage.

Removed layers of complexity in the code for better performance.

The param nav has been added to allow the header navigation to be completely hidden.

A couple of new bugs have been added.

Code has been refactored.

Full Changelog: v1.9.3...v1.9.6

1.9.3

12 Jan 10:01
Compare
Choose a tag to compare
  • Error correction with the priorities

  • A CustomEvent has been added to identify when the wizard is fully generated and loaded. (#6 ).

  • readyWizard
  • The variable system of the code has been updated, and all variables declared with var
  • A control has been added so that the invocation of the same wizard cannot be repeated.
  • The URL and email validation system has been changed to avoid ReDOS.
  • A small bug has been fixed in which when changing backward step in a form with validation, an error occurred if this was not completed.

Full Changelog: v1.9.1...v1.9.3

1.9.1

15 Dec 11:19
Compare
Choose a tag to compare

A change from v1.9 has been rectified.

  • Before:

    If you add the buttons:false or navigation: "nav" option, all buttons, including Send/Finish, will be hidden.

  • Now

    If you add the option buttons:false all buttons will be hidden, including Send/Finish.

The navigation: "nav" option will continue to have the Send/Finish button unless buttons:false is used.

Full Changelog: v1.9...v1.9.1

1.9

15 Dec 10:52
Compare
Choose a tag to compare
1.9
  • Events have been added for navbar navigation (#5).
  • forwardNavWizard
  • backwardNavWizard
  • Issue #4 has been fixed, now if you add the option buttons:false or navigation: "nav", all buttons will be hidden, including Submit/Finish.
  • Visual bugs have been corrected

Full Changelog: v1.8...v1.9

1.8

02 Aug 09:58
Compare
Choose a tag to compare
1.8
  • Resolve issue #3

  • Now the event management is handled by the same wizard, instead of documents. Allowing better control with multiple and single wizards.

  • New event errorFormValidatorWizard .

  • Code documentation has been added.

Full Changelog: v1.7.6...v1.8

1.7.6

10 Mar 11:24
Compare
Choose a tag to compare

Full Changelog: v1.7.5...v1.7.6

1.7.5

10 Mar 08:47
Compare
Choose a tag to compare

Full Changelog: v1.7.4...v1.7.5

1.7.4

09 Mar 10:41
Compare
Choose a tag to compare

Full Changelog: v1.7.3...v1.7.4