Skip to content

Releases: CommunityToolkit/Maui.Markup

v4.0.0: .NET 8 is here!

15 Nov 00:47
7ef1cea
Compare
Choose a tag to compare

What's Changed

  • Publish NuGet artifacts only from Windows build by @jfversluis in #247
  • Bump Microsoft.Extensions.Http.Polly from 7.0.11 to 7.0.12 in /samples by @dependabot in #249
  • Add [GeneratedCode] and [ExcludeFromCodeCoverage] Attributes to SourceGenerators by @brminnick in #251
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #252
  • Bump Microsoft.Extensions.Http.Polly from 7.0.12 to 7.0.13 in /samples by @dependabot in #253
  • Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 in /samples by @dependabot in #254
  • Bump CommunityToolkit.Maui from 6.0.0 to 6.1.0 in /samples by @dependabot in #255
  • Port to .NET 8.0 by @brminnick in #256
  • Bump NUnit from 3.13.3 to 3.14.0 in /samples by @dependabot in #258
  • Bump Microsoft.Maui.Controls from 8.0.0-rc.2.9511 to 8.0.0-rc.2.9530 in /samples by @dependabot in #259
  • Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /samples by @dependabot in #260
  • Ensure RegisterReloadApplicationEventHandler Runs in DEBUG Configuration by @brminnick in #263
  • Update to .NET 8.0 GA by @brminnick in #257
  • Bump Microsoft.Extensions.Http.Polly from 7.0.13 to 8.0.0 in /samples by @dependabot in #264

Full Changelog: 3.3.0...4.0.0

v3.3.1

13 Nov 20:59
Compare
Choose a tag to compare

Fix .NET Hot Reload Support

If you've been having trouble using .NET Hot Reload, you have my apologies! It is now fixed in v3.3.1.

Thanks to @lukewire129 for spotting this bug and bringing it to our attention! #261

v3.3.0: Hot Reload support!

02 Oct 07:59
d1825b6
Compare
Choose a tag to compare

You've read that right! The C# Markup extensions now have Hot Reload support!

No more restarting your debugging session to tweak your UI changes. Faster dev cycles, more iterations, faster development!

Everything you need to know to get started can be found in our documentation.

What's Changed

Housekeeping

  • Bump CommunityToolkit.Maui from 5.1.0 to 5.2.0 in /samples by @dependabot in #223
  • Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 in /samples by @dependabot in #224
  • Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /samples by @dependabot in #226
  • Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 in /samples by @dependabot in #227
  • Bump Microsoft.Extensions.Http.Polly from 7.0.5 to 7.0.7 in /samples by @dependabot in #228
  • [housekeeping] Automated PR to fix formatting errors by @github-actions in #229
  • Bump Microsoft.Extensions.Http.Polly from 7.0.7 to 7.0.8 in /samples by @dependabot in #230
  • Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /samples by @dependabot in #231
  • Bump Refit.HttpClientFactory from 6.5.1 to 7.0.0 in /samples by @dependabot in #233
  • Bump CommunityToolkit.Mvvm from 8.2.0 to 8.2.1 in /samples by @dependabot in #234
  • Bump Microsoft.Extensions.Http.Polly from 7.0.8 to 7.0.9 in /samples by @dependabot in #235
  • Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 in /samples by @dependabot in #238
  • Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /samples by @dependabot in #237
  • Bump CommunityToolkit.Maui from 5.2.0 to 5.3.0 in /samples by @dependabot in #239
  • Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /samples by @dependabot in #240
  • Bump Microsoft.CodeAnalysis.CSharp from 4.6.0 to 4.7.0 in /samples by @dependabot in #241
  • Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /samples by @dependabot in #242
  • Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 in /samples by @dependabot in #244
  • Bump CommunityToolkit.Maui from 5.3.0 to 6.0.0 in /samples by @dependabot in #246

Full Changelog: 3.2.0...3.3.0

v3.2.0: AbsoluteLayoutFlags, GestureExtensions typed bindings & TextAlignment SG improvements

26 May 07:47
6348b04
Compare
Choose a tag to compare

What's Changed

  • [Housekeeping] Enable AccelerateBuildsInVisualStudio by @brminnick in #197
  • Do not generate TextAlignment extension if it's already generated by base type by @Youssef1313 in #205
  • Add GesturesExtensions.TypedBindings.cs by @brminnick in #192
  • Update AbsoluteLayout Flags Extensions by @brminnick in #216

Humpty bumpties aka houskeeping aka updated dependencies

  • Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 in /samples by @dependabot in #194
  • Bump CommunityToolkit.Maui from 4.0.0 to 5.0.0 in /samples by @dependabot in #195
  • Bump Newtonsoft.Json from 13.0.2 to 13.0.3 in /samples by @dependabot in #196
  • Bump Microsoft.Extensions.Http.Polly from 7.0.3 to 7.0.4 in /samples by @dependabot in #199
  • Bump PolySharp from 1.12.1 to 1.13.0 in /samples by @dependabot in #208
  • Bump PolySharp from 1.13.0 to 1.13.1 in /samples by @dependabot in #209
  • Bump Microsoft.Extensions.Http.Polly from 7.0.4 to 7.0.5 in /samples by @dependabot in #210
  • Bump Refit.HttpClientFactory from 6.3.2 to 6.4.1 in /samples by @dependabot in #211
  • Bump Refit.HttpClientFactory from 6.4.1 to 6.5.1 in /samples by @dependabot in #212
  • Bump CommunityToolkit.Maui from 5.0.0 to 5.1.0 in /samples by @dependabot in #213
  • Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.0 in /samples by @dependabot in #217
  • Bump PolySharp from 1.13.1 to 1.13.2 in /samples by @dependabot in #220
  • Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /samples by @dependabot in #219
  • Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 in /samples by @dependabot in #221
  • Bump coverlet.collector from 3.2.0 to 6.0.0 in /samples by @dependabot in #222

Full Changelog: 3.1.0...3.2.0

v3.1.0: IValueConverter and BindCommand support is here!

01 Mar 08:14
0bae091
Compare
Choose a tag to compare

What's Changed

  • Add Support for IValueConverter in Typed Bindings Extensions by @brminnick in #183
  • Add BindCommand Support for Typed Bindings Extensions by @brminnick in #184

Full Changelog: 3.0.0...3.1.0

v3.0.0: Introducing Typed Bindings!

03 Feb 08:06
1c82eff
Compare
Choose a tag to compare

Typed Bindings (also known as "Compiled Bindings") revolutionize the way we make bindings using CommunityToolkit.Maui.Markup:

  • High Performance (don't require reflection)
  • Explicitly Reference Properties and their Types

Learn more
✅ Official Docs
✅ MauiConverter Sample App

// One-way (aka read-only) Binding
new Label()
  .Row(Row.Description)
  .Bind(Label.TextProperty, 
          static (StoryModel m) => m.Description)

// Two-way Binding
new Entry()
  .Bind(Entry.TextProperty, 
          static (SettingsViewModel vm) => vm.NumberOfTopStoriesToFetch, 
          static (SettingsViewModel vm, int text) => vm.NumberOfTopStoriesToFetch = text)

What's Changed

New Contributors

Full Changelog: 2.1.0...3.0.0

v2.1.0: Source Generator + VisualElement Updates!

09 Dec 08:13
626f7ba
Compare
Choose a tag to compare

In this release @mrlacey has added new VisualElement extensions (#141) enabling you to finally use fluent C# methods for properties like VisualElement.BackgroundColor, new Button().BackgroundColor(Colors.Pink).

We've also fixed our Source Generators to fix some bugs (#161), be more performant (#162 ) and to support custom types for ITextAlignment(#150)

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0: .NET 7 Support 🚀

09 Nov 19:07
c91f5fe
Compare
Choose a tag to compare

The C# Markup Extensions now officially support .NET 7!

Note: We've bumped the Major Version number because v2.0.0 is only compatible with .NET 7.0+

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 in /samples by @dependabot in #134
  • Bump Microsoft.Extensions.Http.Polly from 6.0.10 to 7.0.0 in /samples by @dependabot in #133
  • Update ObjectExtensionsTests to Include Derived Types by @brminnick in #136
  • Add .NET 7 Support by @brminnick in #129
  • Bump CommunityToolkit.Maui from 1.3.0 to 3.0.0 in /samples by @dependabot in #139

Full Changelog: 1.2.1...2.0.0

v1.2.1: Minor improvements in BindableObject

08 Nov 09:02
f033421
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

v1.2.0: Better AppTheme and TextAlignment Support!

03 Nov 09:29
abfd3d3
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 in /samples by @dependabot in #120
  • Bump Microsoft.CodeAnalysis.CSharp from 4.2.0 to 4.3.1 in /samples by @dependabot in #121
  • [CommunityToolkit.Maui.Markup.Sample] Replace Refit + Polly with Microsoft.Extensions.Http.Polly and Refit.HttpClientFactory by @brminnick in #112
  • Bump Microsoft.Extensions.Http.Polly from 6.0.9 to 6.0.10 in /samples by @dependabot in #122
  • [Sample App] Add IDisposable by @brminnick in #123
  • Support all inherited ITextAlignment for TextAlignmentExtensions by @brminnick in #125
  • add extension methods for SetAppTheme and SetAppThemeColor by @fredericoregateiro in #118
  • Remove Duplicated ContentPage Example by @brminnick in #128

New Contributors

Full Changelog: 1.1.1...1.2.0