v-onboarding
v-onboarding copied to clipboard
v-onboarding is a super-slim, fully-typed onboarding component for Vue 3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.3.4 to 2.9.15. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.6 to 2.9.13. Changelog Sourced from vite's changelog. 2.9.13 (2022-06-27) fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805 fix(wasm): support decoding...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.6 to 2.9.13. Changelog Sourced from vite's changelog. 2.9.13 (2022-06-27) fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805 fix(wasm): support decoding...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
The current solution of masking the current target using svg mask has some drawbacks - It doesnt account for any zoom applied to a parent element, and it also does...
**Describe the bug** Error TS7016 on the import line import { VOnboardingWrapper, useVOnboarding } from '_v-onboarding_' ``` Could not find a declaration file for module 'v-onboarding'. '..../node_modules/v-onboarding/dist/v-onboarding.es.js' implicitly has an...
**Describe the bug** The white "gap" in the overlay that is supposed to highlight the element being described by a step is offset horizontally and vertically. The Popper dialog is...
**Describe the bug** I have a large panel that displays a graph. I would like to explain this graph to my users. The issue occurs when I reach the `step`...
Hi! It appears that even with `preventOverlayInteraction` set to false, this package still applies blocking dom listeners that prevent clicks, focusin, etc.. The following workaround works locally, however in my...
Hi! First of all, thanks for building such a great package. I'm trying to build an onboarding tutorial in my app's VueFlow editor, however given that the user can pan...