Skip to content

17.0.0

Latest

Choose a tag to compare

@hakimio hakimio released this 26 Jun 07:18
· 11 commits to master since this release

Features

  • Support for Angular 22.

Fixes

  • Disallow tour navigation while tour step animation is in progress to prevent tour step animation race condition.
  • Make sure the tour is properly disposed of when the browser back button is used to cancel it.

Breaking Changes

  • Angular 21 is no longer supported.
  • Removed deprecated TourService.setDefaults() method. Use provideUiTour() instead.