Skip to content

Commit 409df1b

Browse files
authored
docs(breaking): add v8 browser and platform support (#28368)
BREAKING CHANGE: The supported JS Framework and Browser/Platform versions have been revised for Ionic 8
1 parent 021712b commit 409df1b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

BREAKING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,30 @@ This is a comprehensive list of the breaking changes introduced in the major ver
1212
- [Legacy](https://github.com/ionic-team/ionic-v3/blob/master/CHANGELOG.md)
1313

1414
## Version 8.x
15+
16+
- [Browser and Platform Support](#version-8x-browser-platform-support)
17+
18+
<h2 id="version-8x-browser-platform-support">Browser and Platform Support</h2>
19+
20+
This section details the desktop browser, JavaScript framework, and mobile platform versions that are supported by Ionic 8.
21+
22+
**Minimum Browser Versions**
23+
| Desktop Browser | Supported Versions |
24+
| --------------- | ----------------- |
25+
| Chrome | 89+ |
26+
| Safari | 15+ |
27+
| Firefox | 75+ |
28+
| Edge | 89+ |
29+
30+
**Minimum JavaScript Framework Versions**
31+
| Framework | Supported Version |
32+
| --------- | --------------------- |
33+
| Angular | 16+ |
34+
| React | 17+ |
35+
| Vue | 3.0.6+ |
36+
37+
**Minimum Mobile Platform Versions**
38+
| Platform | Supported Version |
39+
| -------- | ---------------------- |
40+
| iOS | 15+ |
41+
| Android | 5.1+ with Chromium 89+ |

0 commit comments

Comments
 (0)