wanghenshui / wanghenshui.github.io

my blog, please do not fork
https://wanghenshui.github.io
Other
4 stars 1 forks source link

Update dependency mathjax to v2.7.9 #20

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

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

Release Notes

mathjax/MathJax ### [`v2.7.9`](https://togithub.com/mathjax/MathJax/releases/2.7.9) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.7...2.7.9) 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`](https://togithub.com/mathjax/MathJax/releases/2.7.7) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.6...2.7.7) 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`](https://togithub.com/mathjax/MathJax/releases/2.7.6) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.5...2.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. ### [`v2.7.5`](https://togithub.com/mathjax/MathJax/releases/2.7.5) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.4...2.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](https://togithub.com/mathjax/MathJax/issues/1923)) - Improve line breaking algorithm for all output modes. ([#​1970](https://togithub.com/mathjax/MathJax/issues/1970)) - Fix problems with multline in CHTML (with tags) and SVG (with small containers). ([#​1974](https://togithub.com/mathjax/MathJax/issues/1974)) - Add CSS for munder in CHTML. ([#​1981](https://togithub.com/mathjax/MathJax/issues/1981)) - Adjust measuring of ex size and container width to avoid line breaks for inline math in WebKit. ([#​1982](https://togithub.com/mathjax/MathJax/issues/1982)) - Don't rescale mstyle bbox for scriptstyle changes in CHTML. ([#​1985](https://togithub.com/mathjax/MathJax/issues/1985)) - Prevent potential infinite loop in `setRenderer()`. ([#​1986](https://togithub.com/mathjax/MathJax/issues/1986)) - Make sure `\big`, etc., are at the right size in script styles in CHTML. ([#​1987](https://togithub.com/mathjax/MathJax/issues/1987)) - Fix problem with position of under/over applied to tables in SVG and HTML-CSS. ([#​1993](https://togithub.com/mathjax/MathJax/issues/1993)) - Properly handle MML spacing for explicit FORM attributes in all output modes. ([#​1997](https://togithub.com/mathjax/MathJax/issues/1997)) - Fix potential crash and missing text in recent Safari versions. ([#​2005](https://togithub.com/mathjax/MathJax/issues/2005)) - Change WebKit version for accent fix from 603 to 602. ([#​2017](https://togithub.com/mathjax/MathJax/issues/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`](https://togithub.com/mathjax/MathJax/releases/2.7.4) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.3...2.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](https://togithub.com/mathjax/MathJax/issues/1936)) - Always set movablelimits to false in `\overset` and `\underset`. ([#​1929](https://togithub.com/mathjax/MathJax/issues/1929)) - CSS reset for box-sizing in HTML-CSS output. ([#​1942](https://togithub.com/mathjax/MathJax/issues/1942)) - Add `px` to `max-width` for SVG output containing tags. ([#​1950](https://togithub.com/mathjax/MathJax/issues/1950)) - Properly handle namespaces starting with `math` in MathML input. ([#​1951](https://togithub.com/mathjax/MathJax/issues/1951)) - Make `tex2jax` and `asciimath2jax` rescan after unmatched delimiter. ([#​1960](https://togithub.com/mathjax/MathJax/issues/1960)) - Fix minimum height of accents in scripts. ([#​1956](https://togithub.com/mathjax/MathJax/issues/1956)) - Make monospaced non-breaking space be of correct width. ([#​1953](https://togithub.com/mathjax/MathJax/issues/1953)) - Handle size of centered large operators correctly in mrows. ([#​1933](https://togithub.com/mathjax/MathJax/issues/1933)) ### [`v2.7.3`](https://togithub.com/mathjax/MathJax/releases/2.7.3) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.2...2.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](https://togithub.com/mathjax/MathJax/issues/517)) - Improve line breaking past the container width when no break is found within it ([#​1883](https://togithub.com/mathjax/MathJax/issues/1883)) - SVG: Don't lose pre-spacing in elements containing line breaks ([#​1915](https://togithub.com/mathjax/MathJax/issues/1915)) - CommonHTML: Fix width of roots containing line breaks ([#​1882](https://togithub.com/mathjax/MathJax/issues/1882)) - TeX: Remove `balanceBraces` option from `tex2jax`, which was never implemented ([#​1871](https://togithub.com/mathjax/MathJax/issues/1871)) - TeX: Make HTML id's used in `\tag` handling more robust ([#​1899](https://togithub.com/mathjax/MathJax/issues/1899)) - TeX: Make `\DeclareMathOperator` and `\Newextarrow` localizable by `begingroup` ([#​1876](https://togithub.com/mathjax/MathJax/issues/1876)) - SVG: Measure sizes of `annotation-xml` elements properly ([#​1870](https://togithub.com/mathjax/MathJax/issues/1870)) - TeX: Have `\bigg` and friends to trim spaces from their arguments ([#​1819](https://togithub.com/mathjax/MathJax/issues/1819)) - Handle default border width properly in SVG and HTML-CSS ([#​1855](https://togithub.com/mathjax/MathJax/issues/1855)) - Decode hash URI component so it works with special characters ([#​1843](https://togithub.com/mathjax/MathJax/issues/1843)) - CommonHTML: Reset character width if a reset occurs while an equation is being processed ([#​1837](https://togithub.com/mathjax/MathJax/issues/1837)) - CommonHTML: Properly scale widths in line breaking algorithm ([#​1881](https://togithub.com/mathjax/MathJax/issues/1881)) - HTML-CSS: Fix position of rightmost glyph in multi-glyph horizontal stretchy characters ([#​1896](https://togithub.com/mathjax/MathJax/issues/1896)) - MathML: Don't add duplicate `xmlns` attribute when original is empty ([#​1862](https://togithub.com/mathjax/MathJax/issues/1862)) - TeX: Don't produce unwanted `mrow`s with `\left...\right` ([#​1829](https://togithub.com/mathjax/MathJax/issues/1829)) ### [`v2.7.2`](https://togithub.com/mathjax/MathJax/releases/2.7.2) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.1...2.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](https://togithub.com/mathjax/MathJax-a11y/releases/tag/1.2.3) ##### API - Properly handle arrays of elements in `Typeset()` call without callbacks. [#​1680](https://togithub.com/mathjax/MathJax/issues/1680) [#​1794](https://togithub.com/mathjax/MathJax/issues/1794) ##### Output - Remap newlines to spaces. [#​1694](https://togithub.com/mathjax/MathJax/issues/1694) [#​1783](https://togithub.com/mathjax/MathJax/issues/1783) - Fix placement of underlines in script styles. [#​1686](https://togithub.com/mathjax/MathJax/issues/1686) [#​1792](https://togithub.com/mathjax/MathJax/issues/1792) - [CommonHTML] Fix problem with ex-height detection in some instances. [#​1664](https://togithub.com/mathjax/MathJax/issues/1664) [#​1671](https://togithub.com/mathjax/MathJax/issues/1671) - [CommonHTML] Add space between fractions when `useMMLspacing` is in effect. [#​1626](https://togithub.com/mathjax/MathJax/issues/1626) [#​1786](https://togithub.com/mathjax/MathJax/issues/1786) - [CommonHTML] Don't force width of large collections of text. [#​1718](https://togithub.com/mathjax/MathJax/issues/1718) [#​1788](https://togithub.com/mathjax/MathJax/issues/1788) - [CommonHTML] Fix bounding box issues with some stretchy characters. [#​1712](https://togithub.com/mathjax/MathJax/issues/1712) [#​1789](https://togithub.com/mathjax/MathJax/issues/1789) - [CommonHTML] Fix problem with table row and column lines [#​1711](https://togithub.com/mathjax/MathJax/issues/1711) [#​1790](https://togithub.com/mathjax/MathJax/issues/1790) - [CommonHTML] Improve position of stretchy accents. [#​1735](https://togithub.com/mathjax/MathJax/issues/1735) [#​1787](https://togithub.com/mathjax/MathJax/issues/1787) - [CommonHTML] Fix problem with `<=>` arrow in mhchem. 1657 [#​1795](https://togithub.com/mathjax/MathJax/issues/1795) - [CommonHTML] Fix `getNode()` method not descending into all the children. [#​1691](https://togithub.com/mathjax/MathJax/issues/1691) [#​1791](https://togithub.com/mathjax/MathJax/issues/1791) - [CommonHTML] Use non-combining vector arrow to work around Safari regression. [#​1709](https://togithub.com/mathjax/MathJax/issues/1709) [#​1796](https://togithub.com/mathjax/MathJax/issues/1796) - [CommonHTML][svg] Localize some variables that where accidentally global. [#​1806](https://togithub.com/mathjax/MathJax/issues/1806) [#​1809](https://togithub.com/mathjax/MathJax/issues/1809) - [HTML-CSS] Work around for regression in Safari wrt combining characters. [#​1737](https://togithub.com/mathjax/MathJax/issues/1737) [#​1775](https://togithub.com/mathjax/MathJax/issues/1775) - [HTML-CSS] Handle FontFaceBug interaction with web fonts in Chrome. [#​1774](https://togithub.com/mathjax/MathJax/issues/1774) [#​1776](https://togithub.com/mathjax/MathJax/issues/1776) - [HTML-CSS] Fix typo in STIX font data. [#​1683](https://togithub.com/mathjax/MathJax/issues/1683) [#​1785](https://togithub.com/mathjax/MathJax/issues/1785) - [HTML-CSS] Fix positioning problem with accents at large math sizes. [#​1798](https://togithub.com/mathjax/MathJax/issues/1798). [#​1799](https://togithub.com/mathjax/MathJax/issues/1799) - [HTML-CSS][svg] Add minimum height for accents. [#​1706](https://togithub.com/mathjax/MathJax/issues/1706) [#​1781](https://togithub.com/mathjax/MathJax/issues/1781) ##### Input - [TeX] Allow negative dimensions in `\Rule` and add `\rule` macro. [#​1666](https://togithub.com/mathjax/MathJax/issues/1666) [#​1673](https://togithub.com/mathjax/MathJax/issues/1673) - [TeX] Better error messages for `\shoveleft` and `\shoveright`. [#​1701](https://togithub.com/mathjax/MathJax/issues/1701) [#​1782](https://togithub.com/mathjax/MathJax/issues/1782) - [TeX] Better test for `\text{}` in `\cases{}`. [#​1482](https://togithub.com/mathjax/MathJax/issues/1482) [#​1793](https://togithub.com/mathjax/MathJax/issues/1793) - [TeX] Fix spacing for `aligned`/`alignedat`. [#​1690](https://togithub.com/mathjax/MathJax/issues/1690) [#​1784](https://togithub.com/mathjax/MathJax/issues/1784) - [TeX] Add more unicode-based intergrals for mediawiki-texvc. [#​1723](https://togithub.com/mathjax/MathJax/issues/1723) [#​1810](https://togithub.com/mathjax/MathJax/issues/1810) - [MathML] Fix problem with namespaces on internal element. [#​1755](https://togithub.com/mathjax/MathJax/issues/1755) [#​1756](https://togithub.com/mathjax/MathJax/issues/1756) ##### Interface - Fix typo in the localization menu [#​1746](https://togithub.com/mathjax/MathJax/issues/1746) - Update menu localization; adds: Arabic, Slovak, Thai, Traditional Chinese [#​1821](https://togithub.com/mathjax/MathJax/issues/1821) ##### Misc. - Fixed typos in comments [#​1660](https://togithub.com/mathjax/MathJax/issues/1660) - Fix trailing comma [#​1670](https://togithub.com/mathjax/MathJax/issues/1670) - Fix typo in function name [#​1797](https://togithub.com/mathjax/MathJax/issues/1797) - Fix automatic deployment to npm [#​1820](https://togithub.com/mathjax/MathJax/issues/1820) For more information see also - The [2.7.2 milestone](https://togithub.com/mathjax/MathJax/milestone/16?closed=1) for details. - The announcement at ### [`v2.7.1`](https://togithub.com/mathjax/MathJax/releases/2.7.1) [Compare Source](https://togithub.com/mathjax/MathJax/compare/2.7.0...2.7.1) This patch release to fix dependencies on `cdn.mathjax.org` which is nearing its end-of-life, cf. for migration help. - Fix [#​1738](https://togithub.com/mathjax/MathJax/issues/1738) - Add static copy of the [MathJax Accessibility Extensions](https://togithub.com/mathjax/mathjax-a11y) at v1.2.2. - Add static copy of [mhchem](https://mhchem.github.io) at v3.2.0. - Add `latest.js`, a convenience loader to load the latest release from `cdnjs`, `rawgit` and `jsdelivr`.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (2.7.9). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.