Releases: ChasakisD/Xamarin.Forms.BackgroundKit
Releases · ChasakisD/Xamarin.Forms.BackgroundKit
Version 2.0.8
- #81 Issue/ripple not updating (Fixes #78)
- #82 Fix elevation not working on same visual tree (Fixes #75)
- #83 Fix markup extension not applying shadowcolor (Fixes #79)
- #84 Fix border gradient applying to background (Fixes #80)
Version 2.0.7
#70 Migrate Command to ICommand (Fixes #67)
#71 Fix transparent color on Android (Fixes #66)
#72 Fix NPE on MaterialContentView on iOS (Fixes #68)
Invalidate Shape on change
Version 2.0.4
Merge pull request #62 from ChasakisD/feature/border-suppression
Suppress bottom border on picker
Version 1.2.0
What's new
This release focuses on performance improvements for Android with lots of bug and overdraw fixes.
Fixed Issues
- [Android] Border with BorderWidth = 0 also draws the border #26
- [Android] GradientBrush doesn't work if Color is not set #28
- [Android] ClipPathManager should clip only when corner radius is not uniform #29
- [Android] Ripple on trasparent background is not working #32