Skip to content

v2.0.0.691

Compare
Choose a tag to compare
@sthewissen sthewissen released this 10 Jul 07:41
· 62 commits to master since this release
b839188

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