Skip to content

12.0.0

Compare
Choose a tag to compare
@hakimio hakimio released this 30 Nov 14:02
· 36 commits to master since this release

Features

  • Support for Angular 17
  • New asyncStepTimeout config. It's now possible to have optional async steps if asyncStepTimeout is specified.
  • Default step template now contains tour progress indicator. Can be disabled using showProgress config.
  • ion-popover: Ionic standalone components are now used instead of Ionic module.
  • md-menu: tour steps now show an arrow pointing at the anchor element. Can be disabled using showArrow config.

tour-step

Breaking Changes

  • Angular 16 is no longer supported
  • md-menu: tour step arrow is now enabled by default and in some cases, for example, when a small anchor element is positioned at the edge of the screen, tour step arrow might not align correctly with the tour anchor. In that case placement config can be used to adjust tour step position and fix the alignment or the arrow can be hidden using showArrow config.
  • ion-popover: due to migration to Ionic standalone components, @ionic/angular version requirement has been set to ^7.5.6.