Releases: hakimio/ngx-ui-tour
Releases · hakimio/ngx-ui-tour
9.0.0
All tour UI libraries
Features
- Support for Angular 14
- Navigation to next step with right arrow key is now disabled when current step has
nextOnAnchorClick
option enabled.
Fixes
- When
nextOnAnchorClick
step option is enabled, it should only start listening to anchor click event after
checking if the anchor element has been registered.
Breaking changes
goToNextOnAnchorClick
step config was renamed tonextOnAnchorClick
- Angular v13 and lower versions are no longer supported
Md-menu UI
Features
- Support for Angular Material 14
Fixes
- Fixed "Expression has changed after it was checked" error in some cases when using Angular Material v13.2.3 or higher.
NG Bootstrap and Ngx Bootstrap UIs
Features
- Support for NG Bootstrap 13 and Ngx Bootstrap 9
Breaking changes
- Default placement option was changed from "top" to "auto"
Taiga UI Dropdown and Hint UIs
Features
- Support for Taiga UI 3
Breaking changes
- Taiga UI 2 is no longer supported
8.1.2
8.1.1
8.1.0
All tour UI libraries
- New
goToNextOnAnchorClick
config which can be used to go to the next step by clicking on anchor element instead
of "Next" button. Implemented by @lucaoliano.
Taiga UI DropDown UI
- Fix backdrop showing over the
tui-dropdown
when using latest Taiga UI version
"md-menu" Tour UI v8.0.2
Fixes
- Fixed unexpected focus behaviour. Bug #53
8.0.1
8.0.0
Features
- Support Angular 13 and RxJS v7
- "Ivy" partial compilation mode
- "ngx-ui-tour-core" is now a "hard" dependency and doesn't need to be installed separately
Breaking changes
- Due to "Ivy" partial compilation mode, Angular versions below v12 are no longer supported
7.0.2
"Taiga UI" Hint Tour UI v1.0.1
Fixes
- Fix content font size