Package: mathjax

Please update mathjax to 2.7.6. It's a bug-fix release.

Releases:
https://github.com/mathjax/MathJax/releases

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 and FORM attributes.
  *   Properly count multi-character glyphs when looking for a single character

Reply via email to