ngx-ui-tour-console
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { TourAnchorDirective, TourService, IStepOption, TourBackdropService } from 'ngx-ui-tour-core'; | ||
import { IStepOption, TourAnchorDirective, TourService } from 'ngx-ui-tour-core'; | ||
import { ElementRef, OnDestroy, OnInit } from '@angular/core'; | ||
@@ -7,6 +7,5 @@ import * as i0 from "@angular/core"; | ||
element: ElementRef; | ||
private tourBackdrop; | ||
tourAnchor: string; | ||
isActive: boolean; | ||
constructor(tourService: TourService, element: ElementRef, tourBackdrop: TourBackdropService); | ||
constructor(tourService: TourService, element: ElementRef); | ||
ngOnInit(): void; | ||
@@ -17,3 +16,3 @@ ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TourAnchorConsoleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorConsoleDirective, "[tourAnchor]", never, { "tourAnchor": "tourAnchor"; }, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorConsoleDirective, "[tourAnchor]", never, { "tourAnchor": "tourAnchor"; }, {}, never, never, false>; | ||
} |
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "8.1.2", | ||
"version": "9.0.0", | ||
"repository": "https://github.com/hakimio/ngx-ui-tour.git", | ||
@@ -18,4 +18,4 @@ "author": "Isaac Mann <isaacplmann@gmail.com>", | ||
"peerDependencies": { | ||
"@angular/common": ">=12.0.0 <14.0.0", | ||
"@angular/core": ">=12.0.0 <14.0.0", | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0", | ||
"typescript": ">=3.8.0" | ||
@@ -25,3 +25,3 @@ }, | ||
"tslib": "^2.0.0", | ||
"ngx-ui-tour-core": "8.1.2" | ||
"ngx-ui-tour-core": "9.0.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "module": "fesm2015/ngx-ui-tour-console.mjs", | ||
"fesm2015": "fesm2015/ngx-ui-tour-console.mjs", | ||
"typings": "ngx-ui-tour-console.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -40,3 +40,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-ui-tour-console.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-ui-tour-console.mjs", | ||
@@ -43,0 +43,0 @@ "es2020": "./fesm2020/ngx-ui-tour-console.mjs", |
@@ -0,1 +1,17 @@ | ||
<a name="9.0.0"></a> | ||
# [9.0.0](https://github.com/hakimio/ngx-ui-tour) (2022-09-02) | ||
### 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 | ||
<a name="8.1.2"></a> | ||
@@ -2,0 +18,0 @@ |
@@ -40,9 +40,7 @@  | ||
### Angular and RxJS versions | ||
### Angular and RxJS version compatibility | ||
Since libraries built with Angular Ivy partial compilation mode can only be used with Angular v12 or higher, | ||
ngx-ui-tour v8 no longer supports older Angular versions. | ||
| Angular | RxJS | ngx-ui-tour | | ||
|---------|------|-------------| | ||
| 14 | 6, 7 | 9 | | ||
| 12-13 | 6, 7 | 8 | | ||
@@ -49,0 +47,0 @@ | 9-12 | 6 | 7 | |
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
52192
-5.69%270
-14.83%349
-0.57%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated