← Back to Toolkit Releases
v8.0.1: TouchBehavior (and all Behaviors) Hotfix
Contributors
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, EnsureBindingContextIs Automatically Set to the Attached View’sBindingContextby @brminnick in https://github.com/CommunityToolkit/Maui/pull/1791
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/8.0.0…8.0.1