From d9d378671d4e4ea704c59525bfef4644f4542a23 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 9 Jan 2026 04:54:09 -0800 Subject: [PATCH] Update 6.2 release requirements for Volto and Classic UI --- docs/_inc/_install-browser-reqs-classic-ui.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_inc/_install-browser-reqs-classic-ui.md b/docs/_inc/_install-browser-reqs-classic-ui.md index 3c5834310..b92b080f9 100644 --- a/docs/_inc/_install-browser-reqs-classic-ui.md +++ b/docs/_inc/_install-browser-reqs-classic-ui.md @@ -1,7 +1,7 @@ You can view the list of supported browsers for Classic UI at [Browserslist](https://browsersl.ist/#q=%3E%3D+0.5%25%0Alast+2+major+versions%0Anot+dead%0AChrome+%3E%3D+60%0AFirefox+%3E%3D+60%0AFirefox+ESR%0AiOS+%3E%3D+12%0ASafari+%3E%3D+12%0Anot+Explorer+%3C%3D+11). The supported web browsers for Classic UI are set according to [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/browsers-devices/#supported-browsers). -The following code snippet is the [browserslist configuration for Bootstrap 5.3.3](https://github.com/twbs/bootstrap/blob/v5.3.3/.browserslistrc). +The following code snippet is the [browserslist configuration for Bootstrap 5.3.8](https://github.com/twbs/bootstrap/blob/v5.3.8/.browserslistrc). ```shell >= 0.5% @@ -13,4 +13,5 @@ Firefox ESR iOS >= 12 Safari >= 12 not Explorer <= 11 +not kaios <= 2.5 # fix floating label issues in Firefox (see https://github.com/postcss/autoprefixer/issues/1533) ```