Skip to content

Commit 2c0ba0f

Browse files
authored
Update 6.2 release requirements for Volto and Classic UI (#2030)
1 parent 7c9214a commit 2c0ba0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_inc/_install-browser-reqs-classic-ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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).
22

33
The supported web browsers for Classic UI are set according to [Bootstrap](https://getbootstrap.com/docs/5.3/getting-started/browsers-devices/#supported-browsers).
4-
The following code snippet is the [browserslist configuration for Bootstrap 5.3.3](https://github.com/twbs/bootstrap/blob/v5.3.3/.browserslistrc).
4+
The following code snippet is the [browserslist configuration for Bootstrap 5.3.8](https://github.com/twbs/bootstrap/blob/v5.3.8/.browserslistrc).
55

66
```shell
77
>= 0.5%
@@ -13,4 +13,5 @@ Firefox ESR
1313
iOS >= 12
1414
Safari >= 12
1515
not Explorer <= 11
16+
not kaios <= 2.5 # fix floating label issues in Firefox (see https://github.com/postcss/autoprefixer/issues/1533)
1617
```

0 commit comments

Comments
 (0)