Releases: fabulous-dev/Fabulous.MauiControls
Releases · fabulous-dev/Fabulous.MauiControls
2.3.2
Fixed
- Make sure Info.plist is not ignored during build by @TimLariviere (#22)
2.3.1
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
Added
- Add attributes for both
Microsoft.Maui.Graphics.Color
andFabulous.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 ofFabulous.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
2.1.3
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
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
Changed
- Fabulous.MauiControls has moved from the Fabulous repository to its own repository: https://github.com/fabulous-dev/Fabulous.MauiControls
Full Changelog: https://github.com/fabulous-dev/Fabulous.MauiControls/commits/2.1.1