Releases: hakimio/ngx-ui-tour
Releases · hakimio/ngx-ui-tour
[email protected]
Fixes
md-menu
: Fix tour step closing on step button focus
[email protected]
[email protected]
Fixes
- Fix some of the step options not getting applied correctly after switching to "OnPush" change detection strategy
14.0.0
[email protected]
Features
- New
trapFocus
option. Disabled by default to allow focusing input elements.
Breaking Changes
- Ionic
v7
is no longer supported.v8.2.6
is the minimum supported Ionic version.
13.0.0
Features
- Support for Angular 18
- New
tour-proxy-anchor
component. It can be used to target third party html elements. Check the documentation for more info.
<tour-proxy-anchor
anchorEl=".start-tour .t-wrapper .t-content"
anchorId="start.tour"
/>
Breaking Changes
- Angular 17 is no longer supported