WPF-Math v0.11.0 Release Notes

Release Date: 2021-08-31 // over 2 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 on FormulaControl][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's null][issue-275]