Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed Jul 25, 2024
1 parent c45853c commit 0e95127
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions projects/ngx-ui-tour-ionic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.0.0"></a>

# [5.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-07-25)

### Features
- New `trapFocus` option. Disabled by default to allow focusing input elements.

### Breaking Changes
- Ionic 7 is no longer supported. v8.2.6 is the minimum supported Ionic version.

<a name="4.0.0"></a>

# [4.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26)
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": "4.0.0",
"version": "5.0.0",
"description": "UI tour library for Angular 15+",
"keywords": [
"angular",
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@ionic/angular": "^7.5.6 || ^8.1.0"
"@ionic/angular": "^8.2.6"
},
"dependencies": {
"tslib": "^2.3.0",
Expand Down

0 comments on commit 0e95127

Please sign in to comment.