ngx-ui-tour-console
Advanced tools
Comparing version
@@ -0,1 +1,10 @@ | ||
<a name="10.5.0"></a> | ||
# [10.5.0](https://github.com/hakimio/ngx-ui-tour) (2023-03-13) | ||
### Features | ||
- New `allowUserInitiatedNavigation` config. Enable to keep the tour open while the user navigates to a different page. | ||
Can cause the tour to get "stuck" if active anchor element is removed from the DOM after the navigation. | ||
The option is not related to navigation initiated by the UI tour and should not be enabled in most cases. | ||
<a name="10.4.0"></a> | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "10.4.0", | ||
"version": "10.5.0", | ||
"repository": "https://github.com/hakimio/ngx-ui-tour.git", | ||
@@ -24,3 +24,3 @@ "author": "Isaac Mann <isaacplmann@gmail.com>", | ||
"tslib": "^2.0.0", | ||
"ngx-ui-tour-core": "10.4.0" | ||
"ngx-ui-tour-core": "10.5.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "module": "fesm2015/ngx-ui-tour-console.mjs", |
42799
1.05%+ Added
- Removed
Updated