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
7.0.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="7.0.1"></a>
# [7.0.1](https://github.com/hakimio/ngx-ui-tour) (2021-09-09)
### Fixes
- Use strict check to determine if tour step "route" config is set to avoid ignoring empty string routes
- Show tour steps asynchronously to avoid trying to show tour step before anchor element is registered in some cases
<a name="7.0.0"></a>

@@ -2,0 +11,0 @@

8

package.json
{
"name": "ngx-ui-tour-console",
"version": "7.0.0",
"version": "7.0.1",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",

@@ -13,3 +13,5 @@ "author": "Isaac Mann <isaacplmann@gmail.com>",

"product-tour",
"ui-tour"
"ui-tour",
"onboarding",
"onboarding-tour"
],

@@ -19,3 +21,3 @@ "peerDependencies": {

"@angular/core": ">=9.0.0 <13.0.0",
"ngx-ui-tour-core": "7.0.0",
"ngx-ui-tour-core": "7.0.1",
"typescript": ">=3.8.0"

@@ -22,0 +24,0 @@ },

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

### NOTE: starting with v7 you can simply enable `disablePageScrolling` step config if you are using `md-menu` tour UI
**NOTE: starting with v7 you can simply enable `disablePageScrolling` step config if you are using `md-menu` tour UI**
#### If you are using older version or different UI implementation you can still use following guide to achieve this
**If you are using older version or different UI implementation you can still use following guide to achieve this**

@@ -135,0 +135,0 @@ You can toggle CSS class which disables main content element scrolling when tour starts/ends.