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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-23.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)XhmikosR
2021-03-18.browserslistrc: remove the Edge workaround. (#33397)XhmikosR
It seems that Legacy Edge has been moved to dead, so this is no loner needed.
2020-12-02Update our browserslist config (#30986)XhmikosR
Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`
2020-11-05Drop Legacy Edge support.XhmikosR
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-06-23Update .browserslistrc (#31124)XhmikosR
* remove ExplorerMobile since it's included in `dead` browsers * change Edge to >= 16 otherwise browserslist seems to include >= 17
2020-03-18Remove IE in .browserslistrcXhmikosR
2020-03-11.browserslistrc: bump the minimum supported version to 16.16299 (#30378)XhmikosR
This is what is currently supported by Microsoft https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
2019-05-03[WIP] Bump supported browsers for v5 (#28317)Mark Otto
* Bump supported browsers for v5 - Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history - Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/ - Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history - Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history - Opera history: https://help.opera.com/en/opera-version-history/ * Update .browserslistrc * Roll back Chrome several versions for now Still WIP, but wanting to get this merged, so finding a slightly wider baseline
2019-03-18.browserslistrc: add IE 11.XhmikosR
2019-03-18Revert "remove IE from our browserlist"XhmikosR
This reverts commit 5e068eeda9155e19663578a005383ce1da7fd1a6.
2019-02-20remove IE from our browserlistJohann-S
2018-07-16Move the browserslist config to a separate file.XhmikosR