Releases: sthewissen/Xamarin.Forms.PancakeView
Releases · sthewissen/Xamarin.Forms.PancakeView
v2.3.0.759
What's New in this Release
- WPF support fixed through #145
- Android X bits in sample app
v2.3.0.752
What's New in this Release
- Fix #125
- Android 10 basics
v2.1.0.714
What's New in this Release
- Tizen support
v2.0.1.707
v2.0.1.698
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
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 |
v1.4.2
What's New in this Release
API Changes
- Deprecating
BackgroundGradientStartColor
- UseBackgroundGradientStops
instead. - Deprecating
BackgroundGradientEndColor
- UseBackgroundGradientStops
instead. - Deprecating
BorderGradientStartColor
- UseBorderGradientStops
instead. - Deprecating
BorderGradientEndColor
- UseBorderGradientStops
instead. - Deprecating
BorderIsDashed
- UseBorderDashPattern
instead. - Deprecating
HasShadow
- UseShadow
instead. - Deprecating
Elevation
- UseShadow
instead.