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

uppy: remove legacy bundle #4845

Merged
merged 1 commit into from
Jan 3, 2024
Merged

uppy: remove legacy bundle #4845

merged 1 commit into from
Jan 3, 2024

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Dec 30, 2023

IE11 is long dead, Uppy doesn't use any web API that is not already supported by every major browsers, maintaining the legacy bundle is more work than it's worth, let's get rid of it!

In particular, the issue we have is that Babel is unable to read TS source, and I'm not sure wether it's easy to fix or hard, but frankly I doubt it's worth anyone's time to figure it out.
If this lands, folks wanting to maintain compat with older browsers would need to polyfill and transpile Uppy themselves, or stay on the legacy 3.x bundle.

Copy link
Member

@Murderlon Murderlon left a comment

Choose a reason for hiding this comment

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

I'm okay with this

@aduh95 aduh95 requested a review from arturi January 3, 2024 13:59
IE11 is long dead, Uppy doesn't use any web API that is not already supported by every major browsers, maintaining the legacy bundle is more work than it's worth, let's get rid of it!
@arturi
Copy link
Contributor

arturi commented Jan 3, 2024

So we are doing this for 4.0 release, right? In that case, I think it’s totally worth it in 2024.

@aduh95
Copy link
Contributor Author

aduh95 commented Jan 3, 2024

Yes, this is targeted to the 4.x branch, 3.x will keep getting a legacy bundled for each release.

@aduh95 aduh95 merged commit f62ae48 into 4.x Jan 3, 2024
19 checks passed
@aduh95 aduh95 deleted the legacy-no-more branch January 3, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants