ngx-ui-tour-console
Advanced tools
Comparing version
@@ -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 @@ |
{ | ||
"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 @@  | ||
### 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. |
55511
0.67%