Skip to content

Releases: sjmc11/tourguide-js

v0.0.17-alpha

30 Aug 19:59
Compare
Choose a tag to compare

Minor fixes & improvements

Issue fixes & Improvements

16 Mar 11:26
Compare
Choose a tag to compare

What's Changed

TS import fixes + type declarations

05 Jan 11:28
Compare
Choose a tag to compare

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

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

11 Dec 18:40
1ea05fc
Compare
Choose a tag to compare

What's Changed

  • Fix tourGroup not being set in localStorage and handleFinishTour() 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

11 Nov 16:31
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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.