Skip to content

v8.0.1: TouchBehavior (and all Behaviors) Hotfix

Compare
Choose a tag to compare
@jfversluis jfversluis released this 04 Apr 14:42
· 155 commits to main since this release
d7a84df

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