Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

Bumps mathlive from 0.105.3 to 0.108.1.

Changelog

Sourced from mathlive's changelog.

0.108.1 2025-11-11

New Features

  • Responsive toggle button layout: The virtual keyboard toggle and menu button now automatically switch from horizontal (side-by-side) to vertical (stacked) layout when the mathfield height is 100px or greater. This happens dynamically as you add content to the mathfield.

Resolved Issues

  • Fixed virtual keyboard toggle requiring triple-click to activate.
  • #2892 Fixed vertical alignment issues when using \colorbox with expressions that have both subscripts and superscripts. Previously, applying a background color to an expression like N_{k}^{2019} would cause the subscripts and superscripts to be misaligned or shift upward. Colorboxes now render correctly with proper baseline alignment regardless of whether the content has only a subscript, only a superscript, or both.

0.108.0 2025-11-09

New Features

  • Virtual keyboard keycaps now expose stable automation hooks. Each keycap includes an aria-label and data-keycap-value alongside its serialized command, allowing assistive tech and automated tests to target keys by their semantic value instead of brittle glyph text. Playwright e2e tests were updated to drive the keyboard using these attributes.
  • Added <math-span> and <math-div> web components for lightweight static rendering of mathematical expressions. These components provide an alternative to renderMathInDocument() with a simpler API and support for inline (<math-span>) and block-level (<math-div>) formulas. They support LaTeX, AsciiMath, and MathJSON input formats, and offer a render() method for manual re-rendering.
    • Performance optimizations: Lazy font loading (fonts load once globally), Intersection Observer for deferred rendering (formulas render only when visible)
    • Accessibility enhancements: Auto-generated ARIA labels with speakable text, MathML fallback for screen readers, keyboard navigation support when focusable (Space/Enter to speak formula), automatic role="img" attribute
  • #2732 Pressing the Space key in LaTeX mode now completes the LaTeX command and exits LaTeX mode, similar to pressing Enter. Previously, users typing LaTeX commands like \alpha would remain in LaTeX mode until pressing Enter, and incomplete commands would be lost when dismissing dialogs. Now pressing Space after a valid LaTeX command completes it and returns to math mode, making LaTeX input more intuitive and preventing data loss. Additionally, when typing LaTeX commands with mandatory arguments (like \frac{1}{2}), the command now auto-completes and exits LaTeX mode when the closing brace of the last mandatory argument is typed. The implementation uses the command registry to determine the exact number of mandatory arguments, ensuring correct

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mathlive](https://github.com/arnog/mathlive) from 0.105.3 to 0.108.1.
- [Release notes](https://github.com/arnog/mathlive/releases)
- [Changelog](https://github.com/arnog/mathlive/blob/master/CHANGELOG.md)
- [Commits](https://github.com/arnog/mathlive/commits)

---
updated-dependencies:
- dependency-name: mathlive
  dependency-version: 0.108.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2025

Superseded by #5561.

@dependabot dependabot bot closed this Nov 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mathlive-0.108.1 branch November 19, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants