Skip to content

Commit

Permalink
Release v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Jun 22, 2023
1 parent 9b18bad commit 9d3b817
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 23 deletions.
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="11.0.1"></a>

# [11.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="11.0.0"></a>

# [11.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-console",
"version": "11.0.0",
"version": "11.0.1",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Isaac Mann <[email protected]>",
"license": "MIT",
Expand All @@ -20,6 +20,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="11.0.1"></a>

# [11.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="11.0.0"></a>

# [11.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-ui-tour-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-core",
"version": "11.0.0",
"version": "11.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand Down
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="2.0.1"></a>

# [2.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="2.0.0"></a>

# [2.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- New `popoverClass` config

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ionic",
"version": "2.0.0",
"version": "2.0.1",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -24,6 +24,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-md-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="11.0.1"></a>

# [11.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="11.0.0"></a>

# [11.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- New `placement.horizontal` config
- New `backdropConfig.offset` config
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-md-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-md-menu",
"version": "11.0.0",
"version": "11.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
Expand Down
11 changes: 10 additions & 1 deletion projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="13.0.1"></a>

# [13.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="13.0.0"></a>

# [13.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- `tour-step` CSS class is now applied to tour popovers
- New tour step template
Expand All @@ -14,6 +21,8 @@
- Angular 15 is no longer supported
- `overflow: hidden` is now used instead of `position: fixed` to disable page scrolling.
- `centerAnchorOnScroll`, `disablePageScrolling` and `smoothScroll` options are now enabled by default.
- Tour UI no longer uses default popover title. If you want to use the old popover title style, you can enable
`useLegacyTitle` config.

<a name="12.6.0"></a>

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-ng-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ng-bootstrap",
"version": "13.0.0",
"version": "13.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}
11 changes: 10 additions & 1 deletion projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="11.0.1"></a>

# [11.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="11.0.0"></a>

# [11.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- `tour-step` CSS class is now applied to tour popovers
- New tour step template
Expand All @@ -13,6 +20,8 @@
- Angular 15 is no longer supported
- `overflow: hidden` is now used instead of `position: fixed` to disable page scrolling.
- `centerAnchorOnScroll`, `disablePageScrolling` and `smoothScroll` options are now enabled by default.
- Tour UI no longer uses default popover title. If you want to use the old popover title style, you can enable
`useLegacyTitle` config.
- `containerClass` config was renamed to `popoverClass`

<a name="10.6.0"></a>
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-ngx-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ui-tour-ngx-bootstrap",
"version": "11.0.0",
"version": "11.0.1",
"description": "UI tour library for Angular 12+",
"keywords": [
"angular",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="5.0.1"></a>

# [5.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="5.0.0"></a>

# [5.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- New `backdropConfig.offset` config
- New `popoverClass` config
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-tui-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <[email protected]>",
"license": "MIT",
"version": "5.0.0",
"version": "5.0.1",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}
9 changes: 8 additions & 1 deletion projects/ngx-ui-tour-tui-hint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<a name="5.0.1"></a>

# [5.0.1](https://github.com/hakimio/ngx-ui-tour) (2023-06-22)

### Fixes
- Fix TypeScript build errors when `strict` mode is enabled.

<a name="5.0.0"></a>

# [5.0.0](https://github.com/hakimio/ngx-ui-tour) (2023-06-21)

### Features
- Support for Angular 16
- "Disabling page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
- "Disable page scrolling" feature now uses `scrollContainer` config to determine affected container. Before
`scrollContainer` was only used by "smooth scrolling" feature.
- New `popoverClass` config

Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-ui-tour-tui-hint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/hakimio/ngx-ui-tour.git",
"author": "Tomas Rimkus <[email protected]>",
"license": "MIT",
"version": "5.0.0",
"version": "5.0.1",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
Expand All @@ -23,6 +23,6 @@
},
"dependencies": {
"tslib": "^2.3.0",
"ngx-ui-tour-core": "11.0.0"
"ngx-ui-tour-core": "11.0.1"
}
}

0 comments on commit 9d3b817

Please sign in to comment.