Releases: CommunityToolkit/Maui
9.0.3: Transparent Status bar for Android, Icon Tint Color Updates and more!
Just before the weekend, here are some new goodies to play with!
Minor new functionalities, bugfixes and we updated the dependency of .NET MAUI to 8.0.71 to match the latest version that is included in the workload that comes with Visual Studio.
What's Changed
- Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /samples by @dependabot in #2010
- Bump xunit from 2.8.1 to 2.9.0 in /samples by @dependabot in #2009
- [Housekeeping] Update CI Pipeline to use macOS Sonoma and Xcode 15.3.0 by @brminnick in #1969
- Information label and bound value in CompareConverter sample don't match by @GeorgeLeithead in #1981
- Update IconTintColorBehavior so it applies tint to Button image on Android and Windows like iOS and Mac Catalyst by @mikeparker104 in #2042
- Remove
Microsoft.Maui.Controls.Compatibility
Dependency by @filipnavara in #2006 - [Sample App] Add
<UseMaui>true</UseMaui>
by @ne0rrmatrix in #2057 - Fix Target Type Validation by @brminnick in #2034
- fix: Fix unhandled ObjectDisposedException in IconTintColorBehavior.ClearTintColor on Android by @Kay-STL in #2012
- Transparent status bar color android by @vhugogarcia in #1630
- Source Generator for Bindable Property by @pictos in #1321
- Update to Xcode 15.4 in CI pipelines by @Kay-STL in #2100
- Catch ObjectDisposedException in IconTintColorBehavior by @Kay-STL in #2099
- [Housekeeping] Update NuGet Packages by @brminnick in #2105
- Removed duplicate test member data by @GeorgeLeithead in #2098
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #2110
New Contributors
A big thank you to these heroes right here! You make this project the best version it can be!
- @mikeparker104 made their first contribution in #2042
- @filipnavara made their first contribution in #2006
- @Kay-STL made their first contribution in #2012
Full Changelog: 9.0.2...9.0.3
v4.1.0 MediaElement: Better Artwork Display & Bugfixes!
What's Changed
- Remove Microsoft.Maui.Controls.Compatibility Dependency by @filipnavara in #2006
- Fix Media Element Poster not showing on Windows/iOS/Mac by @ne0rrmatrix in #1986
- Readonly Struct Record instead of ValueTuples by @ne0rrmatrix in #1972
- [BUG FIX] Fix Android APK crash on API Level 21-24 by @ne0rrmatrix in #2047
- [Housekeeping] Update NuGet Packages by @brminnick in #2105
- [BUGFIX] MediaElement Foreground Service by @ne0rrmatrix in #2052
- [FIX] Windows CTD on Application Close by @ne0rrmatrix in #2067
- Fix Media Element Poster not showing on Windows/iOS/Mac by @ne0rrmatrix in #1986
- Enhance media player with artwork display support by @ne0rrmatrix in #2108
- Enhance service lifecycle and exit strategy by @ne0rrmatrix in #2039
Full Changelog: 4.0.1-mediaelement...4.1.0-mediaelement
2.0.3 Windows Maps: Updated Dependencies
Also we're aware that Bing Maps has stopped giving out new API keys. We're investigating our options here. Join the discussion.
What's Changed
-
Remove Microsoft.Maui.Controls.Compatibility Dependency by @filipnavara in #2006
Full Changelog: 2.0.2-maps...2.0.3-maps
v1.0.4 Camera: Updated Dependencies!
What's Changed
- Remove Microsoft.Maui.Controls.Compatibility Dependency by @filipnavara in #2006
- [Housekeeping] Update NuGet Packages by @brminnick in #2105
Full Changelog: 1.0.3-camera...1.0.4-camera
v9.0.2: Windows Sample App Redesign!
Some Friday bugfixes for you! Special shout out to @GuidoNeele and @myix765 for their first contributions to this project, thank you so much! 👏 Find all the details about the fixes below.
And, did you know that we have an amazing sample app in this repository that shows you how to use all the features of the Toolkit?! Now you do! And the Windows version just got a refresh by @mhrastegari
Check this out 🤩
What's Changed
- Queue up the Text update when running on Android by @bijington in #1922
- Tidy up the masked text behavior handling of text changed by @bijington in #1925
- Set unloaded event to make sure popup is shown on Windows. by @GuidoNeele in #1932
- Swap the order of checks to prevent an unnecessary exception by @bijington in #1926
- Fix IconTintColorBehavior not tinting UriImageSource on Windows by @myix765 in #1949
- Fix for AvatarView child dimensions not being correctly set by @GeorgeLeithead in #1963
- Improve Windows sample app UI by @mhrastegari in #1861
Bumps and Housekeepings
- Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /samples by @dependabot in #1936
- Bump xunit from 2.7.0 to 2.8.1 in /samples by @dependabot in #1937
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.1 in /samples by @dependabot in #1938
- Bump Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit from 1.1.1 to 1.1.2 in /samples by @dependabot in #1959
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #1964
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #1999
New Contributors
- @GuidoNeele made their first contribution in #1932
- @myix765 made their first contribution in #1949
Full Changelog: 9.0.1...9.0.2
v4.0.1 MediaElement: Go Away Volume Bar!
When using the MediaElement on Android the volume bar would keep popping up whenever you interacted with the MediaElement control. This version fixes that!
Additionally, the MediaWidth
and MediaHeight
properties weren't populated, not cool! So as of this version, those are working again too 👏
What's Changed
- fixed sample application crashed with MediaElement for Windows by @olekssokol in #1870
- Update Media Element to fix code compliance by @ne0rrmatrix in #1955
- Prevent volume bar from popping up on Android by @jfversluis in #1965
- Reinstate MediaElement MediaWidth & MediaHeight functionality by @jfversluis in #1950
Full Changelog: 1.0.2-camera...4.0.1-mediaelement
v1.0.3 Camera: Small bugfix for the Camera Analyzer
Some people were experiencing a warning/error about the camera analyzer, that has been fixed with this release!
What's Changed
- Fix Camera analyzer by @jfversluis in #1996
Full Changelog: 1.0.2-camera...1.0.3-camera
v1.0.2 Camera: Prevent Android Crash on Capture
All beginnings are hard... Despite our extensive testing it seems we still had a bug in our Android implementation that would crash your application when you captured an image.
Luckily, our amazing @bijington quickly found out why it happened and fixed it and because it's such a nasty one that will block you... Releasing it right away for you to enjoy! 🚀
What's Changed
- Remove ArrayPool usage for now to avoid BufferUnderflow by @bijington in #1961
Full Changelog: 1.0.1-camera...1.0.2-camera
v1.0.1 Camera: No More Core Dependency!
Whoops! It happens to the best of us...
The Microsoft.Maui.Camera
package took a dependency on Microsoft.Maui.Core
which wasn't even necessary! So we took care of that to prevent any weird behavior and are quickly pushing out this v1.0.1 so that no one will even ever notice 👀
What's Changed
- Remove
CommunityToolkit.Maui.Core
dependency fromCommunityToolkit.Maui.Camera
by @brminnick in #1941 - Don't copy Core & main package to artifacts for Camera package build by @jfversluis in #1944
Full Changelog: 1.0.0-camera...1.0.1-camera
v4.0.0 MediaElement: Lock Screen Controls & Metadata Support
Introducing the next major version of MediaElement
version 4.0, all thanks to the amazing @ne0rrmatrix!
In this version you can play media in the background and control that through the OS integrated lock screen controls 🤯 this comes together with properties to influence the metadata that is shown in said lock screen as well.
Go check it out and let us know what you think. To get you started, we have updated our docs for this new amazing functionality.
Additionally we threw in a couple of bugfixes for you to enjoy, see all the details below.
What's Changed
- Bug fix for MediaElement File Duplication by @ne0rrmatrix in #1868
- Fix IOS crash on invalid or missing file extension on Resource Media Source by @ne0rrmatrix in #1858
- Lock Screen Controls and Metadata Support for Windows, Android, IOS and Mac Catalyst by @ne0rrmatrix in #1782
- Fix MediaElement Layout for Android by @ne0rrmatrix in #1873
- Fix Media Element Windows CTD by @ne0rrmatrix in #1921
Full Changelog: 3.1.1-mediaelement...4.0.0-mediaelement