Socket
Socket
Sign inDemoInstall

ngx-ui-tour-core

Package Overview
Dependencies
Maintainers
1
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 10.1.0 to 10.2.0

6

lib/tour-backdrop.service.d.ts

@@ -7,2 +7,6 @@ import { ElementRef } from '@angular/core';

backgroundColor?: string;
/**
* Parent container CSS selector or html element reference. Set to fix backdrop stacking issues. Defaults to body.
*/
parentContainer?: string | HTMLElement;
}

@@ -18,2 +22,3 @@ export declare class TourBackdropService {

private readonly scrollingService;
private readonly document;
show(targetElement: ElementRef, step: IStepOption): void;

@@ -30,4 +35,5 @@ closeSpotlight(): void;

private createBackdropElements;
private get parentContainer();
static ɵfac: i0.ɵɵFactoryDeclaration<TourBackdropService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TourBackdropService>;
}

2

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

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

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

<a name="10.2.0"></a>
# [10.2.0](https://github.com/hakimio/ngx-ui-tour) (2023-02-06)
### Features
- New `backdropConfig.parentContainer` config. Can be set to CSS selector or html element reference. Set it to fix
backdrop stacking issues. Defaults to body.
### Fixes
- Use injected `document` reference everywhere for SSR safety.
<a name="10.1.0"></a>

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

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