Commit 0849d349 authored by Lukas Eipert's avatar Lukas Eipert

Update supported browser versions

This increases supported browser versions to:

- Google Chrome/Chromium: at least major version 84 because older
  versions have an annoying bug with Array.reduce:
  https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
- Microsoft Edge: at least majoy version 84 (dropping support for
  pre-Chromium Edge). (Same reasoning as with Chrome)
- Mozilla Firefox: at least major version 78, as this is the latest ESR
  and it is used quite a lot.
- Apple Safari: at least major version 13 (dropping support for
  Safari 12) because it is the second latest version of Safari

Changelog: changed
parent 474fe2f1
#
# This list of browsers is a conservative first definition, based on
# This list of browsers is a conservative definition, based on
# https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers
# with the following reasoning:
#
# - Edge: Pick the last two major version before the Chrome switch
# - Rest: We should support the latest ESR of Firefox: 68, because it used quite a lot.
# For the rest, pick browser versions that have a similar age to Firefox 68.
# - We should support the latest ESR of Firefox: 78, because it used quite a lot.
# - We use Edge/Chrome >= 84 because 83 had an annoying bug which would mean we
# need to polyfill Array.reduce: https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
# - Safari 13 because it is the second latest major version of Safari
#
# See also this follow-up epic:
# https://gitlab.com/groups/gitlab-org/-/epics/3957
# See also this epic: https://gitlab.com/groups/gitlab-org/-/epics/3957
#
chrome >= 73
edge >= 17
firefox >= 68
safari >= 12
chrome >= 84
edge >= 84
firefox >= 78
safari >= 13.0.4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment