Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 4月 17, 2024
    • Enrique Alcántara's avatar
      Update browserslistrc file · 6e857533
      Enrique Alcántara 创作于
      This reflects a little more closely which browsers we support while not
      dropping support for browsers that are still widely used.
      6e857533
  2. 7月 05, 2022
    • Lukas 'Eipi' Eipert's avatar
      Update supported browser versions · dd2a40be
      Lukas 'Eipi' Eipert 创作于
      This increases supported browser versions to:
      
      - Mozilla Firefox: at least major version 91, as this is the latest ESR
        and it is still used quite a lot.
      - Google Chrome/Chromium/Microsoft Edge: at least major version 92
        because it is about the same age as Firefox ESR 91
      - Apple Safari: at least version 14.1 (dropping support for
        Safari 13 and 13.1) because it is the newest minor in the previous
        major version of Safari
      
      This is still more permissive than what we strive to support, but still
      strikes a good balance:
      
      https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers
      
      Changelog: changed
      dd2a40be
  3. 7月 15, 2021
  4. 7月 06, 2021
    • Lukas Eipert's avatar
      Update supported browser versions · 0849d349
      Lukas Eipert 创作于
      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
      0849d349
  5. 1月 22, 2021
    • Lukas 'Eipi' Eipert's avatar
      Move browserslistrc to a separate file · 615c7a39
      Lukas 'Eipi' Eipert 创作于
      In order to re-use our browserslist config across babel, autoprefixer
      and other tools, we are moving it to a separate file.
      
      Furthermore we update browserslist itself, because why not.
      615c7a39
加载中