Releases: ronkok/Temml
Releases · ronkok/Temml
v0.11.05
v0.11.04
v0.11.03
Fixed
- Fix \bordermatrix
- Fix type definitions for TypeScript
- Fix a \mathrm group that includes π
- Write valid MathML for \mathrm w/single character
- Update STIX font to fix large operator vertical alignment
- Revert to ttf version of NotoSansMath, for better rendering
- Fix operator spacing for 6 Unicode large operators
Added
- Add several non-ASCII letters
Notes:
- The STIX TWO font called by Temml CSS is new version 2.14.
- The NotoSansMath font called by Temml CSS is the
ttfversion, not thewoff2version.
See the font section of the Temml docs.
v0.11.02
v0.11.01
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 acontribfolder.
Added
-
renderMathInElement()has a new option:fences, which eases the selection
of recognized math delimiters. See the docs. -
renderMathInElement()now recognizes AMS functions\refand\eqref.
Fixed
- Revised an internal call to
Object.hasOwnto 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