Releases: FmgLib/FmgLib.MauiMarkup
Releases · FmgLib/FmgLib.MauiMarkup
v8.8.5
- Application AccentColor Fluent Method added.
- ResourceDictionary CSS supported, ResourceDictionary.Source fluent method added and ResourceDictionary.MergedResources Fluent Method added.
- Document updated.
- FmgLib.MauiMarkup.App Template new version published (v3.3.2).
v8.8.4
v8.8.3
v8.8.2
v8.8.1
v8.8.0
- NavigationPage AttachedProperty full supported.
- Shell AttachedProperty full supported.
- VisualStateGroup Fluent Method added.
- bugfix: #120
- FmgLib.MauiMakrup.Generator has been made open source.
- FmgLib.MauiMakrup.Template has been made open source.
- FmgLib.MauiMakrup.Template ContentPage and ContentView template added.
- Document updated.
v8.7.0
Additionally, the FmgLib.MauiMarkup library includes hot reload support to make the development process faster and more efficient.
If you want to enhance your page with fast reload, your page needs to implement the IFmgLibHotReload interface. Then, you should trigger the this.InitializeHotReload(); function within the constructor.
And you can write your design code inside the Build() method to enhance it with fast reload.
issue: #116
v8.6.7
- Ensure FmgLibContentPage Runs in DEBUG Configuration
- IndicatorView fluent method added in CarouselViewExtension.
v8.6.6
- ToolTipPropertiesExtension added.
- BindableLayoutEmptyView added.
- BindableItemTemplateSelector added.
v8.6.5
- BindableLayout Extension Medhod Name fix.