Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 Pull mirroring failed .
上次成功更新
  1. 7月 15, 2021
  2. 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
  3. 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
加载中