ngx-ui-tour-console
Advanced tools
Comparing version
@@ -0,1 +1,15 @@ | ||
<a name="11.0.0"></a> | ||
# [11.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21) | ||
### Features | ||
- Support for Angular 16 | ||
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before | ||
`scrollContainer` was only used by "smooth scrolling" feature. | ||
### Breaking Changes | ||
- Angular 15 is no longer supported | ||
- `overflow: hidden` is now used instead of `position: fixed` to disable page scrolling. | ||
- `centerAnchorOnScroll`, `disablePageScrolling` and `smoothScroll` options are now enabled by default. | ||
<a name="10.6.0"></a> | ||
@@ -2,0 +16,0 @@ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -15,3 +15,3 @@ import { IStepOption, TourAnchorDirective, TourService } from 'ngx-ui-tour-core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TourAnchorConsoleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorConsoleDirective, "[tourAnchor]", never, { "tourAnchor": "tourAnchor"; }, {}, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TourAnchorConsoleDirective, "[tourAnchor]", never, { "tourAnchor": { "alias": "tourAnchor"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "10.6.0", | ||
"version": "11.0.0", | ||
"repository": "https://github.com/hakimio/ngx-ui-tour.git", | ||
@@ -18,15 +18,10 @@ "author": "Isaac Mann <isaacplmann@gmail.com>", | ||
"peerDependencies": { | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0", | ||
"typescript": ">=3.8.0" | ||
"@angular/common": "^16.0.0", | ||
"@angular/core": "^16.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0", | ||
"ngx-ui-tour-core": "10.6.0" | ||
"ngx-ui-tour-core": "11.0.0" | ||
}, | ||
"module": "fesm2015/ngx-ui-tour-console.mjs", | ||
"es2020": "fesm2020/ngx-ui-tour-console.mjs", | ||
"esm2020": "esm2020/ngx-ui-tour-console.mjs", | ||
"fesm2020": "fesm2020/ngx-ui-tour-console.mjs", | ||
"fesm2015": "fesm2015/ngx-ui-tour-console.mjs", | ||
"module": "fesm2022/ngx-ui-tour-console.mjs", | ||
"typings": "index.d.ts", | ||
@@ -39,7 +34,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-ui-tour-console.mjs", | ||
"es2020": "./fesm2020/ngx-ui-tour-console.mjs", | ||
"es2015": "./fesm2015/ngx-ui-tour-console.mjs", | ||
"node": "./fesm2015/ngx-ui-tour-console.mjs", | ||
"default": "./fesm2020/ngx-ui-tour-console.mjs" | ||
"esm2022": "./esm2022/ngx-ui-tour-console.mjs", | ||
"esm": "./esm2022/ngx-ui-tour-console.mjs", | ||
"default": "./fesm2022/ngx-ui-tour-console.mjs" | ||
} | ||
@@ -46,0 +39,0 @@ }, |
export * from 'ngx-ui-tour-core'; | ||
export { TourConsoleModule } from './lib/console.module'; | ||
export { TourAnchorConsoleDirective } from './lib/tour-anchor.directive'; |
 | ||
> UI tour library for Angular 9+ | ||
> UI tour library for Angular | ||
@@ -41,2 +41,3 @@ Angular Material, Ionic, Taiga UI, Ng Bootstrap and Ngx Bootstrap UIs are supported. | ||
|---------|------|-------------| | ||
| 16 | 7 | 11 | | ||
| 15 | 7 | 10 | | ||
@@ -51,2 +52,3 @@ | 14 | 6, 7 | 9 | | ||
|---------|------|-------------| | ||
| 16 | 7 | 13 | | ||
| 15 | 7 | 12 | | ||
@@ -61,3 +63,4 @@ | 14 | 6, 7 | 11 | | ||
|---------|------|-------|-------------| | ||
| 15 | 7 | 6 | 1 | | ||
| 16 | 7 | 6, 7 | 2 | | ||
| 15 | 7 | 6, 7 | 1 | | ||
@@ -68,2 +71,3 @@ ### Taiga UI tour UI | ||
|---------|------|----------|-------------| | ||
| 16 | 7 | 3 | 5 | | ||
| 15 | 7 | 3 | 4 | | ||
@@ -70,0 +74,0 @@ | 14 | 6, 7 | 3 | 3 | |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
-20%119
3.48%35847
-16.92%14
-12.5%162
-28.63%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated