angular-walkthrough
Advanced tools
Comparing version 0.10.0 to 0.10.1
# Changelog of ng-walkthrough | ||
## V0.10.1 (2024-06-24) | ||
### Correction | ||
- fix `below` position for `verticalAlignContent` | ||
### New feature | ||
- add `content` position for `alignContent` : to horizontally center on content | ||
## V0.10.0 (2023-08-01) | ||
### Breaking changes | ||
### Breaking change | ||
- upgrade to Angular 16.1 | ||
### Correction | ||
- fix typo/wording | ||
@@ -12,3 +25,3 @@ | ||
### New features | ||
### New feature | ||
@@ -19,3 +32,3 @@ - add `hideNext` and `hideNav` attributes | ||
### Corrections | ||
### Correction | ||
@@ -46,3 +59,3 @@ - add options for DOM detection changes | ||
### Corrections | ||
### Correction | ||
@@ -53,3 +66,3 @@ - fix `notScrollOnResize` | ||
### New features | ||
### New feature | ||
@@ -60,3 +73,3 @@ - add `notScrollOnResize` attribute | ||
### Corrections | ||
### Correction | ||
@@ -67,3 +80,3 @@ - fix the walkthrough pause on resize | ||
### Breaking changes | ||
### Breaking change | ||
@@ -90,7 +103,7 @@ - upgrade to Angular 11 | ||
### Breaking changes | ||
### Breaking change | ||
- upgrade to Angular 7 | ||
### Corrections | ||
### Correction | ||
@@ -101,3 +114,3 @@ - Avoid resize event spamming | ||
### New features | ||
### New feature | ||
@@ -108,3 +121,3 @@ - Optional parameter `scrollOnTarget` default `true` : if the walkthrough detect that `focusElementSelector` is outside of the current view, scrolls automatically. | ||
### Corrections | ||
### Correction | ||
@@ -115,3 +128,3 @@ - Fix a problem the instance is called too early. | ||
### New features | ||
### New feature | ||
@@ -129,3 +142,3 @@ - Add subjects on `WalkthroughComponent` : | ||
### Corrections | ||
### Correction | ||
@@ -148,3 +161,3 @@ - Fix crashes with “Toggle focusElementSelector” in demo | ||
### Corrections | ||
### Correction | ||
@@ -155,7 +168,7 @@ - Fix arrow display on Safari/iOS | ||
### New features | ||
### New feature | ||
- Fix hidden zones when using library with fixed elements by adding `rootElement` attribute | ||
### Corrections | ||
### Correction | ||
@@ -166,3 +179,3 @@ - Fix resize event fired every time the address bar display is toggled (Android and iOS). Now the resize event is applied only when the width changes. | ||
### Corrections | ||
### Correction | ||
@@ -173,3 +186,3 @@ - Fix case when a step have no `focusElementSelector` (#19) | ||
### Corrections | ||
### Correction | ||
@@ -180,3 +193,3 @@ - Fix resize code not firing anymore (bug introduced in last release) | ||
### Corrections | ||
### Correction | ||
@@ -202,3 +215,3 @@ - Fix walkthrough visible while on pause when `window:resize` event is fired | ||
### Corrections | ||
### Correction | ||
@@ -217,3 +230,3 @@ - Fix a bug of positioning while scrolling | ||
### Corrections | ||
### Correction | ||
@@ -220,0 +233,0 @@ - Fix crash on static method with IE11 |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -69,3 +69,3 @@ import { BasePortalOutlet, CdkPortalOutlet, ComponentPortal, TemplatePortal } from '@angular/cdk/portal'; | ||
highlightZoneStyling(element: HTMLElement): void; | ||
contentBlockPosition(paramCoordinate: WalkthroughElementCoordinate, alignContent: 'left' | 'center' | 'right', verticalAlignContent: 'above' | 'top' | 'center' | 'bottom' | 'below', contentSpacing: number, verticalContentSpacing: number): void; | ||
contentBlockPosition(paramCoordinate: WalkthroughElementCoordinate, alignContent: 'left' | 'center' | 'right' | 'content', verticalAlignContent: 'above' | 'top' | 'center' | 'bottom' | 'below', contentSpacing: number, verticalContentSpacing: number): void; | ||
arrowPosition(coordinate: WalkthroughElementCoordinate): void; | ||
@@ -72,0 +72,0 @@ /** |
@@ -0,0 +0,0 @@ import { AfterViewInit, EventEmitter, OnChanges, QueryList, SimpleChanges } from '@angular/core'; |
@@ -0,0 +0,0 @@ export interface WalkthroughTextI { |
@@ -0,0 +0,0 @@ import { WalkthroughComponent } from './walkthrough.component'; |
@@ -54,4 +54,4 @@ import { AfterViewInit, ApplicationRef, ComponentFactoryResolver, EventEmitter, Injector, OnDestroy, Renderer2, TemplateRef } from '@angular/core'; | ||
set id(value: string); | ||
get alignContent(): 'left' | 'center' | 'right'; | ||
set alignContent(value: 'left' | 'center' | 'right'); | ||
get alignContent(): 'left' | 'center' | 'content' | 'right'; | ||
set alignContent(value: 'left' | 'center' | 'content' | 'right'); | ||
get verticalAlignContent(): 'above' | 'top' | 'center' | 'bottom' | 'below'; | ||
@@ -58,0 +58,0 @@ set verticalAlignContent(value: 'above' | 'top' | 'center' | 'bottom' | 'below'); |
@@ -0,0 +0,0 @@ import { WalkthroughElementCoordinate, WalkthroughMargin } from './walkthrough-tools'; |
{ | ||
"name": "angular-walkthrough", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Walkthrough, an Angular library", | ||
@@ -5,0 +5,0 @@ "author": "Célian Veyssière", |
@@ -0,0 +0,0 @@ export * from './lib/walkthrough-container.component'; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3707
0
483977