Releases: ronkok/Temml
Releases · ronkok/Temml
v0.11.00
Breaking Change
-
renderMathInElement()
is now part of Temml proper. The previousauto-render
extension is no longer necessary.
The call to this function must now be:temml.renderMathInElement()
, not
renderMathInElement()
. -
Documentation for
renderMathInElement()
is now in the Temml Installation page, not in acontrib
folder.
Added
-
renderMathInElement()
has a new option:fences
, which eases the selection
of recognized math delimiters. See the docs. -
renderMathInElement()
now recognizes AMS functions\ref
and\eqref
.
Fixed
- Revised an internal call to
Object.hasOwn
to enable older versions of Safari.
v0.10.34
[0.10.34] = 2025-02-09
Fixed
- Asterisk
- \tag inside a non-AMS environment
- \tag to over-ride an AMS auto-equation number
- \label id is placed at the correct vertical alignment
- Post-process is no longer needed for \label, only for \ref and \eqref
- Workaround to prevent Firefox extra spacing between environment rows
v0.10.33
Fixed
- Enable \rule in text mode
- Explicitly set scriptlevel of deeply nested (sub|super)scripts
- Explicitly set math-depth level of deeply nested fractions
- Make Unicode ‖ responsive to \left & \right
- Fix \providecommand so that it does not redefine an existing macro
- Improve consolidation of numbers into elements
- Set CSS width:100% on when a tag is present
- Improve vertical alignment of labels in CD environment
- Set \ref & \eqref to return an element
- Fix \ref & \eqref when targeted on AMS environments
Added
- Support \mathsfit
- Support \vcenter
Deprecated
- HTML \href and \url
Removed
- Revert large operator workaround
v0.10.32
v0.10.31
v0.10.30
v0.10.29
Fixed
- Work around a Chromium bug so big operators from the STIX-TWO font will be vertically centered on the math axis. Fixes #66.
Added
- Support \boxslash, \longdiv, \phase, and \textcircled
Changed
- Use the
<menclose>
element and thenotation
attribute when possible.
This will improve accessibility for functions such as\cancel
and\boxed
.
Since Chromiumn does not support<menclose>
, use CSS in Chromium.