Skip to content

Commit

Permalink
Add supported web browsers.
Browse files Browse the repository at this point in the history
Closes #1280.

plone/volto#6501 must be merged before this PR can be merged.
  • Loading branch information
stevepiercy committed Nov 24, 2024
1 parent 4d2d8a7 commit 6bb6a71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/_inc/_install-browser-reqs-classic-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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.2/getting-started/browsers-devices/#supported-browsers).
The following code snippet is the [browserslist configuration for Bootstrap 5.2.3](https://github.com/twbs/bootstrap/blob/v5.2.3/.browserslistrc).

```shell
>= 0.5%
last 2 major versions
not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 12
Safari >= 12
not Explorer <= 11
```
10 changes: 10 additions & 0 deletions docs/_inc/_install-browser-reqs-volto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
You can view the list of supported browsers for Volto at [Browserslist](https://browsersl.ist/#q=%3E1%25%0Alast+4+versions%0AFirefox+ESR%0Anot+dead).

These browsers are set according to the `browserslist` key in Volto's [`package.json`](https://github.com/plone/volto/blob/1aff8d0451f5cb375ca9f5afe9b2b72a0555afd8/packages/volto/package.json#L170-L176) file, whose content is below.

```shell
>1%
last 4 versions
Firefox ESR
not dead
```

0 comments on commit 6bb6a71

Please sign in to comment.