Socket
Socket
Sign inDemoInstall

ngx-ui-tour-ionic

Package Overview
Dependencies
15
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.6 to 3.0.0

14

CHANGELOG.md

@@ -0,1 +1,15 @@

<a name="3.0.0"></a>
# [3.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
### Features
- Support for Angular 17.
- New `asyncStepTimeout` config. It's now possible to have optional async steps if `asyncStepTimeout` is specified.
- Ionic standalone components are now used instead of Ionic module.
- Default step template now contains tour progress indicator. Can be disabled using `showProgress` config.
### Breaking Changes
- Angular 16 is no longer supported.
- Due to migration to Ionic standalone components, `@ionic/angular` version requirement has been set to `^7.5.6`.
<a name="2.0.6"></a>

@@ -2,0 +16,0 @@

5

lib/tour-step-template/tour-step-template.component.d.ts
import { AfterViewInit, TemplateRef } from '@angular/core';
import { TourHotkeyListenerComponent } from 'ngx-ui-tour-core';
import { IonPopover } from '@ionic/angular';
import { IonPopover } from '@ionic/angular/standalone';
import { IonStepOption } from '../step-option.interface';

@@ -19,4 +19,5 @@ import { TourStepTemplateService } from '../tour-step-template.service';

step: IonStepOption;
noopLeaveAnimation: () => import("@ionic/angular").Animation;
noopLeaveAnimation: () => import("@ionic/angular/standalone").Animation;
constructor(tourStepTemplateService: TourStepTemplateService, tourService: IonTourService);
private addIonicIcons;
ngAfterViewInit(): void;

@@ -23,0 +24,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<TourStepTemplateComponent, never>;

11

package.json
{
"name": "ngx-ui-tour-ionic",
"version": "2.0.6",
"version": "3.0.0",
"description": "UI tour library for Angular 15+",

@@ -21,9 +21,10 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@ionic/angular": "^6.0.0 || ^7.0.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@ionic/angular": "^7.5.6",
"ionicons": "^7.2.1"
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.6"
"ngx-ui-tour-core": "12.0.0"
},

@@ -30,0 +31,0 @@ "module": "fesm2022/ngx-ui-tour-ionic.mjs",

@@ -41,2 +41,3 @@ ![Ngx UI Tour](https://user-images.githubusercontent.com/768105/130578626-8b6cbefb-217c-4943-8661-22459a7b67a3.png)

|---------|------|-------------|
| 17 | 7 | 12 |
| 16 | 7 | 11 |

@@ -52,2 +53,3 @@ | 15 | 7 | 10 |

|---------|------|-------------|
| 17 | 7 | 14 |
| 16 | 7 | 13 |

@@ -63,2 +65,3 @@ | 15 | 7 | 12 |

|---------|------|-------|-------------|
| 17 | 7 | 7 | 3 |
| 16 | 7 | 6, 7 | 2 |

@@ -71,2 +74,3 @@ | 15 | 7 | 6, 7 | 1 |

|---------|------|----------|-------------|
| 17 | 7 | 3 | 6 |
| 16 | 7 | 3 | 5 |

@@ -73,0 +77,0 @@ | 15 | 7 | 3 | 4 |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc