Support for \the command. For example, \the\year. Its argument can
be a literal or a register, preceded by an optional factor literal.
In addition to the label property, the key property can also now be used
for keycap shortcuts. This allow overriding of the shortcut label. For example
{key: "[undo]", label: "undo"}
Added support for --keyboard-row-padding-left and --keyboard-row-padding-right as an option to account for shadows or other decoration that may spill outside the box of a keycap.
Fixed opacity of Undo button in virtual keyboard, when the button is not applicable.
The minFontScale property has been added that specifies the minimum font
size that should be used for nested superscripts and fractions. The value
should be between 0 and 1. The size is in releative em units
relative to the font size of the math-field. The default value is 0,
which allows the math-field to use its default sizing logic.
If no mathfield is focused the virtual keyboard will dispatch a keydown/keyup
event pair. Add an event listener to the keyboard to receive those events.
Improvements
Improved performance of creation and destruction of mathfields by 50%.
Fixed memory and listener leaks. After creating, inserting in the DOM, then
removing over 100,000, the memory is back to its starting point and there
are no listeners left (except for those associated with the Virtual Keyboard).
Improved behavior of undo/redo. #1924 works in LaTeX mode. Undo shortcut
substitution. Repeated operations (e.g. backspace) are considered a sinle
operation for undo/redo purposes.
Importing the Compute Engine and MathLive in the same projec should no
longer trigger a conflict.
Bug Fixes
#1646mhchem: states of aggregation is now rendered correctly. Added
support for the \mskip command
When editing a mathfield, after inserting both a superscript and
subscript, the subscript would be offset from the superscript.
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 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 from 0.89.4 to 0.93.0.
Changelog
Sourced from mathlive's changelog.
... (truncated)
Commits
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 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)