7
0
forked from pool/mathjax

- Update version to 3.2.2

* Prevent lazy typesetting from re-typeset expressions unnecessarily, which
    can cause duplicate-label error messages in the output, and degrade
    performance.
  * Improve method for obtaining the <math> element from mml3 conversion, 
    allowing it to work better in an XHTML setting.
  * Make version.ts use a constant and create the file during the build process
    rather than dynamically determining the version. This allows easier
    packaging of MathJax into other applications.

- Update version to 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mathjax?expand=0&rev=3
This commit is contained in:
2025-01-04 21:21:27 +00:00
committed by Git OBS Bridge
parent bdb5e5cac1
commit f1fa70eaf1
4 changed files with 47 additions and 85 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Dec 19 12:52:26 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 3.2.2
* Prevent lazy typesetting from re-typeset expressions unnecessarily, which
can cause duplicate-label error messages in the output, and degrade
performance.
* Improve method for obtaining the <math> element from mml3 conversion,
allowing it to work better in an XHTML setting.
* Make version.ts use a constant and create the file during the build process
rather than dynamically determining the version. This allows easier
packaging of MathJax into other applications.
-------------------------------------------------------------------
Wed Dec 18 12:08:15 UTC 2024 - Hillwood Yang <hillwood@opensuse.org>
- Update version to 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.
-------------------------------------------------------------------
Mon Jul 26 16:50:13 UTC 2021 - Fridrich Strba <fstrba@suse.com>