Socket
Socket
Sign inDemoInstall

ngx-ui-tour-ng-bootstrap

Package Overview
Dependencies
111
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.6 to 14.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

<a name="14.0.0"></a>
# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-11-30)
### Features
- Support for Angular 17
- New `asyncStepTimeout` config. It's now possible to have optional async steps if `asyncStepTimeout` is specified.
- Default step template now contains tour progress indicator. Can be disabled using `showProgress` config.
### Breaking Changes
- Angular 16 is no longer supported
<a name="13.0.6"></a>

@@ -2,0 +14,0 @@

10

package.json
{
"name": "ngx-ui-tour-ng-bootstrap",
"version": "13.0.6",
"version": "14.0.0",
"description": "UI tour library for Angular 12+",

@@ -20,9 +20,9 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@ng-bootstrap/ng-bootstrap": "^15.0.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0"
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.6"
"ngx-ui-tour-core": "12.0.0"
},

@@ -29,0 +29,0 @@ "module": "fesm2022/ngx-ui-tour-ng-bootstrap.mjs",

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

|---------|------|-------------|
| 17 | 7 | 12 |
| 16 | 7 | 11 |

@@ -52,2 +53,3 @@ | 15 | 7 | 10 |

|---------|------|-------------|
| 17 | 7 | 14 |
| 16 | 7 | 13 |

@@ -63,2 +65,3 @@ | 15 | 7 | 12 |

|---------|------|-------|-------------|
| 17 | 7 | 7 | 3 |
| 16 | 7 | 6, 7 | 2 |

@@ -71,2 +74,3 @@ | 15 | 7 | 6, 7 | 1 |

|---------|------|----------|-------------|
| 17 | 7 | 3 | 6 |
| 16 | 7 | 3 | 5 |

@@ -73,0 +77,0 @@ | 15 | 7 | 3 | 4 |

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc