Socket
Socket
Sign inDemoInstall

ngx-ui-tour-core

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-ui-tour-core - npm Package Compare versions

Comparing version 12.1.0 to 13.0.0

esm2022/lib/base-tour-proxy-anchor.mjs

11

CHANGELOG.md

@@ -0,1 +1,12 @@

<a name="13.0.0"></a>
# [13.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
### Features
- Support for Angular 18
- New `tour-proxy-anchor` component. It can be used to target third party html elements.
### Breaking Changes
- Angular 17 is no longer supported
<a name="12.1.0"></a>

@@ -2,0 +13,0 @@

8

package.json
{
"name": "ngx-ui-tour-core",
"version": "12.1.0",
"version": "13.0.0",
"description": "UI tour library for Angular 12+",

@@ -18,5 +18,5 @@ "keywords": [

"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/router": "^18.0.0",
"rxjs": "^7.4.0"

@@ -23,0 +23,0 @@ },

@@ -6,1 +6,2 @@ export { IStepOption, StepDimensions, TourState, TourService, Direction, StepChangeParams } from './lib/tour.service';

export { BackdropConfig } from './lib/tour-backdrop.service';
export { BaseTourProxyAnchor } from './lib/base-tour-proxy-anchor';

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

- [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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc