From 0e95127533b7d9dd629a8896a653594ef39395e3 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Thu, 25 Jul 2024 09:16:49 +0200 Subject: [PATCH] Release ionic@v5.0.0 --- projects/ngx-ui-tour-ionic/CHANGELOG.md | 10 ++++++++++ projects/ngx-ui-tour-ionic/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/projects/ngx-ui-tour-ionic/CHANGELOG.md b/projects/ngx-ui-tour-ionic/CHANGELOG.md index 21cea276..6d454bfe 100644 --- a/projects/ngx-ui-tour-ionic/CHANGELOG.md +++ b/projects/ngx-ui-tour-ionic/CHANGELOG.md @@ -1,3 +1,13 @@ + + +# [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. + # [4.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-26) diff --git a/projects/ngx-ui-tour-ionic/package.json b/projects/ngx-ui-tour-ionic/package.json index 87ed682d..74e20876 100644 --- a/projects/ngx-ui-tour-ionic/package.json +++ b/projects/ngx-ui-tour-ionic/package.json @@ -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", @@ -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",