Releases: fabulous-dev/Fabulous.MauiControls
Releases · fabulous-dev/Fabulous.MauiControls
8.1.0-pre1
Added
- Add new Component API by @TimLariviere (#49)
8.0.1
8.0.0
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
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
2.7.0
2.6.0
Changed
- Update Fabulous dependency to 2.3.0 < 2.4.0 supported
2.5.1
Added
- Add modifier
onAppLinkRequestReceived
toApplication
widget by @TimLariviere (#34)
2.5.0
2.4.0
Added
- Add Border constructor taking only a content widget by @TimLariviere (#28)
- Add Border stroke modifiers by @TimLariviere (#28)
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)