Releases: CommunityToolkit/Maui
v1.0.0-pre4: .NET MAUI Preview 11
What's Changed
- Link to the new maui-compat template by @bijington in #212
- Migrate Validators from XCT to MAUI #41, #42, #40, #38, #37 by @VladislavAntonyuk in #142
- Update Snackbar to use WinUI package by @VladislavAntonyuk in #218
- Update pipeline to build Windows target framework by @VladislavAntonyuk in #217
- Project reorganization by @pictos in #214
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #221
- Add Additional XML Warnings to
<WarningsAsErrors>
inDirectory.Build.props
by @brminnick in #223 - [🔥Hot Fix🔥] Adding WinUI reference by @pictos in #222
- ImplicitUsings by @VladislavAntonyuk in #226
- Publish
CommunityToolkit.Maui.Core
NuGet Package by @brminnick in #237
New Contributors
- @bijington made their first contribution in #212
Full Changelog: 1.0.0-pre3...1.0.0-pre4
v1.0.0-pre3: .NET MAUI Preview 10
What's Changed
- Updated to latest .NET MAUI version by @jsuarezruiz in #128
- Migrate Unit Tests to Xunit by @brminnick in #130
- Add NuGet Badge to README by @brminnick in #136
- Fix Azure Pipeline Build Errors by @brminnick in #147
- Added DoubleToIntConverter Sample by @StevenHanquez in #152
- ListIsNullOrEmpty Converter sample by @juansturla in #151
- ListToString Converter Sample by @juansturla in #132
- Added Sample for StringToListConverter by @juansturla in #133
- Added IsNullOrEmptyConverters Samples by @StevenHanquez in #148
- Added IntToBoolConverter Sample by @StevenHanquez in #149
- Added InvertedBoolConverter Sample by @StevenHanquez in #150
- Small correction on the label which mentioned IsNullOrEmptyConverter … by @StevenHanquez in #153
- Added EnumToIntConverter Sample by @StevenHanquez in #154
- Enable iOS Builds in Azure Pipelines by @brminnick in #158
- Added color converters samples by @juansturla in #159
- Consolidate Solution Files by @brminnick in #157
- Convert to File-Scoped Namespaces by @brminnick in #160
- Add XML Comments by @brminnick in #161
- Add files which were missed from file scoped namespaces by @VladislavAntonyuk in #162
- Added sample for ItemTappedEventArgs by @juansturla in #165
- Create a sample for the EqualConverter by @stefanbogaard86 in #174
- Created a sample for the IndexToArrayItemConverter by @stefanbogaard86 in #176
- Update for .NET MAUI RC 1 by @brminnick in #188
- #50 A sample for the BoolToObjectConverter by @stefanbogaard86 in #178
- Create BaseGalleryPage by @brminnick in #177
- Color to animation extension #88 by @PieEatingNinjas in #194
- #51 -- Adds tests for ImageResourceConverter by @CalvinAllen in #196
- Add
BackgroundColorTo
Unit Tests by @brminnick in #195 - #51 -- Byte array to image source converter was missing ConvertBack tests by @CalvinAllen in #197
- Create Nullable
IValueConverter
s, and Add Nullable Static Analyzers by @brminnick in #200 - Fix
ICommunityToolkitMultiValueConverter
name typo by @brminnick in #204 - SnackBar by @VladislavAntonyuk in #5
New Contributors
- @StevenHanquez made their first contribution in #152
- @juansturla made their first contribution in #151
- @VladislavAntonyuk made their first contribution in #162
- @stefanbogaard86 made their first contribution in #174
- @PieEatingNinjas made their first contribution in #194
- @CalvinAllen made their first contribution in #196
Full Changelog: 1.0.0-pre2...1.0.0-pre3
v1.0.0-pre2: .NET 6 RC1
Update and rename ColorExtension.shared.cs to ColorConversionExtensio…
v1.0.0-pre1: Welcome .NET MAUI Community Toolkit
Here it is! The much anticipated .NET MAUI Community Toolkit. A lot has been said and done already, we promised to get you a first preview in August; here it is!
Having that said, this is still a preview. We have a lot of work ahead of us while sorting out what we are going to share with the Windows Community Toolkit (no; CommunityToolkit.Windows) so the controls will come later. For now you will find all the behaviors, converters, some extensions and helpers, etc.
If you're looking for the C# Markup Extensions, those are now not just a separate package, but also a separate repo, so have a look over at: https://github.com/CommunityToolkit/Maui.Markup
As always: let us know what you think!