ngx-ui-tour-console
Advanced tools
Comparing version
@@ -0,1 +1,11 @@ | ||
<a name="13.0.0"></a> | ||
# [13.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26) | ||
### Features | ||
- Support for Angular 18 | ||
### Breaking Changes | ||
- Angular 17 is no longer supported | ||
<a name="12.1.0"></a> | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "ngx-ui-tour-console", | ||
"version": "12.1.0", | ||
"version": "13.0.0", | ||
"repository": "https://github.com/hakimio/ngx-ui-tour.git", | ||
@@ -18,8 +18,8 @@ "author": "Isaac Mann <isaacplmann@gmail.com>", | ||
"peerDependencies": { | ||
"@angular/common": "^17.0.0", | ||
"@angular/core": "^17.0.0" | ||
"@angular/common": "^18.0.0", | ||
"@angular/core": "^18.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.0.0", | ||
"ngx-ui-tour-core": "12.1.0" | ||
"ngx-ui-tour-core": "13.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "module": "fesm2022/ngx-ui-tour-console.mjs", |
@@ -29,2 +29,3 @@  | ||
- [Styling Active Tour Anchor](#styling-active-tour-anchor) | ||
- [Targeting Third Party Elements](#targeting-third-party-elements) | ||
- [License](#license) | ||
@@ -42,2 +43,3 @@ | ||
|---------|------|-------------| | ||
| 18 | 7 | 13 | | ||
| 17 | 7 | 12 | | ||
@@ -54,2 +56,3 @@ | 16 | 7 | 11 | | ||
|---------|------|-------------| | ||
| 18 | 7 | 15 | | ||
| 17 | 7 | 14 | | ||
@@ -66,3 +69,4 @@ | 16 | 7 | 13 | | ||
|---------|------|-------|-------------| | ||
| 17 | 7 | 7 | 3 | | ||
| 18 | 7 | 7, 8 | 4 | | ||
| 17 | 7 | 7, 8 | 3 | | ||
| 16 | 7 | 6, 7 | 2 | | ||
@@ -75,2 +79,3 @@ | 15 | 7 | 6, 7 | 1 | | ||
|---------|------|----------|-------------| | ||
| 18 | 7 | 3 | 7 | | ||
| 17 | 7 | 3 | 6 | | ||
@@ -125,4 +130,8 @@ | 16 | 7 | 3 | 5 | | ||
## Targeting third party elements | ||
[Documentation page](https://hakimio.github.io/ngx-ui-tour/md-menu/Misc#targeting-third-party-elements) | ||
## License | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38551
1.44%132
7.32%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated