ngx-ui-tour-console
Advanced tools
Comparing version
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "10.0.0", | ||
"version": "10.1.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.0.0" | ||
"ngx-ui-tour-core": "10.1.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "module": "fesm2015/ngx-ui-tour-console.mjs", |
@@ -0,1 +1,17 @@ | ||
<a name="10.1.0"></a> | ||
# [10.1.0](https://github.com/hakimio/ngx-ui-tour) (2023-01-26) | ||
### Features | ||
- New `centerAnchorOnScroll` config. Enable to keep active anchor element centered when possible. "Safari" currently | ||
does not support this feature. | ||
- New `smoothScroll` config. Activate to use smooth scroll when scrolling to tour anchor element. Animations have to be | ||
enabled on OS level for it to work. Controlled by "Animate controls and elements inside windows" setting on Windows OS. | ||
- New `disablePageScrolling` config. The config only disables "page-level" scroll and will not disable scroll on | ||
any deeply nested containers. Implementation is based on Angular CDK "BlockScrollStrategy". | ||
### Fixes | ||
- UI Tour now automatically ends on any navigation which was not started by the tour itself. Before only browser's back | ||
and forward navigation would cause the tour to end. | ||
<a name="10.0.0"></a> | ||
@@ -2,0 +18,0 @@ |
41260
2.22%+ Added
- Removed
Updated