Skip to content

Commit

Permalink
docs(breaking): add v8 browser and platform support (#28368)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The supported JS Framework and Browser/Platform versions have been revised for Ionic 8
  • Loading branch information
liamdebeasi committed Oct 19, 2023
1 parent 021712b commit 409df1b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+ |

0 comments on commit 409df1b

Please sign in to comment.