Skip to content
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

update polyfill configs for edge 79 + a few corrections #939

Conversation

romainmenke
Copy link
Collaborator

A bunch of polyfills still have edge = "*"
Compared each with MDN and update to <79.

@romainmenke romainmenke requested a review from a team as a code owner December 13, 2020 15:38
@@ -12,8 +12,8 @@ docs = "https://developer.mozilla.org/en-US/docs/Web/API/Element/matches"
spec = "http://dom.spec.whatwg.org/#dom-element-matches"

[browsers]
edge = "<18"
edge_mob = "<18"
edge = "<15"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manually tested in Edge 15,16,17 and tests pass for each without loading the polyfill.

@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Dec 13, 2020
@github-actions github-actions bot added the library Relates to an Origami library label Dec 13, 2020
@@ -5,8 +5,8 @@ repo = "https://github.com/scottjehl/picturefill"
docs = "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture"

[browsers]
edge = "<12"
edge_mob = "<12"
edge = "<13"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MDN states Edge 13 as the first version with support

Copy link
Owner

@JakeChampion JakeChampion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @romainmenke 🎉

@JakeChampion JakeChampion merged commit 96e0eb8 into JakeChampion:master Dec 14, 2020
Origami ✨ automation moved this from incoming to complete Dec 14, 2020
@romainmenke romainmenke deleted the update-polyfill-configs-for-edge-79--empathetic-stick-insect-1c83f2255c branch December 14, 2020 11:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2021
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants