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)