Skip to content

XAML-Math v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 18:44

Although a major release with certain formally breaking changes, these changes should hopefully not break any normal usage of the library (if the user code doesn't implement own IElementRenderer).

Changed

  • (Breaking!) Avalonia: rename AvaloniaBrushExtensions to AvaloniaExtensions.
  • (Breaking!) WPF: rename WpfBrushExtensions to WpfExtensions.
  • (Breaking!) IElementRenderer is now required to implement a new method, RenderLine (required for the new \cancel* commands).

Added

Fixed