-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(uui-popover-container): remove the Firefox popover polyfill #858
feat(uui-popover-container): remove the Firefox popover polyfill #858
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-858.westeurope.azurestaticapps.net |
…fox-polyfill-not-needed
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-858.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-858.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-858.westeurope.azurestaticapps.net |
Quality Gate passedIssues Measures |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-858.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: remove the Firefox polyfill as Firefox now natively supports the Popover API * test: add test for `popover` attribute * package json * revert package lock * update package lock * update github action to install all playwright dependencies --------- Co-authored-by: JesmoDev <[email protected]>
Description
Firefox now supports the Popover API so we no longer need this polyfill.
Updates the test github action to now also update the Playwright Browsers