Skip to content

Releases: ChasakisD/Xamarin.Forms.BackgroundKit

Version 2.0.8

24 May 10:40
Compare
Choose a tag to compare
  • #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

28 Mar 16:33
Compare
Choose a tag to compare

#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

19 Feb 18:47
1be56e8
Compare
Choose a tag to compare
Merge pull request #62 from ChasakisD/feature/border-suppression

Suppress bottom border on picker

Version 2.0.1

24 Jan 15:22
556f26e
Compare
Choose a tag to compare

What's new

  • Added Circle Shape

Version 2.0.0

20 Jan 11:46
Compare
Choose a tag to compare
Release 2.0.0

Version 1.2.0

21 Jul 19:38
Compare
Choose a tag to compare

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