Conversation
…se selection in the explorer. (mathjax/MathJax#3491)
Fix position for dialogs. (mathjax/MathJax#3480)
Use serializeXML rather than outerHTML in example code
Simplify copy component configurations.
Make sure `\surd` is symmetric vertically. (mathjax/MathJax#3468)
Co-authored-by: Volker Sorge <v.sorge@mathjax.org>
Co-authored-by: Volker Sorge <v.sorge@mathjax.org>
Allow clicking in HTML-in-MathML to activate elements rather than cause selection in the explorer. (mathjax/MathJax#3491)
Have explorer properly handle the tab order menu preference. (mathjax/MathJax#3493)
Update handling of CSS `border` parts like `border-color` and add tests for that. (mathjax/MathJax#3490)
Restrict anchor color changes to dialogs
Add version number to default font URLs on jsdelivr
Implement a no-dark-mode component. (mathjax/MathJax#3502)
Fix speech attachment for SVG inline expressions with line breaks. (mathjax/MathJax#3511)
Add isEmpty test (deep tree check) to MmlNode and use it to test for empty mathop.
Make sure | always has stretchy=false, and update tests. (mathjax/MathJax#3515)
Update SRE to 5-beta.4
Make sure columns get new width if contents stretch more than original width. (mathjax/MathJax#3423)
Fix handling of `font-*` css that aren't being specially handled, like `font-size-adjust`
Update SRE to version v5-beta.5
Use proper TeX class for mfenced with open and close delimiters
…ts a new renderer.
Fix inline linebreaking issues with SVG output. (mathjax/MathJax#3526)
Make sure output renderer settings are transferred when the menu selects a new renderer.
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 merges the
developbranch (updated to v4.1.1) into the master branch in preparation for the v4.1.1 release.