fix(deps): update dependency nuxt-tour to ^0.1.0#141
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.0.40→^0.1.0Release Notes
BayBreezy/nuxt-tour (nuxt-tour)
v0.1.0Compare Source
compare changes
This is a major rewrite of nuxt-tour. The module has been rebuilt from scratch with a new composable-first architecture, a pure-CSS default stylesheet, richer storage handling, and improved SSR safety. See the breaking changes section before upgrading.
💥 Breaking Changes
injectSass→injectCSS: The module optioninjectSasshas been renamed toinjectCSS. The default stylesheet is now a plain CSS file (tour.css) with CSS custom properties instead of SCSS.#nuxt-tour/typesinstead of#nuxt-tour/props.TourProps→TourConfig: The main component props type has been renamed toTourConfig.ButtonProp→ButtonConfig: The button configuration type has been renamed toButtonConfig.onTourStart→tour:start,onTourEnd→tour:end. New events:tour:skipandtour:step-change({ from, to }).onCompleteandonSkipprops have been removed. Use@tour:endand@tour:skipevent listeners instead.{ completed, status, completedAt, lastStep, version }instead of a plain boolean. Existing boolean values are automatically migrated on first read.lodash-esremoved: The dependency onlodash-eshas been removed. Deep merging is now handled natively.🚀 Enhancements
useTourcomposable: NewuseTour(name)composable (auto-imported) for controlling any named tour from outside the component. Exposesstart,end,skip,next,prev,goTo,pause,resume,reset,markPlayed,markUnplayed,isActive,isPaused,currentStep,totalSteps,progress,isPlayed,lastPlayedAt, andcompletionStatus(925084b)transitionprop: Newtransitionprop onTourConfigand per-stepTourStepfor tooltip enter/leave animations. Supported values:'fade'(default),'slide-up','slide-down','slide-left','slide-right'(1415b38)saveToLocalStorageprop: Controls when tour progress is persisted —'end'(default),'step'(resume mid-tour on next visit), or'never'(c04d418)ttlprop: Newttl(number of days) prop onTourConfigto set a time-based expiry on completed tours (c04d418)lockScrollprop: NewlockScroll(defaulttrue) prop to prevent page scrolling while the tour is active (c04d418)trapFocusprop: NewtrapFocus(defaulttrue) prop to trap keyboard focus inside the tooltip (c04d418)keyboardprop: Newkeyboard(defaulttrue) prop to enable arrow-key / Escape navigation (c04d418)scrollBehaviorprop: NewscrollBehaviorprop ('jump'|'smooth'|'none', default'jump') to control scroll behaviour between steps (c04d418)storagePrefixmodule option: New module-level option to customise the localStorage key prefix (default"nt") (1f94615)storageVersionmodule option: New module-level option to force already-played tours to show again when bumped (1f94615)onShowstep hook: Step-levelonShowcallback that can returnfalseto abort the step transition (c04d418)tour:skipevent: New emit fired when the user skips the tour (925084b)tour:step-changeevent: New emit fired on every step change, carrying{ from, to }indices (925084b)readEntry,writeEntry,clearEntry,shouldSkipTour,markComplete,saveStepProgress,getResumeStep) for consistent localStorage access with migration support (dc04eaf)--nt-*) on#nt-tooltip. No Sass required. (cb55654)🩹 Fixes
📖 Documentation
ExTransition,ExTransitionPerStep) (97bdf5d, d6d38d9)✅ Tests
🤖 CI
🏡 Chore
.oxlintrc.jsonconfiguration file for linting setup (470dbb6)❤️ Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.