Skip to content

2.3.0

Compare
Choose a tag to compare
@TimLariviere TimLariviere released this 09 Feb 10:57
· 16 commits to release/2.3 since this release

Added

  • Add attributes for both Microsoft.Maui.Graphics.Color and Fabulous.Maui.FabColor for all Color and Brush modifiers
  • Add alternative Brush modifiers to accept either Microsoft.Maui.Graphics.Brush or a Brush widget
  • Add XML documentation for all widgets and modifiers
  • Add new GraphicsView widget
  • Add ThemeAware support by @TimLariviere (#19)

Fixed

  • Fix the crash at startup when targeting Windows by using FSharp.Maui.WinUICompat by @TimLariviere (#10)
  • Fix an issue where template could enumerate the whole disk to add under the Android target folder by @Smaug123 (#9)
  • Write a custom NavigationPage to use synchronous push/pop and call Mounted/Unmounted events on pages by @TimLariviere (#13)
  • Fix widgets and modifiers where Microsoft.Maui.IView was requested instead of Fabulous.Maui.IFabView

Removed

  • Remove obsolete widgets and modifiers
  • Remove AppTheme modifiers in favor of ThemeAware
  • Remove Color modifiers when Brush modifiers are available (eg. BackgroundColor -> Background)
  • Remove Frame widget in favor of Border widget