Skip to content

Comments

Add version number to default font URLs on jsdelivr#1423

Merged
dpvc merged 1 commit intodevelopfrom
feature/font-versions
Jan 30, 2026
Merged

Add version number to default font URLs on jsdelivr#1423
dpvc merged 1 commit intodevelopfrom
feature/font-versions

Conversation

@dpvc
Copy link
Member

@dpvc dpvc commented Jan 26, 2026

This PR adds version numbers to the URLs for fonts when they come from cdn.jsdeliver.net (the default). Without this, MathJax will load the latest font version, even if MathJax is not the latest version. This can lead to version mismatch warnings, and potentially to failures if the latest version has incompatible changes with the version being used.

This also adds support for inserting the Mathjax version number into the fontPath configuration value, so that if you move to a different CDN, you can include the version number in the appropriate place for that CDN.

This should improve the stability of MathJax as we make more v4 releases.

@dpvc dpvc requested a review from zorkow January 26, 2026 12:39
@dpvc dpvc added this to the v4.1.1 milestone Jan 26, 2026
@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.51%. Comparing base (95faa0c) to head (fd39984).
⚠️ Report is 8 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #1423     +/-   ##
==========================================
  Coverage    86.51%   86.51%             
==========================================
  Files          340      340             
  Lines        85993    86001      +8     
  Branches      4825     3186   -1639     
==========================================
+ Hits         74397    74405      +8     
  Misses       11596    11596             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@zorkow zorkow left a comment

Choose a reason for hiding this comment

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

lgtm.

@dpvc dpvc merged commit 8a35cea into develop Jan 30, 2026
3 checks passed
@dpvc dpvc deleted the feature/font-versions branch January 30, 2026 13:28
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.

2 participants