Skip to content

MathJax v3.0.4

Compare
Choose a tag to compare
@dpvc dpvc released this 08 Apr 20:34
· 956 commits to master since this release

This is mostly a bug-fix release, resolving a number of important issues since v3.0.1. See the individual bugs linked below for more details, and the 3.0.4 milestone for the pull requests involved in this release.

Version 3.0.2 and 3.0.3 had problems with their npm deployment and have been removed; 3.0.4 is the next release after 3.0.1.

New Features in this Release

  • The infrastructure for the font system has been updated to prepare for more font support in a future release. See #455 for details.

  • The expression explorer now has dynamic loading for its locale data, and the speech-rule engine has been updated to 3.0.0-beta.10.

Bugs Addressed in this Release

Output Issues

TeX Input

MathML input

Miscellaneous

  • Correct menu name being disabled. (mathjax/MathJax-demos-node#10)

  • Fix error with setting startup.elements in configuration. (mathjax/MathJax#2371)

  • Use components/global.js to get window.MathJax in menu handling. (#458)

  • Prevent reading node_modules/@types from containing directories. (mathjax/MathJax#2358)

  • Don't process escaped characters in a11y and menu extensions. (mathjax/MathJax#2327)

  • Set loader's mathjax path to work in more situations. (#406)

  • Fix problem with infinite loop with SRE component in IE. (#450)