Xamarin.Forms.PancakeView Versions Save

An extended ContentView for Xamarin.Forms with rounded corners, borders, shadows and more!

v2.3.0.759

3 years ago

What's New in this Release

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

v2.3.0.752

3 years ago

What's New in this Release

  • Fix #125
  • Android 10 basics

v2.1.0.714

3 years ago

What's New in this Release

  • Tizen support

v2.0.1.707

3 years ago

What's New in this Release

  • Various bug fixes post 2.0 version.
    • Fixes #116
    • Fixes #115
    • Fixes #113
    • Fixes #112

v2.0.1.698

3 years ago

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

3 years ago

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

4 years ago

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.