Skip to content

Releases: FmgLib/FmgLib.MauiMarkup

v8.8.5

20 Oct 18:52
42b4b2d
Compare
Choose a tag to compare

v8.8.4

19 Oct 10:16
Compare
Choose a tag to compare
  • PropertySettersContextExtension Binding, MultiBinding and DynamicResource supported #141

v8.8.3

02 Oct 05:10
19256eb
Compare
Choose a tag to compare
  • #134 MultiBinding, FallbackValue and TargetNullValue supported.
  • Document updated.

v8.8.2

27 Sep 20:19
Compare
Choose a tag to compare
  • #130 ColumnDefinitionCollectionExtension and RowDefinitionCollectionExtension added.
  • #132 MenuFlyoutItemExtension and KeyboardAcceleratorExtension added.
  • Document updated.

v8.8.1

08 Sep 19:13
0a7bb95
Compare
Choose a tag to compare
  • #124 localization system added.
  • RadioButtonGroup attached property added(RadioButtonGroupExtension added).
  • Document updated.

v8.8.0

30 Aug 15:23
86a4316
Compare
Choose a tag to compare
  • 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

19 Aug 18:57
d1361f4
Compare
Choose a tag to compare

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

17 Aug 18:01
68d42ec
Compare
Choose a tag to compare
  • Ensure FmgLibContentPage Runs in DEBUG Configuration
  • IndicatorView fluent method added in CarouselViewExtension.

v8.6.6

15 Aug 21:01
7300e37
Compare
Choose a tag to compare
  • ToolTipPropertiesExtension added.
  • BindableLayoutEmptyView added.
  • BindableItemTemplateSelector added.

v8.6.5

15 Aug 19:30
edc5e54
Compare
Choose a tag to compare
  • BindableLayout Extension Medhod Name fix.