From 409df1bea59d81698d257c66019c1a6d12a52a9d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 19 Oct 2023 11:51:08 -0400 Subject: [PATCH] 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 --- BREAKING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/BREAKING.md b/BREAKING.md index 1c27a786b6..a7497808a1 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -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) + +

Browser and Platform Support

+ +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+ |