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
This commit is contained in:
Liam DeBeasi
2023-10-19 11:51:08 -04:00
committed by GitHub
parent 021712bd7d
commit 409df1bea5

View File

@ -12,3 +12,30 @@ This is a comprehensive list of the breaking changes introduced in the major ver
- [Legacy](https://github.com/ionic-team/ionic-v3/blob/master/CHANGELOG.md)
## Version 8.x
- [Browser and Platform Support](#version-8x-browser-platform-support)
<h2 id="version-8x-browser-platform-support">Browser and Platform Support</h2>
This section details the desktop browser, JavaScript framework, and mobile platform versions that are supported by Ionic 8.
**Minimum Browser Versions**
| Desktop Browser | Supported Versions |
| --------------- | ----------------- |
| Chrome | 89+ |
| Safari | 15+ |
| Firefox | 75+ |
| Edge | 89+ |
**Minimum JavaScript Framework Versions**
| Framework | Supported Version |
| --------- | --------------------- |
| Angular | 16+ |
| React | 17+ |
| Vue | 3.0.6+ |
**Minimum Mobile Platform Versions**
| Platform | Supported Version |
| -------- | ---------------------- |
| iOS | 15+ |
| Android | 5.1+ with Chromium 89+ |