Skip to content

Commit 13563e1

Browse files
committed
fix: fixed #2963
1 parent 778967f commit 13563e1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99
(placeholders inside accent commands such as `\vec{}` cannot be filled)
1010
remains unresolved and is tracked separately. (contributed by @Scienthousiaste)
1111

12+
- **#2963** Fixed font style (variant) changes being ignored for the first
13+
character of an expression (or block). Applying a font style such as Roman
14+
Upright to the first character now serializes correctly (e.g. `\mathrm{H}`
15+
instead of a bare `H`), matching what is displayed in the mathfield.
16+
(contributed by @psiservices-uwidmark)
17+
18+
### Improvements
19+
20+
- **#3032** `validateLatex()` now accepts an optional `options` argument with a
21+
`macros` dictionary, so custom macros are recognized during validation
22+
instead of being reported as unknown commands. (contributed by @Wigny)
23+
24+
- **#3009** The types for static math elements are now exported from the
25+
package entry point (`math-static-elements`), making them available to
26+
TypeScript consumers. (contributed by @tsuji-riya)
27+
1228
## 0.109.2 _2026-04-28_
1329

1430
### Resolved Issues

0 commit comments

Comments
 (0)