-
Notifications
You must be signed in to change notification settings - Fork 116
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
use command/commandfor over custom data-(show|close|submit)-dialog-id #3331
base: main
Are you sure you want to change the base?
use command/commandfor over custom data-(show|close|submit)-dialog-id #3331
Conversation
🦋 Changeset detectedLatest commit: d2df131 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
61c60c5
to
54b75e9
Compare
212cf7f
to
384b991
Compare
384b991
to
653e82a
Compare
653e82a
to
2fda90d
Compare
2fda90d
to
434e56e
Compare
434e56e
to
4ea9902
Compare
4ea9902
to
53270ba
Compare
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.
This seems generally great to me, thanks! I do however find myself wondering what the dotcom impact will be. Do we know how many times dotcom code targets the data-{open,close}-dialog-id
attributes? I would hope never, but experience has taught me otherwise 😓
about 100 or so, hence soft-deprecating with a warning. When this PR gets integrated the polyfill will be deployed and I can go ahead and clean up all the callsites in the monolith. Once that's done I'll come back here and sweep up the deprecated code. |
…-close-submit-dialog-id
Authors: Please fill out this form carefully and completely.
Reviewers: By approving this Pull Request you are approving the code change, as well as its deployment and mitigation plans.
Please read this description carefully. If you feel there is anything unclear or missing, please ask for updates.
What are you trying to accomplish?
I want to deprecate
data-show-dialog-id
anddata-close-dialog-id
. Doing this allows us to:Integration
No updates to production, but production will also want to migrate.
List the issues that this change affects.
Risk Assessment
What approach did you choose and why?
Anything you want to highlight for special attention from reviewers?
Accessibility
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.