Skip to content

Releases: fabulous-dev/Fabulous.Avalonia

2.3.0

17 Jan 20:48
Compare
Choose a tag to compare

Added

  • ImageSource constructors and modifiers consolidations

Changed

  • Update to use Avalonia 11.0.7

2.2.0

09 Jan 10:42
Compare
Choose a tag to compare

Added

  • Add new widget constructors and modifiers to support Uri Bitmap and Stream

Changed

  • Avoid allocating a new Source instance on each update by using specialized attributes for each value type by @edgarfgp in #203

2.1.0

07 Jan 09:46
Compare
Choose a tag to compare

Changed

2.0.0

01 Jan 13:36
e26ed26
Compare
Choose a tag to compare

Changed

  • Fix for multi-project template
  • Update widgets constructors modifiers to match AvaloniaUI API
  • Replace runMainAndExit with runMain

2.0.0-pre18

07 Dec 18:00
Compare
Choose a tag to compare
2.0.0-pre18 Pre-release
Pre-release

Changed

2.0.0-pre17

12 Nov 21:18
Compare
Choose a tag to compare
2.0.0-pre17 Pre-release
Pre-release

Added

  • ItemsRepeater Wrapper
  • TransitioningContent Control
  • TreeDataGrid Wrapper

2.0.0-pre16

01 Nov 11:00
Compare
Choose a tag to compare
2.0.0-pre16 Pre-release
Pre-release

Changed

  • Better samples styling

2.0.0-pre15

19 Oct 21:14
Compare
Choose a tag to compare
2.0.0-pre15 Pre-release
Pre-release

Changed

  • Add support for AvaloniaUI 11.0.5

Fixed

  • Fix app on iOS and droid by setting theme earlier in the lifecycle

2.0.0-pre14

02 Oct 18:33
Compare
Choose a tag to compare
2.0.0-pre14 Pre-release
Pre-release

Added

  • Add render demo
  • Add support for ControlThemes by @kevkov

Changed

  • Make Fabulous theme-less by default

2.0.0-pre13

14 Sep 19:04
Compare
Choose a tag to compare
2.0.0-pre13 Pre-release
Pre-release

Added

  • Add support for AvaloniaUI 11.0.4
  • Add FabApplication helpers to make it easier to access platform-specific services