Conversation
Fix problem with `\limits` and `\nolimits` when used after a script. (mathjax/MathJax#3569)
…se and help buttons.
… empty containers with overflow: auto. (mathjax/MathJax#3579)
Add symmetric="true" to \middle results. (mathjax/MathJax#3560)
Don't rerender the output during menu initialization.
Make sure the parsers array is cleared for tex and text parsers. (#1474)
Fix `\bbox` problem with padding values that are decimals. (mathjax/MathJax#3568)
Make sure multi-byte UTF8 characters are handled properly in data-latex attributes. (mathjax/MathJax#3575)
Set box-sizing in dialogs to avoid CSS bleed through that affects close and help buttons.
Fix label ids for expressions with forward refs. (mathjax/MathJax#3562)
Work around issue with Safari 26 not processing math inside otherwise empty containers with overflow: auto. (mathjax/MathJax#3579)
Load font files synchronously, when possible. (#1458)
Ignore braces in array preamble. (mathjax/MathJax#3565)
Allow label ids to pass ui/safe filters. (mathjax/MathJax#3580)
Handle inline line breaking with nested embellished operators. (mathjax/MathJax#3581)
Don't add file:// to windows path in CommonJS files. (mathjax/MathJax#3585)
Update SRE
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 merges the v4.1.3 updates into the master branch in preparation for the v4.1.3 release.