Releases: vapolia/MauiGestures
Releases · vapolia/MauiGestures
v1.0.7 Maintenance Release
v1.0.6 Pan gesture command on Windows
Suggested by whodges :
- Post only the latest mouse point instead of 100% of the intermediate points on Windows
v1.0.5: Bug fix release
Bug fix:
- Android: remove IsPanImmediate from android gestures, as it was preventing the reception of the GestureStatus.Started event
Breaking change release
- Breaking change: point commands argument is now of type PointEventArgs, which include the binding context. Useful for collection items.
- Fixed the point parameter for ios point commands where a CGPoint was sent instead of a Point.
1.0.2 Maintenance Release
- Replaced AddAdvancedGestures with UseAdvancedGestures
1.0.1 Initial Maui version
- add icon and readme