Changelog
0.96.1 2023-11-15
mf.registers.arraystretch = 1.5
instead of mf.registers = {...mf.registers,
arraystretch: 1.5}`\renewcommand
, for example
\renewcommand{\arraystretch}{1.5}
[up]
and [down]
to move the selection up or down in
a matrix.\left...\right
was vertically offset.[hide-keyboard]
virtual keycap would cause a runtime
error.geometrychange
event is
dispatched.Changelog
0.96.0 2023-11-14
serializeMathJsonToLatex()
has been renamed to
convertMathJsonToLatex()
for consistency.(f(x))
would be parsed as (f(x)
.(
was interpreted as \lparen`. This could cause some
interoperability issues.\operatorname
command, some of the commands could fail to render. For
example, typing "1mm + 2mm" in a mathfield would result in "1 + 2mm" to be
displayed.verbatimLatex
associated with the
atom, so that the value
property of the atom is correctly serialized.moveToMathfieldEnd
command, the selection was not changed
if it was not collapsed and already at the end of the mathfield. Similarly for
moveToMathfieldStart
.mathtools
, actuarialangle
,
colonequals
, statmath
and amsopn
packageslongdiv
enclosure (\mathenclose{longdiv}{...}
).
) in the virtual keyboard was displayed as a
blank key.shift +
in the numeric keyboard was inserting a sum
with limits contrary to what the keycap label indicated.,
key now produces a semicolon when
shifted and has a variant panel with additional punctuation.\cdot
instead of \times
. Use shift to produce \times
.\displaystyle
and \textstyle
to MathMLChangelog
0.95.5 2023-08-18
7
key was the variant panel for 4
.sen[backspace][backspace]in
will be corrected to \\sin
.\operator*{}
command\class{}{}
command in a mathfield was not working correctly.prompt
CSS part to the mathfield element. This allows styling of
prompts (placeholders) in a fill-in-the-blank mathfield.w40
keycap class (4-wide)renderMathInElement()
preserve the LaTeX as a data-
attribute
on the element.\imaginaryI
, \imaginaryJ
, \ne
and \neq
PointerEvent
supportmf.mathVirtualKeyboard
. The virtual
keyboard is now a singleton, accessible as window.mathVirtualKeyboard
.command
attribute is associated with a keycap, a
math-virtual-keyboard-command
event is dispatched when the keycap is
pressed.Changelog
0.95.4 2023-08-11
x^{#?}
in the virtual keyboard variant panel for x
\int
was triggered with sint
. Note that in case
of similar conflicts, pressing the spacebar will prevent the shorcuts from
taking effect, i.e. "sin t".Changelog
0.95.2 2023-08-09
if-math-mode
and if-text-mode
classes to conditionally show virtual
keyboard keys.Changelog
0.95.1 2023-07-25
\exp
instead of \mathrm{exp}
in the virtual keyboard"sandboxed"
in a
cross domain iframe, a runtime error would occur.Changelog
0.95.0 2023-07-04
environmentPopoverPolicy
option. Set to:
"auto"
to show environment popover when inside a tabular environment and
the virtual keyboard is visible (current behavior)"on"
to show it when in a tabular environment"off"
to never show it\underline
and \overline
commands now render correctly.\left...\right
command\left...\right
command was incorrectly
adopting the style of the last atom inside the command.Changelog
0.94.8 2023-06-15