v2.0.0.691
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
andGradientEndPoint
to allow for more gradient options.
API Changes
- Deprecating
BackgroundGradientAngle
- UseBackgroundGradientStartPoint
andBackgroundGradientEndPoint
instead. - Deprecating
BorderThickness
- UseBorder
instead. - Deprecating
BorderDashPattern
- UseBorder
instead. - Deprecating
BorderGradientStops
- UseBorder
instead. - Deprecating
BorderColor
- UseBorder
instead. - Deprecating
BorderDrawingStyle
- UseBorder
instead. - Deprecating
BorderGradientAngle
- UseBorder.GradientStartPoint
andBorder.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 |