WPF-Math v0.11.0 Release Notes
Release Date: 2021-08-31 // over 3 years ago-
โ Added
- [#262: Add \mod operator from amsmath][pull-262]
๐ Fixed
- [#304: SystemFontFamilies does not return all FontFamilies in Chinese System][issue-304]
Previous changes from v0.10.0
-
๐ Changed
- ๐ฅ (Breaking change!) Removed support for .NET Core 3.0. .NET Core 3.1 or later is supported from now (.NET Framework 4.5.2 is still supported; .NET 5.0 or later is supported, too).
โ Added
- [#277: Enable nullable reference types][pull-277]
๐ Fixed
- [#99:
Foreground
property not working onFormulaControl
][issue-99] - [#283: Fix typo in
SystemTextFontNameProperty
][pull-283] - ๐ป [#244:
\limsup
throws exception][issue-244] - [#254: Fix for scripts with curly braces after a command with curly braces][pull-254] (e.g.
\hat{x}_{y}
) - [#261: Crash on empty
\sqrt{}
][pull-261] - [#275:
OverUnderBox
constructor may dereference scriptBox parameter if it'snull
][issue-275]