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. UseprovideUiTour()instead.