impfen / apps-inoeg

Kiebitz Web Applications (for users, providers and mediators). Still a work-in-progress, use with care!
https://kiebitz.eu/
GNU Affero General Public License v3.0
0 stars 5 forks source link

Specify browser-support #6

Closed benbender closed 2 years ago

benbender commented 2 years ago

At the moment, we are "stating" (via package.json's "browserslist") that we are supporting browserslist defaults. These are, at the time of writing:

and_chr 96
and_ff 94
and_qq 10.4
and_uc 12.12
android 96
baidu 7.12
chrome 96
chrome 95
chrome 94
chrome 93
chrome 92
edge 96
edge 95
edge 94
firefox 94
firefox 93
firefox 92
firefox 91
firefox 78
ie 11
ios_saf 15
ios_saf 14.5-14.8
ios_saf 14.0-14.4
ios_saf 12.2-12.5
kaios 2.5
op_mini all
op_mob 64
opera 81
opera 80
opera 79
safari 15.1
safari 15
safari 14.1
safari 13.1
samsung 15.0
samsung 14.0

To ease our lives and minimize package-size in frontend, I would suggest to drop at least: safari 13.1, ie 11, op_mini all, op_mob 64, ios_saf 12.2-12.5, firefox 78, kaios 2.5, samsung 14.0, and_qq 10.4, and_uc 12.12, baidu 7.12

Most of them wont be (completely) supported anyways so dropping them would simply reflect reality.