Skip to content

Releases: tnicola/ngx-joyride

2.5.0

01 Jan 21:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

08 Apr 08:13
7158110
Compare
Choose a tag to compare

Features

#287 Added support for Angular 11

Bug fixes

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

2.3.0

02 Jul 12:43
Compare
Choose a tag to compare

#85 Added Angular 9 support

v2.2.9

18 Mar 18:45
Compare
Choose a tag to compare

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

06 Mar 22:22
Compare
Choose a tag to compare

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

27 Jan 12:35
Compare
Choose a tag to compare

Bug fixing:

  • Fixed autoscroll issue (#31 )

v2.2.3

06 Jan 13:59
Compare
Choose a tag to compare

New features:

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

v2.2.0

30 Sep 15:46
Compare
Choose a tag to compare

BugFixes:

  • Background flickering between steps. (#18 )

Features:

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

v2.1.2

02 Sep 20:56
Compare
Choose a tag to compare

New feature:

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

v2.1.1

18 Aug 15:07
Compare
Choose a tag to compare

BugFixes:

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