Skip to content

Releases: sthewissen/Xamarin.Forms.PancakeView

v2.3.0.759

23 Oct 11:46
e38203c
Compare
Choose a tag to compare

What's New in this Release

  • WPF support fixed through #145
  • Android X bits in sample app

v2.3.0.752

02 Oct 17:54
Compare
Choose a tag to compare
v2.3.0.752 Pre-release
Pre-release

What's New in this Release

  • Fix #125
  • Android 10 basics

v2.1.0.714

09 Sep 07:09
a40d182
Compare
Choose a tag to compare

What's New in this Release

  • Tizen support

v2.0.1.707

07 Aug 07:05
Compare
Choose a tag to compare

What's New in this Release

  • Various bug fixes post 2.0 version.

v2.0.1.698

14 Jul 07:26
4ff2381
Compare
Choose a tag to compare

What's New in this Release

  • Made Color properties on markup extensions bindable.
  • Some small housekeeping fixes.

Thank you 🎉

Thank you to the community for helping to make Xamarin.Forms.PancakeView even better! This release, we received amazing contributions from these individuals. Give them a big round of applause! 👏

Author Description PR
dhindrik Made Color bindable in MarkupExtensions GH-110

v2.0.0.691

10 Jul 07:41
b839188
Compare
Choose a tag to compare

What's New in this Release

  • Made GradientStop properties bindable.
  • Introduced Border object to configure borders.
  • Added Border markup extension.
  • Introduced Shadow object to configure borders.
  • Added Shadow markup extension.
  • Added/fixed DrawingStyle enumeration for iOS/macOS.
  • macOS support.
  • Enabled SourceLink.
  • Revamped Android renderer.
  • Added GradientStartPoint and GradientEndPoint to allow for more gradient options.

API Changes

  • Deprecating BackgroundGradientAngle - Use BackgroundGradientStartPoint and BackgroundGradientEndPoint instead.
  • Deprecating BorderThickness - Use Border instead.
  • Deprecating BorderDashPattern - Use Border instead.
  • Deprecating BorderGradientStops - Use Border instead.
  • Deprecating BorderColor - Use Border instead.
  • Deprecating BorderDrawingStyle - Use Border instead.
  • Deprecating BorderGradientAngle - Use Border.GradientStartPoint and Border.GradientEndPoint instead.

Thank you 🎉

Thank you to the community for helping to make Xamarin.Forms.PancakeView even better! This release, we received amazing contributions from these individuals. Give them a big round of applause! 👏

Author Description PR
winnicki Doing a lot of awesome border related work GH-85
craigwi UWP: changing the Content after creation result in a crash GH-104

v1.4.2

08 May 14:00
Compare
Choose a tag to compare

What's New in this Release

  • Addition of BorderDashPattern | GH-87
  • Addition of Shadow | GH-90

API Changes

  • Deprecating BackgroundGradientStartColor - Use BackgroundGradientStops instead.
  • Deprecating BackgroundGradientEndColor - Use BackgroundGradientStops instead.
  • Deprecating BorderGradientStartColor - Use BorderGradientStops instead.
  • Deprecating BorderGradientEndColor - Use BorderGradientStops instead.
  • Deprecating BorderIsDashed - Use BorderDashPattern instead.
  • Deprecating HasShadow - Use Shadow instead.
  • Deprecating Elevation - Use Shadow instead.