Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps mathlive from 0.105.3 to 0.108.2.

Changelog

Sourced from mathlive's changelog.

0.108.2 2025-11-13

Resolved Issues

  • #2899 Typing an inline shortcut immediately after inserting a structure (e.g. sin/cos) now expands the shortcut correctly and keeps the caret in the numerator placeholder. The inline shortcut buffer is flushed in place, so the first character typed in a fresh placeholder is tracked again, and genfrac insertion prioritizes the numerator placeholder before falling back to the denominator. This fixes both the missing \cos expansion and the regression where the denominator was erroneously selected after /.

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

... (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.2.
- [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.2
  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 19, 2025
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