Skip to content

Releases: hakimio/ngx-ui-tour

[email protected]

03 Jan 13:40
Compare
Choose a tag to compare

Fixes

  • md-menu: Fix tour step closing on step button focus

[email protected]

02 Jan 15:54
Compare
Choose a tag to compare

Initial release of PrimeNG tour UI.

image

[email protected]

02 Jan 15:51
Compare
Choose a tag to compare

Fixes

  • Fix some of the step options not getting applied correctly after switching to "OnPush" change detection strategy

14.0.0

30 Dec 12:02
Compare
Choose a tag to compare

Features

  • Support for Angular 19
  • Support for Taiga UI 4

Breaking Changes

  • Angular 18 is no longer supported
  • Taiga UI 3 is no longer supported

Other Changes

  • Documentation site is now using Taiga UI 4

[email protected]

25 Jul 07:21
Compare
Choose a tag to compare

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

26 Jun 12:23
Compare
Choose a tag to compare

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

12.1.0

06 Jun 13:26
Compare
Choose a tag to compare

Features

  • Auto-detect anchor element's scroll container to fix smooth scroll issues.

Fixes

  • md-menu and ion-popover: Fix showArrow option not respected when set using tourService.setDefaults().

12.0.3

03 May 07:17
Compare
Choose a tag to compare

Fixes

  • Fix issue preventing the tour from closing when used in NgModule application and tour started in ngOnInit hook
  • Allow Ionic v8 as peer dependency

12.0.2

26 Jan 12:01
Compare
Choose a tag to compare

Fixes

  • Fix issue preventing the tour from starting when it was closed after navigating back, while the first step is optional and not available.

12.0.1

05 Dec 10:36
Compare
Choose a tag to compare

Fixes

  • Fix "Next" button position when progress display is disabled.