Skip to content

Commit 7848625

Browse files
authored
docs(support): add support for Ionic 8 (#3344)
1 parent 34e8d2f commit 7848625

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

docs/reference/browser-support.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ In pursuit of [adaptive styling](../core-concepts/fundamentals.md#adaptive-styli
1818

1919
| Framework | Android | iOS |
2020
| :-------: | :--------------------: | :---: |
21+
| Ionic v8 | 5.1+ with Chromium 89+ | 15.0+ |
2122
| Ionic v7 | 5.1+ with Chromium 79+ | 14.0+ |
2223
| Ionic v6 | 5.0+ with Chromium 60+ | 13.0+ |
2324
| Ionic v5 | 5.0+ | 11.0+ |
@@ -37,10 +38,10 @@ To figure out what version of the webview a device is running, log `window.navig
3738

3839
Because Ionic is based on web technologies, it works just as well on desktop browsers as it does on mobile devices. For more information on desktop layouts, see [Cross Platform](../core-concepts/cross-platform.md#desktop).
3940

40-
| Browser | Ionic v7 | Ionic v6 | Ionic v5 | Ionic v4 |
41-
| :---------: | :------: | :------: | :------: | :------: |
42-
| **Chrome** | 79+ | 60+ |||
43-
| **Safari** | 14+ | 13+ |||
44-
| **Edge** | 79+ | 79+ | 79+ ||
45-
| **Firefox** | 70+ | 63+ |||
46-
| **IE 11** | **X** | **X** | **X** | **X** |
41+
| Browser | Ionic v8 | Ionic v7 | Ionic v6 | Ionic v5 | Ionic v4 |
42+
| :---------: | :------: | :------: | :------: | :------: | :------: |
43+
| **Chrome** | 89+ | 79+ | 60+ |||
44+
| **Safari** | 15+ | 14+ | 13+ |||
45+
| **Edge** | 89+ | 79+ | 79+ | 79+ ||
46+
| **Firefox** | 75+ | 70+ | 63+ |||
47+
| **IE 11** | **X** | **X** | **X** | **X** | **X** |

docs/reference/support.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The current status of each Ionic Framework version is:
2222

2323
| Version | Status | Released | Maintenance Ends | Ext. Support Ends |
2424
| :-----: | :--------------: | :----------: | :--------------: | :---------------: |
25+
| V8 | Pre-Release | TBD | TBD | TBD |
2526
| V7 | **Active** | Mar 29, 2023 | TBD | TBD |
2627
| V6 | Extended Support | Dec 8, 2021 | Sep 29, 2023 | Mar 29, 2024 |
2728
| V5 | End of Support | Feb 11, 2020 | June 8, 2022 | Dec 8, 2022 |
@@ -43,6 +44,7 @@ The Ionic team has compiled a set of recommendations for using the Ionic Framewo
4344

4445
| Framework | Minimum Angular Version | Maximum Angular Version | TypeScript |
4546
| :-------: | :---------------------: | :---------------------: | :--------: |
47+
| v8 | v16 | v17.x | 4.9.3+ |
4648
| v7 | v14 | v17.x[^2] | 4.6+ |
4749
| v6 | v12 | v15.x[^1] | 4.0+ |
4850
| v5 | v8.2 | v12.x | 3.5+ |
@@ -62,6 +64,7 @@ Note that later versions of Ionic do not support iOS 13; see [mobile support tab
6264

6365
| Framework | Required React Version | TypeScript |
6466
| :-------: | :--------------------: | :--------: |
67+
| v8 | v17+ | 3.7+ |
6568
| v7 | v17+ | 3.7+ |
6669
| v6 | v17+ | 3.7+ |
6770
| v5 | v16.8+ | 3.7+ |
@@ -71,6 +74,7 @@ Note that later versions of Ionic do not support iOS 13; see [mobile support tab
7174

7275
| Framework | Required Vue Version | TypeScript |
7376
| :-------: | :------------------: | :--------: |
77+
| v8 | v3.0.6+ | 3.9+ |
7478
| v7 | v3.0.6+ | 3.9+ |
7579
| v6 | v3.0.6+ | 3.9+ |
7680
| v5 | v3.0+ | 3.9+ |

0 commit comments

Comments
 (0)