Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removal-outdated-browser-support.yml « 14_1 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1019b8fe2f3a01dcad4cb008a790e40ca6867da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- name: "Remove support for older browsers"
  removal_date: July 22, 2021
  removal_milestone: "14.1"
  reporter: leipert
  body: |
    In GitLab 14.1, we are cleaning up and [removing old code](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63994) that was specific for browsers that we no longer support. This has no impact on users when one of our [supported web browsers](https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers) is used.

    Most notably, support for the following browsers has been removed:

    - Apple Safari 13 and older.
    - Mozilla Firefox 68.
    - Pre-Chromium Microsoft Edge.

    The minimum supported browser versions are:

    - Apple Safari 13.1.
    - Mozilla Firefox 78.
    - Google Chrome 84.
    - Chromium 84.
    - Microsoft Edge 84.