-
Notifications
You must be signed in to change notification settings - Fork 55
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
chore: Remove ally.js #5226
base: master
Are you sure you want to change the base?
chore: Remove ally.js #5226
Conversation
Size Change: -1.89 kB (-0.01%) Total Size: 16.9 MB
ℹ️ View Unchanged
|
fork/module-to-cdn/modules.json
Outdated
"ally.js": { | ||
"var": "ally", | ||
"versions": { | ||
">= 1.0.0": { | ||
"development": "/ally.min.js", | ||
"production": "/ally.min.js" | ||
} | ||
} | ||
}, |
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.
I would let it here in terms of backward compatiliby, in case you still have it in the code base it can break your app.
Remove it from the code and you should not have it anymore in the final application without this change.
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.
Also you need to add coresponding changeset
What is the problem this PR is trying to solve?
We use
ally.js
to have a polyfill for:focus-within
in css.It is not really needed anymore as this pseudo class in now widely supported.
What is the chosen solution to this problem?
Remove
ally.js
polyfill and switch the usage of the lib css class to the pseudo class.Please check if the PR fulfills these requirements
yarn changeset
to a request a release from the CI if wanted.[ ] This PR introduces a breaking change