Ngx Joyride Versions Save

Angular Joyride/Tour library

2.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tnicola/ngx-joyride/compare/2.4.0...2.5.0

2.4.0

3 years ago

Features

#287 Added support for Angular 11

Bug fixes

#79 Added support for server side #133 Server side rendering fix

2.3.0

3 years ago

#85 Added Angular 9 support

v2.2.9

5 years ago

New Features

  • Added a new option waitingTime: a timeout between going to route and showing tour step

Bug fixing:

  • Fixed a bug in IE11, Edge and Firefox. (#46)

v.2.2.8

5 years ago

New Features

  • Added startWith option to start the tour at a specific step (#38)
  • Added ids to backdrop and step divs to customize styles (#41) @j0shko

Bug fixing:

  • The tour is handled gracefully whenever a step is missing/hidden by *ngIf (#39)

v.2.2.4

5 years ago

Bug fixing:

  • Fixed autoscroll issue (#31 )

v2.2.3

5 years ago

New features:

  • Using async translations in title and text Input. (#16 )

v2.2.0

5 years ago

BugFixes:

  • Background flickering between steps. (#18 )

Features:

  • Prev, Next and Done button are customizable (#19 )
  • Counter component is customizable (#19 )

v2.1.2

5 years ago

New feature:

  • added stepContentParams to pass dynamic data to ng-template (by @viv7i )

v2.1.1

5 years ago

BugFixes:

  • fix:(angular-ssr) replacing close.svg with a component (#13 )
  • fix(angular-ssr): do not use window and document on server side