New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-ui-tour-console

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-ui-tour-console - npm Package Compare versions

Comparing version

to
11.0.0

esm2022/lib/console.module.mjs

14

CHANGELOG.md

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

index.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

2

lib/tour-anchor.directive.d.ts

@@ -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';
![Ngx UI Tour](https://user-images.githubusercontent.com/768105/130578626-8b6cbefb-217c-4943-8661-22459a7b67a3.png)
> 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 |