Skip to content

Update dependency mathjax to v4.1.3#95

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/mathjax-4.x
Jul 10, 2026
Merged

Update dependency mathjax to v4.1.3#95
renovate[bot] merged 1 commit into
mainfrom
renovate/mathjax-4.x

Conversation

@renovate

@renovate renovate Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
mathjax (source) minor 4.0.04.1.3

Release Notes

mathjax/MathJax (mathjax)

v4.1.3: mathJax v4.1.3

Compare Source

This is a bug-fix release, primarily to resolve several issues with the semantic-enrichment and speech-generation code that could loop infinitely in some cases, leading MathJax to crash. In particular:

  • Several regressions within the speech-rule engine, mostly involving empty bases for super- or subscript, or initial spaces within expressions, were resolved.

  • A performance issue with speech generation for large flat expressions was resolved.

See the release notes for the list of other bugs that have been fixed in this version.

v4.1.2: MathJax v4.1.2

Compare Source

This is mainly a bug fix release that resolves a number of issues from v4.1.1.

The one change that may affect current content is that some of the font-sizing macros like \large and \tiny were setting the wrong sizes, and have been corrected. In particular, the sizes for \tiny and \Tiny were reversed, while the size for \large and the other larger sizes were all off by one size (\large was using the size that should have been for \Large, \Large was using the size of \LARGE, etc.), and \small was too small. These have all been fixed to use the correct sizes. Existing content that use these macros will now use the correct sizing values, and that may affect the results of those expressions. For this reason, we have added a new fontsizev3 TeX package that puts back the incorrect sizing values used in v3 and earlier versions of v4. If you include

window.MathJax = {
  loader: {load: ['[tex]/fontsizev3']},
  tex: {packages: {'[+]': ['fontsizev3']}},
};

in your configuration, you will keep the original sizes. In addition to these size corrections, the missing \SMALL, \Small, and \footnotesize were added, as was a non-standard \HUGE to correspond with the size available (incorrectly) as \Huge in the past.

See the release notes for 4.1.2 for additional details.

v4.1.1: MathJax v4.1.1

Compare Source

This is mainly a bug fix release that resolves a number of issues from v4.1.0. The key fixes include:

  • Fixed CS for positioning dialogs so that they appear at the proper location in a scrolled window, and so that page doesn't scroll to the top.
  • A new ui/no-dark-mode extension has been added to disable MathJax's dark-mode color scheme for those pages that don't implement a dark-mode color set.
  • Handling of clicks in form elements embedded within an expression are now better handled by the expression explorer, and tabbing will include embedded form elements.
  • The expression explorer now passes mouse clicks and other events on to the surrounding parent tags, so that math within a <button> element, for example, will allow the button to receive the click event when you click on the math.
  • A number of speech improvements have been made, including better handling of phantom elements, better speech for over/under constructions, and better handling of the speech for tables.
  • Speech is now properly added to inline elements in SVG output when automatic in-line line-breaks are allowed.

See the v4.1.1 release notes for additional details.

v4.1.0: MathJax v4.1.0

Compare Source

This release adds a number of new or improved features to MathJax, and fixes several issues in version 4.0.0. These are described in detail in the MathJax v4.1.0 release notes, but among the more important are:

  • Changes to make v4.1 more compatible with older browsers (v4.0 used modern CSS and javascript functions that are not available in some older browsers).
  • Support for a dark-mode color scheme.
  • Movable and sizable dialog boxes (both via the mouse and by keyboard arrow keys).
  • Ability to tab to hyperlinks within typeset expressions.
  • More accurate highlighting of some expressions during exploration.
  • Better handling of tactile Braille output devices in Windows.
  • Better handling of speech for tables and tagged expressions.
  • Better voicing of European-style open interval notation.
  • Fixed arrows in mhchem that were swapped accidentally.
  • More reliable data-latex attributes for TeX output.
  • Better positioning of some accents (e.g., the vector arrow) in Safari and other WebKit-based browsers in CHTML output.
  • Several new configuration options, e.g., to make font loading easier.
  • Improvements to the build system to allow MathJax to be built in Windows power shell.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot merged commit bd9b734 into main Jul 10, 2026
4 checks passed
@renovate renovate Bot deleted the renovate/mathjax-4.x branch July 10, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants