Releases: sjmc11/tourguide-js
Releases · sjmc11/tourguide-js
v0.0.19-alpha
Fix [#46]
- No longer call
beforeLeave
callback when triggering a step for the first time.
What's Changed
- Added a check for start of tour in handleVisitStep.ts to fix issue#46 by @yukhnevych in #47
New Contributors
- @yukhnevych made their first contribution in #47
Full Changelog: v0.0.18-alpha...v0.0.19-alpha
v0.0.18-alpha
Support the propagateEvents
configuration option to allow clicking elements in the highlighted area.
v0.0.17-alpha
Minor fixes & improvements
Issue fixes & Improvements
What's Changed
- Support for dialog overlapping target elements that occupy a large portion of screen size
- Don't set target element for steps unless it is found by @arnaudbroes in #29
- Fix strict ts types error when verbatimModuleSyntax by @garlandcrow in #28
Full Changelog: v0.0.12-alpha...v0.0.16-alpha
TS import fixes + type declarations
What's Changed
- fix: Fix optional arrow and mandatory callback types by @danidee10 in #26
- tour.d.ts file now present in library
New Contributors
- @danidee10 made their first contribution in #26
New NPM version released
version 0.0.12 available on NPM
Full Changelog: v0.0.11-alpha...v0.0.12-alpha
v0.0.11-alpha
What's Changed
- Fix
tourGroup
not being set in localStorage andhandleFinishTour()
not closing modal on first call. by @mjgwood in #11 - Fix type imports from floating-ui dep by @garlandcrow in #10
- Fix #14 - Arrow positioning fix for corner placement by @sjmc11 in #24
- Fix #21 - Block tour navigation and exit while promises are awaited (beforeEnter, afterEnter etc..)
Full Changelog: v0.0.1-alpha...v0.0.11-alpha
Initial release
Initial alpha release of the TourGuide library. This is an experimental package interpreted and extended from a custom Vue SPA component built for a commercial project into a standalone Typescript library.
I am aware of some issues on initial release and will go on to document and resolve these in future building up to a production release.