You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1989 Temporarily add back support for iOS versions older than 16.3.
0.94.6 (2023-05-25)
Bug Fixes
Only display seletion when the mathfield is focused
#1985 Add option for output format of getPromptValue()
#1985 Return Ascii Math output for prompts/placeholders.
Feature
Pressing the tab key will move to the "next group" in the mathfield, if
possible.
0.94.5 (2023-05-24)
Bug Fix
The selection in read only mathfield was no longer visible.
0.94.3 (2023-05-22)
Improvements
The mathVirtualKeyboard.layouts property was a frozen array (an array
that cannot be modified) but that wasn't clear. Now, a runtime error is
produced if an attempt is made to modify the array. If using Typescript,
a compile-time error is also generated.
#1978 Pasting or inserting some content could result in a runtime error
#1978 Text content was not properly serialized in a \text{} command
#1682 Vectors (and other accents) are now spoken correctly
#1981 Adjusting the selection by moving backwards could result in
a runtime error.
#1982 Improved resilience when a mathfield is in an embedded iframe
which is not allowed to access the top window by cross-origin policy. In
this situation the virtual keyboard is not available, but input via physical
keyboard will work.
0.94.2 (2023-05-22)
Bug Fixes
#1976 Toggling the virtual keyboard several times would eventually not
display the virtual keyboard.
Only apply smartFence in math mode (not in text or LaTeX mode).
#1975 When inserting a square root, do not insert an index by default
0.94.1 (2023-05-21)
Improvements
Use constructable stylesheets. This results in improved performance and a
reduction of memory consuption by 2/3 in a page with 1,000 mathfields.