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.Behavior
s, EnsureBindingContext
Is Automatically Set to the Attached View'sBindingContext
by @brminnick in #1791
Full Changelog: 8.0.0...8.0.1