-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: Drop IE11 support #1502
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HenadzV
added
dependencies
Pull requests that update a dependency file
needs review
The PR is waiting for review
labels
Feb 24, 2023
HenadzV
requested review from
dshovchko,
ala-n,
julia-murashko,
yadamskaya and
abarmina
February 24, 2023 08:57
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
ala-n
added
not ready for merge
and removed
needs review
The PR is waiting for review
labels
Mar 6, 2023
HenadzV
added
needs review
The PR is waiting for review
and removed
not ready for merge
labels
Mar 6, 2023
abarmina
reviewed
Mar 10, 2023
abarmina
reviewed
Mar 10, 2023
abarmina
approved these changes
Mar 10, 2023
dshovchko
approved these changes
Mar 13, 2023
abarmina
approved these changes
Mar 15, 2023
yadamskaya
approved these changes
Mar 16, 2023
ala-n
approved these changes
Mar 17, 2023
3 tasks
Description: Remove the full version of the polyfill for ESL UI site renderer Remove shims and targets =ES5 in the site codebase Remove ES5-related OOTB ESL polyfills except es5-target-shim.ts Drop support for IE11 and ES5 target BREAKING CHANGES: ESL UI site renderer and ESL polyfills no longer support IE11 and ES5 target.
Description: Remove the medium version of the polyfill for ESL UI site renderer Drop support for Edge old versions and ES6 polyfils BREAKING CHANGES: ESL UI site renderer and ESL polyfills no longer support Edge old versions and ES6 polyfils.
ala-n
force-pushed
the
tech/polyfill-full
branch
from
March 17, 2023 03:58
287339a
to
f48ee1e
Compare
🎉 This PR is included in version 5.0.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
breaking-change
Breaking change marker
dependencies
Pull requests that update a dependency file
needs review
The PR is waiting for review
released on @beta
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Remove the full version of the polyfill for ESL UI site renderer Remove shims and targets =ES5 in the site codebase Remove ES5-related OOTB ESL polyfills except es5-target-shim.ts Drop support for IE11 and ES5 target
BREAKING CHANGES:
ESL UI site renderer and ESL polyfills no longer support IE11 and ES5 target.
Closes:
Relates to: