You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to nextOnAnchorClick
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"