Skip to content

Releases: fabulous-dev/Fabulous.MauiControls

8.1.0-pre1

22 Nov 10:18
c2cf71b
Compare
Choose a tag to compare
8.1.0-pre1 Pre-release
Pre-release

Added

8.0.1

14 Nov 17:05
3979c18
Compare
Choose a tag to compare

Fixed

  • Remove call to Android's Resource.UpdateIdValues in the template since it's no longer available in .NET MAUI 8.0 (#48)

8.0.0

14 Nov 16:01
29dca45
Compare
Choose a tag to compare

IMPORTANT: Fabulous.MauiControls will now follow the same versioning as .NET MAUI to reflect the dependency on a specific version of .NET MAUI. Essentially v2.8.1 and v8.0.0 are similar except for the required .NET version.

Changed

  • Target .NET 8.0 (#47)

Added

  • Add missing ignoreSafeArea modifier to layout widgets (#44)

2.8.1

22 Oct 20:51
Compare
Choose a tag to compare

Fixed

  • Check the focus state of the target before calling focus/unfocus by @TimLariviere (#43)
  • Fix crash when dispatching a message after an event occurred by @TimLariviere (#44)

2.8.0

08 Aug 13:22
Compare
Choose a tag to compare

Changed

  • Remove ambiguity when declaring event attributes by using MsgValue instead of obj by @edgarfgp (#42)

2.7.0

01 Jun 09:47
c56f09c
Compare
Choose a tag to compare

Added

  • Add gesture recognizer shortland modifier by @edgarfgp in #39

2.6.0

22 May 14:55
Compare
Choose a tag to compare

Changed

  • Update Fabulous dependency to 2.3.0 < 2.4.0 supported

2.5.1

30 Mar 08:33
Compare
Choose a tag to compare

Added

  • Add modifier onAppLinkRequestReceived to Application widget by @TimLariviere (#34)

2.5.0

06 Mar 10:30
Compare
Choose a tag to compare

Fixed

  • Fix an issue where adding pages inside a TabbedPage was not allowed by @edgarfgp (#30)

Changed

  • minimumDate and maximumDate modifiers for DatePicker are removed in favor of mandatory min-max parameters in DatePicker constructor by @TimLariviere (#31)

2.4.0

27 Feb 16:11
Compare
Choose a tag to compare

Added

Changed

  • Change IndicatorView.maximumVisible and RefreshView.refreshColor to support inheritance by @TimLariviere (#29)

Removed

  • Remove FabColor and all related modifiers in favor of Microsoft.Maui.Graphics.Color by @TimLariviere (#27)
  • Remove Border constructors taking stroke values to align with other Shape widgets by @TimLariviere (#28)