This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: xamarin/XamarinCommunityToolkit
Releases · xamarin/XamarinCommunityToolkit
v2.0.6: Keeping the Xamarin Projects Running, More Bugfixes!
What's Changed
- Fixed null reference errors by @pictos in #1916
- Update macOS build image by @jfversluis in #1909
- added additional ctor to AccessibilityListener to avoid app crash by @thisisthekap in #1924
- Fix badge view default text "0" by @FedericoNembrini in #1959
- CameraView: fixed leak on UWP not cleaning up MediaCapture object for preview by @MFinkBK in #1951
- Update TabView.shared.cs by @ncunning in #1926
- Update UIGestureRecognizer state machine so UIKit can properly handle… by @AdamEssenmacher in #1954
- CameraView: only request microphone permission when CaptureMode is set to Video in UWP by @MFinkBK in #1963
New Contributors
- @thisisthekap made their first contribution in #1924
- @FedericoNembrini made their first contribution in #1959
- @MFinkBK made their first contribution in #1951
- @ncunning made their first contribution in #1926
- @AdamEssenmacher made their first contribution in #1954
Full Changelog: 2.0.5...2.0.6
v2.0.5: Nothing to see here, just bugfixes!
What's Changed
- Issue 1883 Snackbar button is missed by @VladislavAntonyuk in #1886
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #1894
- Fix random crash on iOS when switching source by @mphill in #1899
New Contributors
Full Changelog: 2.0.4...2.0.5
v2.0.4: Camera Flash, ClearTintColor, MediaElement crash and MauiCompat .NET MAUI GA compatibility
Here is a minor update for the Xamarin Community Toolkit with some bugfixes and also a MauiCompat version that is compatible with .NET MAUI GA!
What's Changed
- Fix for ClearTintColor NullReferenceException on ImageButton related to PR #1836 by @mike-rowley in #1857
- CameraView Flash fix for Android by @GUOLDEV in #1864
- Implemented MediaElement ObjectDisposedException fix by @anvuks in #1870
New Contributors
Full Changelog: 2.0.3...2.0.4
v2.0.3: .NET MAUI RC3 support
v2.0.2: .NET MAUI RC2 support for MauiCompat and Mike's bugfix!
What's Changed
- Fix for Bug #934 (IconTintColorEffect does not work when the image is… by @mike-rowley in #1836
- RC1 by @VladislavAntonyuk in #1843
New Contributors
- @mike-rowley made their first contribution in #1836
Thank you Mike!
Full Changelog: 2.0.1...2.0.2
v2.0.1: Some bugfixes and .NET MAUI Preview 14 support for MauiCompat
What's Changed
- Patch up MauiCompat to support preview 13 by @bijington in #1814
- 1809 medialement class not found by @bijington in #1812
- [Bug] GravatarImageSource throws exception when offline by @VladislavAntonyuk in #1816
- Nullable fixes in DrawingView by @VladislavAntonyuk in #1817
- [iOS] ShadowEffect disappearing when coming back to the app (only with the Frame view) by @AndreiMisiukevich in #1826
- 1822 DrawingView fix freezing by @VladislavAntonyuk in #1827
- Preview 14 by @VladislavAntonyuk in #1834
Full Changelog: 2.0.0...2.1.0
v2.0.0: Introducing an all-new major version of Xamarin Community Toolkit
What's Changed
- Added CornerRadius bindable property by @espritm in #1732
- Updated light dismiss xml docs by @ahoefling in #1366
- Added IsInRangeConverter by @GUOLDEV in #1158
- Added DrawingView by @pictos in #740
- Added IsLightDismissed to PopupDismissedEvent by @ahoefling in #1362
- Fix Android crashes if Bitmap is small, Fix iOS drawing in scrollView by @VladislavAntonyuk in #1421
- Add StatusBarEffect and NavigationBarEffect classes to manage their color and style by @maxkoshevoi in #812
- Drawing view fixes (issues #1452, #1453, #1451) by @VladislavAntonyuk in #1459
- Snackbar corner radius by @VladislavAntonyuk in #1437
- Added MediaElement implementation for macOS by @yurkinh in #1488
- Drawing view multi line support by @VladislavAntonyuk in #1475
- Fixed CameraView Linker issue by @GUOLDEV in #1503
- Added TextSwitcher(iOS and Android) and ImageSwitcher(iOS) by @AndreiMisiukevich in #1422
- Clean DrawingView on Lines clean by @VladislavAntonyuk in #1520
- Fixed CameraView crash on FlashMode Torch by @GUOLDEV in #1522
- Consolidate our XCT platform class by @pictos in #1559
- Fixed CameraView Shutter not responding by @GUOLDEV in #1535
- Added Speed Property to mediaelement by @AswinPG and @jfversluis in #1570
- Utc to local string converter by @LeoJHarris in #1555
- Fixed RangeSlider eventname crash by @GUOLDEV in #1545
- Add Expression property to MathExpressionConverter and MultiMathExpressionConverter by @GUOLDEV in #1609
- Fixed ContentPages BackgroundColor in sample app by @GUOLDEV in #1595
- Added CornerRadiusEffect by @YZahringer in #1316
- MauiCompat Fix for preview 12 by @VladislavAntonyuk in #1792
- Update packages, Fix WPF Sample app by @VladislavAntonyuk in #1768
- [Android] Update a11y SetSemanticFocus by @rachelkang in #1791
- Android 5 crashing and Borderless Ripple Effect on Android by @rotorgames in #1756
- Allow user interaction during animation to enable faster tap repetiti… by @Andreas0xffff in #1760
New Contributors
- @espritm made their first contribution in #1732
- @rotorgames made their first contribution in #1756
- @Andreas0xffff made their first contribution in #1760
Full Changelog: 1.3.2...2.0.0
v1.3.2: More Bugfixes
What's Changed
- Add specific MauiCompat issue template by @bijington in #1749
- Move down the list and make title consist with maui repo by @bijington in #1752
- Bugfix Issue #1705 (MAUI: 184): Allow null handling for BaseConverterOneWay<TFrom, TTo> by @Countryen in #1733
- Add
.net6.0
target to MauiCompat by @maxkoshevoi in #1737 - Implement SetSemanticFocus and Announce APIs by @rachelkang in #1727
- Fix TouchEffect.LongPressCommand causes System.ArgumentNullException when page is popped by @AndreiMisiukevich in #1767
- Fix NullReferenceException thrown in PopupRenderer.SetViewController by @VladislavAntonyuk in #1762
- Fix for [iOS] Unable to chain display Popup calls or to display two popup simultaneously #1761 by @bondarenkod in #1765
- [housekeeping] Automated PR to fix formatting errors by @github-actions in #1757
- Automate MauiCompat build, Update MAUI Preview 11 by @VladislavAntonyuk in #1775
- Adding Source Generator by @pictos in #1714
- Fixed drawing outside of DrawingView control by @circa94 in #1680
- Fixed camera preview for Xiaomi devices by @Axemasta in #1780
- 1777 Snackbar button is missed by @VladislavAntonyuk in #1783
- Retarget UWP to 18382\1903 by @inforithmics in #1684
- [Android] Fix a11y set semantic focus by @rachelkang in #1782
New Contributors
- @Countryen made their first contribution in #1733
- @bondarenkod made their first contribution in #1765
- @circa94 made their first contribution in #1680
Full Changelog: 1.3.1...1.3.2
v1.3.1: Bugfixes
Here is a quick release of 1.3.1 to get some pesky bugs out of the way before the holidays!
What's Changed
- Fixing Popup Uwp Release Compilation Crash by @inforithmics in #1303
- Bugfix/tabindicatorwidth by @RonnyRos in #1223
- Fix NRE for a11y semantic heading by @rachelkang in #1728
- Update MauiCompatSteps, MauiCompat script by @VladislavAntonyuk in #1683
- Fix DisplaySnackBarAsync Task never completes if another SnackBar appears, and completes before SnackBar action by @maxkoshevoi in #1357
- Fixed typos in Popup XML docs by @bijington in #1730
- [Bug] [Fixed] #1712 by @rxDietel in #1713
New Contributors
- @inforithmics made their first contribution in #1303
- @RonnyRos made their first contribution in #1223
- @rxDietel made their first contribution in #1713
Full Changelog: 1.3.0...1.3.1
v1.3.0-alpha3: .NET MAUI Compat now with more compatibility
Next version of the .NET MAUI compat version. Please let us know how it goes with installing this on your .NET MAUI apps!