Releases: mathjax/MathJax
MathJax v2.7.6
This is a bug fix release that fixes an issue with the latest.js
file that is used to obtain the most current 2.x version of MathJax from one of the CDNs that serves MathJax. The problem is that the most current version is only obtained if the highest version on the CDN is version 2.x.y for some x and y, so when MathJax goes to version 3.0, latest.js
will find that the current CDN version is 3.0 and (correctly) will not switch to that, but instead will (incorrectly) use the version from which latest.js
was loaded rather than the highest 2.x.y available. This means that when version 3.0 is released, sites using latest.js
will fall back from version 2.7.5 to the version that they specified for latests.js
. MathJax will still run on those pages, but it may be an earlier version than you have been getting in the past.
The new version of latest.js
properly handles the situation when the current version is not 2.x, so switching to 2.7.6/latest.js
should mean you will get the highest 2.x version in the future, even when v3.0 is released. This version also updates the CDN list to include additional servers, and to remove RawGit, which is no longer in service.
We recommend anyone using latest.js
switch to this version.
MathJax v2.7.5
This is a bug-fix release primarily to address issues with WebKit that can cause the page to crash or some text to be missing in recent versions of Safari.
- Update AsciiMath to current master version
- Update mhchem to version 3.3.0
- Update a11y to version 1.5.0 (with SRE 2.2.2)
- Use Plane1 alphabets for STIX fonts when possible in HTML-CSS and SVG. (#1923)
- Improve line breaking algorithm for all output modes. (#1970)
- Fix problems with multline in CHTML (with tags) and SVG (with small containers). (#1974)
- Add CSS for munder in CHTML. (#1981)
- Adjust measuring of ex size and container width to avoid line breaks for inline math in WebKit. (#1982)
- Don't rescale mstyle bbox for scriptstyle changes in CHTML. (#1985)
- Prevent potential infinite loop in
setRenderer()
. (#1986) - Make sure
\big
, etc., are at the right size in script styles in CHTML. (#1987) - Fix problem with position of under/over applied to tables in SVG and HTML-CSS. (#1993)
- Properly handle MML spacing for explicit FORM attributes in all output modes. (#1997)
- Fix potential crash and missing text in recent Safari versions. (#2005)
- Change WebKit version for accent fix from 603 to 602. (#2017)
- Adjust
max-width
in SVG output to account for scaling factor. - Fix for
useMMLspacing
andFORM
attributes. - Properly count multi-character glyphs when looking for a single character
MathJax v2.7.4
This is a bug-fix release. Among the issue fixed in this release are the following:
- Prevent infinite loop if an autoloaded component fails to load. (#1936)
- Always set movablelimits to false in
\overset
and\underset
. (#1929) - CSS reset for box-sizing in HTML-CSS output. (#1942)
- Add
px
tomax-width
for SVG output containing tags. (#1950) - Properly handle namespaces starting with
math
in MathML input. (#1951) - Make
tex2jax
andasciimath2jax
rescan after unmatched delimiter. (#1960) - Fix minimum height of accents in scripts. (#1956)
- Make monospaced non-breaking space be of correct width. (#1953)
- Handle size of centered large operators correctly in mrows. (#1933)
MathJax v2.7.3
This is mostly a bug-fix release, with a few enhancements as well.
The primary enhancement is the addition of version 2.3 of the Speech-Rule Engine that underlies the accessibility tools. This includes performance enhancements as well as a Spanish localization that is tied to the MathJax localization menu. In addition, the Explorer menu in the Assistive submenu has been slimmed down to remove unneeded options.
Other bug fixes and enhancements include:
-
AsciiMath has been updated to include new features that have been added in the official
AsciiMathML.js
file since v2.7.2 was released. -
HTML-CSS: Improve detection of web fonts (#517)
-
Improve line breaking past the container width when no break is found within it (#1883)
-
SVG: Don't lose pre-spacing in elements containing line breaks (#1915)
-
CommonHTML: Fix width of roots containing line breaks (#1882)
-
TeX: Remove
balanceBraces
option fromtex2jax
, which was never implemented (#1871) -
TeX: Make HTML id's used in
\tag
handling more robust (#1899) -
TeX: Make
\DeclareMathOperator
and\Newextarrow
localizable bybegingroup
(#1876) -
SVG: Measure sizes of
annotation-xml
elements properly (#1870) -
TeX: Have
\bigg
and friends to trim spaces from their arguments (#1819) -
Handle default border width properly in SVG and HTML-CSS (#1855)
-
Decode hash URI component so it works with special characters (#1843)
-
CommonHTML: Reset character width if a reset occurs while an equation is being processed (#1837)
-
CommonHTML: Properly scale widths in line breaking algorithm (#1881)
-
HTML-CSS: Fix position of rightmost glyph in multi-glyph horizontal stretchy characters (#1896)
-
MathML: Don't add duplicate
xmlns
attribute when original is empty (#1862) -
TeX: Don't produce unwanted
mrow
s with\left...\right
(#1829)
MathJax v2.7.2
MathJax v2.7.2 focuses on bug fixes including a workaround for a regression in Safari as well as an important update to the speech-rule engine that underlies the MathJax Accessibility Extensions.
Bug fixes
Accessibility
- Upgrade Accessibility Extensions to v1.2.3
API
Output
- Remap newlines to spaces. #1694 #1783
- Fix placement of underlines in script styles. #1686 #1792
- [CommonHTML] Fix problem with ex-height detection in some instances. #1664 #1671
- [CommonHTML] Add space between fractions when
useMMLspacing
is in effect. #1626 #1786 - [CommonHTML] Don't force width of large collections of text. #1718 #1788
- [CommonHTML] Fix bounding box issues with some stretchy characters. #1712 #1789
- [CommonHTML] Fix problem with table row and column lines #1711 #1790
- [CommonHTML] Improve position of stretchy accents. #1735 #1787
- [CommonHTML] Fix problem with
<=>
arrow in mhchem. 1657 #1795 - [CommonHTML] Fix
getNode()
method not descending into all the children. #1691 #1791 - [CommonHTML] Use non-combining vector arrow to work around Safari regression. #1709 #1796
- [CommonHTML] [SVG] Localize some variables that where accidentally global. #1806 #1809
- [HTML-CSS] Work around for regression in Safari wrt combining characters. #1737 #1775
- [HTML-CSS] Handle FontFaceBug interaction with web fonts in Chrome. #1774 #1776
- [HTML-CSS] Fix typo in STIX font data. #1683 #1785
- [HTML-CSS] Fix positioning problem with accents at large math sizes. #1798. #1799
- [HTML-CSS] [SVG] Add minimum height for accents. #1706 #1781
Input
- [TeX] Allow negative dimensions in
\Rule
and add\rule
macro. #1666 #1673 - [TeX] Better error messages for
\shoveleft
and\shoveright
. #1701 #1782 - [TeX] Better test for
\text{}
in\cases{}
. #1482 #1793 - [TeX] Fix spacing for
aligned
/alignedat
. #1690 #1784 - [TeX] Add more unicode-based intergrals for mediawiki-texvc. #1723 #1810
- [MathML] Fix problem with namespaces on internal element. #1755 #1756
Interface
- Fix typo in the localization menu #1746
- Update menu localization; adds: Arabic, Slovak, Thai, Traditional Chinese #1821
Misc.
- Fixed typos in comments #1660
- Fix trailing comma #1670
- Fix typo in function name #1797
- Fix automatic deployment to npm #1820
For more information see also
- The 2.7.2 milestone for details.
- The announcement at
MathJax v2.7.2-rc (release candidate)
This is the first release candidate for v2.7.2.
MathJax 2.7.2-beta.1
This is the second beta release for 2.7.2. It incorporates SRE 2.0 and fixes a timing problem with the accessibility menu when used in combined configuration files. See the 2.7.2-beta.0 release for further details.
MathJax 2.7.1-beta.0
This is a bug-fix release that resolves two dozen issues, and also includes an important update to the speech-rule engine that underlies the accessibility tools provided by MathJax via the accessibility menu.
Among the bugs that are fixed are:
- The misplacement of vector arrows that first appeared in Safari 10 (#1709 and #1737).
- An error with certain uses of
AMScd
in CommonHTML output (#1691)
See the 2.7.2 milestone for details.
MathJax v2.7.1
This patch release to fix dependencies on cdn.mathjax.org
which is nearing its end-of-life, cf. https://www.mathjax.org/cdn-shutting-down/ for migration help.
- Fix #1738
- Add static copy of the MathJax Accessibility Extensions at v1.2.2.
- Add static copy of mhchem at v3.2.0.
- Add
latest.js
, a convenience loader to load the latest release fromcdnjs
,rawgit
andjsdelivr
.
MathJax v2.7.0
MathJax v2.7.0 focuses on bug fixes and provides opt-ins into several new features.
For more information see