Update dependency mathjax to v4.1.3#95
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0→4.1.3Release Notes
mathjax/MathJax (mathjax)
v4.1.3: mathJax v4.1.3Compare Source
This is a bug-fix release, primarily to resolve several issues with the semantic-enrichment and speech-generation code that could loop infinitely in some cases, leading MathJax to crash. In particular:
Several regressions within the speech-rule engine, mostly involving empty bases for super- or subscript, or initial spaces within expressions, were resolved.
A performance issue with speech generation for large flat expressions was resolved.
See the release notes for the list of other bugs that have been fixed in this version.
v4.1.2: MathJax v4.1.2Compare Source
This is mainly a bug fix release that resolves a number of issues from v4.1.1.
The one change that may affect current content is that some of the font-sizing macros like
\largeand\tinywere setting the wrong sizes, and have been corrected. In particular, the sizes for\tinyand\Tinywere reversed, while the size for\largeand the other larger sizes were all off by one size (\largewas using the size that should have been for\Large,\Largewas using the size of\LARGE, etc.), and\smallwas too small. These have all been fixed to use the correct sizes. Existing content that use these macros will now use the correct sizing values, and that may affect the results of those expressions. For this reason, we have added a newfontsizev3TeX package that puts back the incorrect sizing values used in v3 and earlier versions of v4. If you includein your configuration, you will keep the original sizes. In addition to these size corrections, the missing
\SMALL,\Small, and\footnotesizewere added, as was a non-standard\HUGEto correspond with the size available (incorrectly) as\Hugein the past.See the release notes for 4.1.2 for additional details.
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.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.