v1.0.2 MediaElement: Adding `ShouldMute` and bugfixes!
Contributors
This release adds the mute functionality to the MediaElement, but maybe even more important: there are some good bugfixes in here!
We’re getting the first real-life feedback from you, thank you for that! And that also means you are using the MediaElement in ways that we could not foresee. That meant, there were a couple of crashes when using MediaElement on iOS in different page types and with or without .NET MAUI Shell. And there was a crash when you would clean up the MediaElement on Windows. Additionally, setting ShouldAutoPlay to false on iOS did not always have effect, that should be better now too.
We fixed the ones we knew about right now, so it should be much more stable! If you still run into anything, of course please let us know!
What’s Changed
- [iOS]
ShouldAutoPlay=falseshould not auto play by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/954 - Update ExoPlayer binding dependencies by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/973
- Relax ViewController detection for iOS MediaElement to enable non-Shell usage by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/999
- Fix disposal of MediaElement for Windows by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/1002
- Bump Xam.Plugins.Android.ExoPlayer from 2.18.9 to 2.18.10 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1005
- Bump Xam.Plugins.Android.ExoPlayer.Transformer from 2.18.9 to 2.18.10 in /samples by @dependabot in https://github.com/CommunityToolkit/Maui/pull/1006
- Provide parent view controller to MediaElement iOS by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/1008
- Implement Mediaelement ShouldMute by Gerald Versluis in https://github.com/CommunityToolkit/Maui/pull/953
Full Changelog: https://github.com/CommunityToolkit/Maui/compare/1.0.1-mediaelement…1.0.2-mediaelement