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

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

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

    - Apple Safari 14 and older.
    - Mozilla Firefox 78.

    The minimum supported browser versions are:

    - Apple Safari 14.1.
    - Mozilla Firefox 91.
    - Google Chrome 92.
    - Chromium 92.
    - Microsoft Edge 92.