From 5cfdd20b5b2cc95063876b77eecb01f20fa98653 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 15 Nov 2023 12:38:47 -0500 Subject: [PATCH 1/2] docs(support): note angular 17 support --- docs/reference/support.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/support.md b/docs/reference/support.md index 4978651847b..89568f85306 100644 --- a/docs/reference/support.md +++ b/docs/reference/support.md @@ -43,13 +43,14 @@ The Ionic team has compiled a set of recommendations for using the Ionic Framewo | Framework | Minimum Angular Version | Maximum Angular Version | TypeScript | | :-------: | :---------------------: | :---------------------: | :--------: | -| v7 | v14 | v16.x^ | 4.6+ | -| v6 | v12 | v15.x^ | 4.0+ | +| v7 | v14 | v17.x[^2] | 4.6+ | +| v6 | v12 | v15.x[^1] | 4.0+ | | v5 | v8.2 | v12.x | 3.5+ | | v4 | v8.2 | v11.x | 3.5+ | | v3 | v5.2.11 | v5.2.11 | 2.6.2 | -> ^ Angular 14.x supported starting in Ionic v6.1.9. Angular 15.x supported starting in Ionic v6.3.6. +[^1]: Angular 14.x supported starting in Ionic v6.1.9. Angular 15.x supported starting in Ionic v6.3.6. +[^2]: Angular 17.x supported starting in Ionic v7.5.4. **Angular 13+ Support On Older Versions of iOS** From 6b3a49508168b5140089496e7c1d7b101433ad7c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 15 Nov 2023 12:50:24 -0500 Subject: [PATCH 2/2] chore: lint --- docs/reference/support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/support.md b/docs/reference/support.md index 89568f85306..b7ed4d67b82 100644 --- a/docs/reference/support.md +++ b/docs/reference/support.md @@ -43,8 +43,8 @@ The Ionic team has compiled a set of recommendations for using the Ionic Framewo | Framework | Minimum Angular Version | Maximum Angular Version | TypeScript | | :-------: | :---------------------: | :---------------------: | :--------: | -| v7 | v14 | v17.x[^2] | 4.6+ | -| v6 | v12 | v15.x[^1] | 4.0+ | +| v7 | v14 | v17.x[^2] | 4.6+ | +| v6 | v12 | v15.x[^1] | 4.0+ | | v5 | v8.2 | v12.x | 3.5+ | | v4 | v8.2 | v11.x | 3.5+ | | v3 | v5.2.11 | v5.2.11 | 2.6.2 |