mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
- Migrates Angular test app tests from Cypress to Playwright - Resolves test TODOs with Angular 18 - Resolves nav TODO by adding in standalone components - Updates browserslist to remove warnings --------- Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
|
|
# For additional information regarding the format and rule options, please see:
|
|
# https://github.com/browserslist/browserslist#queries
|
|
|
|
# You can see what browsers were selected by your queries by running:
|
|
# npx browserslist
|
|
|
|
# Compatible with Angular 16-20 - Main browsers only
|
|
chrome >= 120
|
|
firefox >= 115
|
|
safari >= 17
|
|
edge >= 120
|
|
ios_saf >= 17
|
|
not dead
|
|
not IE 9-11 # For IE 9-11 support, remove 'not'.
|