Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mathjax to v2.7.9 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

Package Update Change
mathjax (source) patch 2.7.1 -> 2.7.9

Release Notes

mathjax/MathJax (mathjax)

v2.7.9: MathJax v2.7.9

Compare Source

This release updates the Speech-Rule Engine (SRE) that underlies MathJax's accessibility features to version 3.1 and updates the a11y extensions to version 1.6.0 to take advantage of the new SRE version. The upgrade includes new languages (German and French), and access to the Clearspeak rules via the accessibility menu, as well as bug fixes in SRE, and faster conversion of expressions to speech.

v2.7.7: MathJax v2.7.7

Compare Source

This release adds the missing top-level MathJax.js file to the npm package that was accidentally left out when we moved from a black list to a white list for packaging the npm release. There are no functional changes to MathJax itself with this release.

v2.7.6: MathJax v2.7.6

Compare Source

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.

v2.7.5: MathJax v2.7.5

Compare Source

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

v2.7.4: MathJax v2.7.4

Compare Source

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 to max-width for SVG output containing tags. (#​1950)
  • Properly handle namespaces starting with math in MathML input. (#​1951)
  • Make tex2jax and asciimath2jax 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)

v2.7.3: MathJax v2.7.3

Compare Source

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 from tex2jax, which was never implemented (#​1871)

  • TeX: Make HTML id's used in \tag handling more robust (#​1899)

  • TeX: Make \DeclareMathOperator and \Newextarrow localizable by begingroup (#​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 mrows with \left...\right (#​1829)

v2.7.2: MathJax v2.7.2

Compare Source

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
  • Properly handle arrays of elements in Typeset() call without callbacks. #​1680 #​1794
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
Interface
  • Fix typo in the localization menu #​1746
  • Update menu localization; adds: Arabic, Slovak, Thai, Traditional Chinese #​1821
Misc.

For more information see also


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants