Skip to content

Releases: fabulous-dev/Fabulous.MauiControls

2.3.2

10 Feb 09:57
Compare
Choose a tag to compare

Fixed

2.3.1

09 Feb 15:43
Compare
Choose a tag to compare

Added

  • Add missing RoundRectangle widget
  • Add alternative .size(uniformSize) modifier to all widgets

Fixed

  • Fix wrong attribute definitions for some FabColor modifiers
  • Fix crash in NavigationPage when pushing a new page

Removed

  • Remove unneeded default Border stroke shape
  • Remove alternative Color/FabColor for Brush modifiers

2.3.0

09 Feb 10:57
Compare
Choose a tag to compare

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

2.2.0

24 Jan 10:39
Compare
Choose a tag to compare

Changed

  • Rename all marker interfaces to IFab* to avoid naming conflicts with Maui interfaces (#5)
  • Fix an issue where FlexLayout was not usable (#6)
  • Upgrade to Fabulous 2.2.0 (#8)

2.1.3

14 Jan 16:09
c42d2b0
Compare
Choose a tag to compare

What's Changed

  • Add a link to 2.1.2 commit history by @TimLariviere in #3
  • Ensure templates use correct version of Fabulous and Fabulous.MauiControls by @TimLariviere in #4

Full Changelog: 2.1.2...2.1.3

2.1.2

09 Jan 19:21
d0fd923
Compare
Choose a tag to compare

What's Changed

  • Remove generic types from WidgetItems and GroupedWidgetItems by @TimLariviere in #2

Full Changelog: 2.1.1...2.1.2

2.1.1

05 Jan 10:43
a210f42
Compare
Choose a tag to compare

Changed

Full Changelog: https://github.com/fabulous-dev/Fabulous.MauiControls/commits/2.1.1