Update dependency mathjax to v4 #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/mathjax-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.7.0→^4.0.0Release Notes
mathjax/MathJax (mathjax)
v4.1.1: MathJax v4.1.1Compare Source
This is mainly a bug fix release that resolves a number of issues from v4.1.0. The key fixes include:
ui/no-dark-modeextension has been added to disable MathJax's dark-mode color scheme for those pages that don't implement a dark-mode color set.<button>element, for example, will allow the button to receive the click event when you click on the math.See the v4.1.1 release notes for additional details.
v4.1.0: MathJax v4.1.0Compare Source
This release adds a number of new or improved features to MathJax, and fixes several issues in version 4.0.0. These are described in detail in the MathJax v4.1.0 release notes, but among the more important are:
mhchemthat were swapped accidentally.data-latexattributes for TeX output.v4.0.0: MathJax v4.0.0Compare Source
This is the long-awaited 4.0.0 release of MathJax, which has been several years in the making. Among the many new features in this release are:
begingroupextension from v2 (with more features), and several font-related extensions.textmacrosextension in all combined component files.mathtoolspackage to include the changes from 2022 and 2024.For many sites, the only change that will be needed to use v4 is to change the URL where you load MathJax to refer to version 4 rather than version 3, and to remove the /es5 directory from the URL. Most v3 configurations should still work with v4; but if you use the startup.ready() function to modify MathJax or create new TeX extensions, there may be some adjustments needed. One important change of note is that, since the number of TeX packages has grown, the all-packages extension and the "-full" components have been removed, so if you are using those, you will need to change to a component without the "-full" and either rely on the autoload extension to load the needed packages, or load them explicitly.
The MathJax documentation has been substantially updated for version 4, and now includes the missing or limited sections on using MathJax in node, including many examples and details. See the What's New in V4.0 section (more than 50 pages long) for much more information about the features described above, and in particular, check the Breaking Changes section for any changes that may affect your usage.
The MathJax web demos repository has been updated for v4.0, and reorganized for easier viewing. The demos now include a "Show Source" button that displays explanations and the important sections of the source code rather than using separate
.mdfiles, so there are fewer files to wade through, and you can compare the source code to the output more easily. There are also new examples in the documentation on using MathJax in a browser; most are listed in the Examples in a Browser section.The MathJax node demos repository is being updated and reorganized as well, but work is still being done on that, as some of the documentation needs to be expanded (for now, you may need to read the comments in the code). The tools in this repository have been made more powerful and complete, and much of the functionality that is common across multiple tools have been moved to utility libraries that can be shared by several tools. That means the examples are no longer stand-alone files, but they are more complete in their ability to use the features of MathJax. For example, all the examples that produce CHTML or SVG output can select the font to use, or add speech labels, and so on, and because speech is now available in all those examples, there are no longer separate speech demos. The tools can now take several expressions at once to typeset, or take them from a file, or process a complete HTML page. This means there are no longer separate page-based tools, so the number of examples is reduced, but the functionality is expanded. The MathJax documentation now covers using MathJax in node application in more detail than for v3, with lots of examples; most of these are listed in the Examples in Node Applications section.
As always, you may report issues in the MathJax issue tracker for v4; this is a major update, and there are sure to be things that will need adjusting.
v3.2.2: MathJax v3.2.2Compare Source
This is a hot-fix release that resolves three issues introduced in v3.2.1. See the release notes for details.
v3.2.1: MathJax v3.2.1Compare Source
This is a bug fix release that resolves more than 40 issues, and includes significant updates to the speech-rule engine that handles MathJax's assistive technology. See the release notes for details.
v3.2.0: MathJax v3.2.0Compare Source
This is a feature release that includes a new lazy-typesetting extension, nine new TeX extensions, a port of the v2 MML3 extension, new Hindi support in the expression explorer, along with several other improvements, and a number of bug fixes. See the release notes for details.
v3.1.4: MathJax v3.1.4Compare Source
This is a hot fix release to fix two problems with the recent 3.1.3 version. See the release notes for details.
v3.1.3: MathJax 3.1.3Compare Source
This is a bug fix release that resolves more than 70 issues, and updates a number of modules on which MathJax relies. See the release notes for details.
v3.1.2: MathJax v3.1.2Compare Source
Hot fix to correct regression introduced in v3.1.1 that caused control sequences followed by spaces to not be recognized.
v3.1.1: MathJax v3.1.1Compare Source
This is a bug fix release to address issues that arose from the recent 3.1.0 release. See the release notes for details.
v3.1.0: MathJax v3.1.0Compare Source
This is a feature release that includes a number of API improvements, new extensions, and updates to the assistive tools, as described in the release notes.
v3.0.5: MathJax v3.0.5Compare Source
This is a hot fix release to resolve an important issue with horizontal stretchy characters (e.g.,
\overlineand\overrightarrow) in CommonHTML output that was introduced in the recent version 3.0.4 release.v3.0.4: MathJax v3.0.4Compare Source
This is a bug-fix release. See the release notes for details.
Note that version 3.0.2 and 3.0.3 had problems with their
npmdeployment (some files where missing from the package), so were removed. This is the next actual version after 3.0.1v3.0.1: MathJax v3.0.1Compare Source
This is a bug-fix release. See the release notes for details.
v3.0.0: MathJax v3.0.0Compare Source
After over two years of development, the MathJax team is pleased to announce the official release of MathJax 3.0.0!
This version is a complete rewrite of MathJax from the ground up using modern programming techniques, including Typescript, ES6 modules, Promises, and more.
Please see the What's New in v3.0 section of the documentation for details about the new version 3.0.0.
Please see the Upgrading from v2 instructions for details about what is and isn't in version 3, and how to upgrade your site from version 2. Note in particular that there is a configuration converter that can help you move from version 2 to version 3.
See the documentation for details about how to use MathJax.
See the MathJax Source Repository for the source code for versions 3.
There are two repositories that contain examples of using MathJax, one for web pages, and one for use with node on a server:
Please use the MathJax Issue Tracker to report problems in version 3 of MathJax.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.