Skip to content

Release v0.3

Latest
Compare
Choose a tag to compare
@jpobst jpobst released this 21 Sep 23:34
· 17 commits to main since this release

This release continues fleshing out the library, and pulls in some code from Microsoft's Winforms for better compatibility and accuracy.

Note: Modern.Forms now targets .NET 6+.

New Sample: Outlaw Email Client

image

What's Changed

  • Moves Avalonia code to a new dependency: Modern.WindowKit.
  • Pulls in layout code from System.Windows.Forms for better compatibility and accuracy.
  • Adds FlowLayoutPanel control from System.Windows.Forms.
  • Adds TableLayoutPanel control from System.Windows.Forms.
  • Adds new NavigationPane control, a common UI pattern in modern apps.
  • Adopts some patterns from System.Windows.Forms.Control that help reduce per-Control memory footprint.

Full Changelog: v0.2...v0.3