-
Notifications
You must be signed in to change notification settings - Fork 11
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: popover plugin support #475
Conversation
@@ -53,6 +53,7 @@ | |||
"@spectrum-web-components/menu": "0.43.0", | |||
"@spectrum-web-components/overlay": "0.43.0", | |||
"@spectrum-web-components/picker": "0.43.0", | |||
"@spectrum-web-components/popover": "0.43.0", |
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.
Already a transient dependancy, added to make eslint happy.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release #475 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 54
Lines ? 2209
Branches ? 0
===========================================
Hits ? 2209
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
looks and works great!
2 comments:
- you already pass the current theme as a query parameter. but the value isn't updated dynamically when the user switches themes and reopens the popover.
- accessibility (keyboard access) seems to be a problem... maybe we can somehow set the focus inside the iframe or at least the popover, so the user can step into it? (the same problem exists with palette plugins, of course)
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.
My comments can also be addressed in a separate issue.
Co-authored-by: Raphael Wegmueller <[email protected]>
# [7.4.0](v7.3.0...v7.4.0) (2025-02-25) ### Bug Fixes * close button overhang ([#477](#477)) ([c9846af](c9846af)) * **css:** body text-align bleed ([#466](#466)) ([4872eae](4872eae)) * **deps:** update external fixes ([#473](#473)) ([75cc0a3](75cc0a3)) ### Features * allow tools.aem.live and labs.aem.live to list configured sites ([#468](#468)) ([5729c25](5729c25)) * **json:** improved empty message ([#467](#467)) ([acb4774](acb4774)) * popover plugin support ([#475](#475)) ([c90a111](c90a111))
🎉 This PR is included in version 7.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
fixes: #474