Skip to content

Releases: hakimio/ngx-ui-tour

9.0.0

02 Sep 09:55
Compare
Choose a tag to compare

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 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"

Taiga UI Dropdown and Hint UIs

Features

  • Support for Taiga UI 3

Breaking changes

  • Taiga UI 2 is no longer supported

8.1.2

22 Jun 07:49
Compare
Choose a tag to compare

Fixes

  • Fix backdrop not expanding to full height in some cases

8.1.1

21 Jun 12:52
Compare
Choose a tag to compare

Fixes

  • Fix backdrop position updating

8.1.0

21 Jun 10:32
Compare
Choose a tag to compare

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

30 Mar 08:38
Compare
Choose a tag to compare

Fixes

  • Fixed unexpected focus behaviour. Bug #53

8.0.1

21 Feb 10:24
Compare
Choose a tag to compare

Fixes

  • Fixed optional steps in the beginning or end of the tour

8.0.0

28 Jan 14:56
1dcf68a
Compare
Choose a tag to compare

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

23 Sep 11:04
20c82a0
Compare
Choose a tag to compare

Fixes

  • Switched back to "View Engine" compilation mode to fix Angular v11 and older builds

"Taiga UI" Hint Tour UI v1.0.1

23 Sep 10:32
Compare
Choose a tag to compare

Fixes

  • Fix content font size

"Taiga UI" Hint Tour UI v1.0.0

22 Sep 08:23
4b2c82c
Compare
Choose a tag to compare

New tour UI based on "Taiga UI" hint directive.

Check the documentation page for more information.

image