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

Fix compatiblity with older browsers #125

Closed
wants to merge 1 commit into from

Conversation

tnajdek
Copy link
Member

@tnajdek tnajdek commented May 23, 2024

This is part of a fix for zotero/web-library#544.

Depends on zotero/pdf.js#3.

  • Tweak browser list for babel targets
  • Add core-js
  • Replace the only one use of :is pseudo-selector with equivalent css
  • Replace all uses of replaceChildren with equivalent loop-based logic
  • Add a workaround for browsers not supporting inset-inline-end
  • Add a fix for epubs not loading in Safari <= 15
  • Update pdf.js submodule
  • Update some babel-related dependencies

* Tweak browser list for babel targets
* Add core-js
* Replace the only one use of :is pseudo-selector with equivalent css
* Replace all uses of `replaceChildren` with equivalent loop-based logic
* Add a workaround for browsers not supporting inset-inline-end
* Add a fix for epubs not loading in Safari <= 15
* Update pdf.js submodule
* Update some babel-related dependencies
@tnajdek
Copy link
Member Author

tnajdek commented Jun 26, 2024

No longer relevant, we do this instead: zotero/web-library#548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant