fix(deps): update dependency smartwizard to v6 #212
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~4.4.0
->~6.0.0
Release Notes
techlab/jquery-smartwizard (smartwizard)
v6.0.6
Compare Source
v6.0.5
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
v6.0.1
Compare Source
Added: Support for jQuery Slim version
Added: Public function
fixHeight
. See http://techlaboratory.net/jquery-smartwizard#func-fixheightAdded: Public function
setState
. See http://techlaboratory.net/jquery-smartwizard#func-setstate https://github.com/techlab/jquery-smartwizard/issues/131Added: Public function
unsetState
. See http://techlaboratory.net/jquery-smartwizard#func-unsetstateAdded: Public function
getStepInfo
to get step index and total steps. See http://techlaboratory.net/jquery-smartwizard#func-getstepinfoAdded:
goToStep
function with force parameter. See http://techlaboratory.net/jquery-smartwizard#func-gotostepAdded: Built-in progressbar
Added: New themes, Square and Round
Added: Dots and Square these can have progressbar on navigation by adding
nav-progress
CSS Class.Added: Colors are changable dynamically using CSS variables.
Added: Bootstrap 5 support
Added: Num(badge) class support on all themes
Added: RTL (Right-to-left language) support https://github.com/techlab/jquery-smartwizard/issues/72
Added:
initialized
event . See http://techlaboratory.net/jquery-smartwizard#event-initialized https://github.com/techlab/jquery-smartwizard/issues/118Added: Move CSS class names to options
Added: Transition animations can be extended
Added: CSS Animations support on transition animations. Supports Animate.css
Changed: JavaScript and CSS code is rewritten
Changed: Imporoved all CSS themes
Changed: Made most of the options can changed with
setOptions
functionChanged: Rewritten option names and properties with minimal and meaningful names
Changed: Improved transition animations
Fixed: Reset doesn't clear the existing steps of the error state. https://github.com/techlab/jquery-smartwizard/issues/134
Fixed:
goToStep
method fails to recognize the correct step https://github.com/techlab/jquery-smartwizard/issues/133Fixed: URL Navigation to check if step visited. https://github.com/techlab/jquery-smartwizard/issues/140
Fixed: Fixed and also added
fixHeight
public function to refresh content height. https://github.com/techlab/jquery-smartwizard/issues/142 https://github.com/techlab/jquery-smartwizard/issues/116 https://github.com/techlab/jquery-smartwizard/issues/88 https://github.com/techlab/jquery-smartwizard/issues/114 https://github.com/techlab/jquery-smartwizard/issues/101Fixed: CSS Files are empty https://github.com/techlab/jquery-smartwizard/issues/113
Fixed: stepNumber is incorrect on showStep event when no transition https://github.com/techlab/jquery-smartwizard/issues/112
Fixed: showStep showing Null instead of index 0 on initializing https://github.com/techlab/jquery-smartwizard/issues/109
Fixed: showStep's stepIndex contains previous index https://github.com/techlab/jquery-smartwizard/issues/103
Fixed: Content not showing when used inside a Bootrap 4 modal https://github.com/techlab/jquery-smartwizard/issues/98
Fixed: Other fixes https://github.com/techlab/jquery-smartwizard/issues/111 https://github.com/techlab/jquery-smartwizard/issues/107 https://github.com/techlab/jquery-smartwizard/issues/86
Removed:
this.options.toolbar.buttonPosition
is removedRemoved:
cycleNavigation
is removedRemoved: Dark mode is removed. Added CSS variable support to change any colors. See example for dark colors.
v5.1.1
Compare Source
leaveStep
event has new parameter =>nextStepIndex
stepDirection
onleaveStep
eventv5.0.0
Compare Source
All new jQuery SmartWizard v5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.