Releases: techlab/jquery-smartwizard
Releases · techlab/jquery-smartwizard
v4.2.1
Updated repository structure with src, dist, test
Added gulp automation tasks
Added validation and bundling
Included basic test file
v4.1.7
- Themes updated (dots and circles)
- Examples updated
v4.1.5
- Updated to
v4.1.5
- New option:
contentCache
On or Off caching of step contents on ajax calls, if false content is fetched always from ajax url
- New option:
ajaxSettings
Provide extra settings for step ajax content calls
v4.1.2
Patch update:
- option "markAllPreviousStepsAsDone" is enabled for "selected" option
- while reset, set hash is now controllable using "showStepURLhash" option
v4.1.1
- New options: showStepURLhash, removeDoneStepOnNavigateBack, markAllPreviousStepsAsDone, hiddenSteps
- New parameter on showStep event, name: stepPosition values: first, final, middle
- New public method, stepState. Function to Dynamically disable/enable hide/show steps
- Added compatible with latest jQuery versions (jQuery 1.9+, jQuery 2+, jQuery 3+)
- Option 'toolbarExtraButtons' now accepts elements as jQuery objects
- Code optimized
- Bug fixes
v4.0.5
- Updated to version v4.0.5
- Get direction navigaion on leaveStep and showStep events
- New Events added: beginReset, endReset, themeChanged
- Examples updated
v4.0.1
- Updated to AllNew Smart Wizard 4.x
- Completely rewritten the code from scratch
- Added bootstrap support
- Added the theme support
- Customizable toolbar
- and many more features and features added