Skip to content

build(deps): bump smartwizard from 6.0.6 to 7.0.2#1805

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/smartwizard-7.0.2
Open

build(deps): bump smartwizard from 6.0.6 to 7.0.2#1805
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/smartwizard-7.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps smartwizard from 6.0.6 to 7.0.2.

Release notes

Sourced from smartwizard's releases.

v7.0.1

All new jQuery SmartWizard v7 — full TypeScript rewrite

Full Changelog: https://github.com/techlab/jquery-smartwizard/blob/master/CHANGELOG.md#v701

Changelog

Sourced from smartwizard's changelog.

v7.0.2

  • Fixed: destroy method corection
  • Fixed: _reset.scss The reset breaks Bootstrap, Tailwind, and modern CSS frameworks #191

v7.0.1

All new jQuery SmartWizard v7 — full TypeScript rewrite

  • Added: Complete rewrite in TypeScript with bundled type declarations (dist/types/)

  • Added: displayMode option — auto (follows system preference) | dark | light | none

  • Added: swipeNavigation option — swipe left/right on touch devices to navigate steps (enabled, threshold)

  • Added: Horizontal mouse-wheel scroll on the nav bar when steps overflow

  • Added: behavior.useUrlHash and behavior.supportBrowserHistory options replace old enableUrlHash / backButtonSupport

  • Added: navigation.completed.clickable option — control whether completed steps are re-clickable

  • Added: DATA_ATTRIBUTES constants for data-theme attribute management

  • Added: contentLoader callback for dynamic step content loading

  • Added: CSS animation support for transitions via transition.css (prefix, forward, backward class groups)

  • Added: Nav scroll buttons shown automatically when nav content overflows

  • Added: UMD, ESM, and CJS build outputs

  • Added: scrollToView option — scroll the active step anchor into view on step change

  • Changed: All options restructured with clearer namespacing (see README for full reference)

    • selectedinitialStep
    • autoAdjustHeightbehavior.autoHeight
    • enableUrlHashbehavior.useUrlHash
    • backButtonSupportbehavior.supportBrowserHistory
    • anchor.enableNavigationnavigation.enabled
    • anchor.enableNavigationAlwaysnavigation.alwaysClickable
    • anchor.enableDoneStatenavigation.completed.enabled
    • anchor.markPreviousStepsAsDonenavigation.completed.completeAllPreviousSteps
    • anchor.unDoneOnBackNavigationnavigation.completed.clearOnBack
    • anchor.enableDoneStateNavigationnavigation.completed.clickable
    • transition.animationtransition.effect
    • toolbar.showNextButton / showPreviousButtontoolbar.buttons.showNext / showPrevious
    • toolbar.extraHtmltoolbar.extraElements
    • keyboard.keyNavigationkeyboardNavigation.enabled
    • keyboard.keyLeft / keyRightkeyboardNavigation.keys.left / right
    • langlocalization.buttons
    • disabledSteps, errorSteps, warningSteps, hiddenStepsstepStates.disabled, .error, .warning, .hidden
    • getContentcontentLoader
  • Changed: Events renamed for consistency

    • leaveStepleave.sw
    • showStepshown.sw
    • initializedinitialized.sw
    • loadedloaded.sw
  • Changed: reset() no longer manipulates URL hash unless useUrlHash + supportBrowserHistory are both enabled

  • Changed: transition.css animations require the element to be visible before class is applied (fixes animationend not firing)

  • Changed: this.default(...) references inside transition handlers replaced with direct transitions.default(...) to prevent TypeError when handlers are invoked without object context

  • Changed: Progressbar width uses .toFixed(2) for cleaner CSS values

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [smartwizard](https://github.com/techlab/jquery-smartwizard) from 6.0.6 to 7.0.2.
- [Release notes](https://github.com/techlab/jquery-smartwizard/releases)
- [Changelog](https://github.com/techlab/jquery-smartwizard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/techlab/jquery-smartwizard/commits)

---
updated-dependencies:
- dependency-name: smartwizard
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants