github CommunityToolkit/Maui 8.0.1
v8.0.1: TouchBehavior (and all Behaviors) Hotfix

latest releases: 3.1.1-mediaelement, 2.0.2-maps, 9.0.0...
one month ago

By implementing TouchBehavior we found out that the databinding for it was a bit odd and went to investigate why.

The good news is: we found it! 🎉

The bad news is: it applied to all of our behaviors 🙈

We quickly fixed it and rolling it out as a minor release. Technically it's a breaking change, but we expect not many people to be impacted by that. If we thought wrong: our sincere apologies.

Check the PR below for all the details, TL;DR is data binding for behaviors is now a lot easier!

What's Changed

  • For All CommunityToolkit.Maui.Behaviors, Ensure BindingContext Is Automatically Set to the Attached View's BindingContext by @brminnick in #1791

Full Changelog: 8.0.0...8.0.1

Don't miss a new Maui release

NewReleases is sending notifications on new releases.