Releases: robinmanuelthiel/flexbutton
Releases · robinmanuelthiel/flexbutton
Preview 0.14.0
- Add Accessibility (thanks to @IeuanWalker)
Preview 0.13.0
- Update to Xamarin.Forms 4.8
- Fix #91
Preview 0.12.0
- Add
TouchCanceled
event, when moving the pointer out of the button area #63
Preview 0.11.0
- Add
IconOrientation.Top
(by @ludocornut)
Preview 0.10.0
Preview 0.9.1
- Fix #69 (by @Jamesmallon1)
Preview 0.9.0
Preview 0.8.0
- Xamarin.Forms 3.1 Support
- Add UWP
https://www.nuget.org/packages/Forms.Controls.FlexButton/0.8.0
Preview 0.7.0
Warning: Make sure to update your projects to .NET Standard 2.0 before updating to this version!
- Xamarin.Forms 3.0 Support
- Upgrade to .NET Standard 2.0
- Fix IsToggled bug
- Fix GestureRenderer conflicts (by @Clovs)
- Workaround for Xamarin.Forms 3.0 Border Bug on Android #32
- Workaround for Xamarin.Forms Previewer Bug #31
https://www.nuget.org/packages/Forms.Controls.FlexButton/0.7.0
Preview 0.6.1
- Fix Xamarin.Forms 2.5.1 support