Skip to content

Releases: vapolia/MauiGestures

v1.0.7 Maintenance Release

04 Oct 10:39
Compare
Choose a tag to compare

Changes:

  • update dependencies

v1.0.6 Pan gesture command on Windows

24 Aug 19:25
Compare
Choose a tag to compare

Suggested by whodges :

  • Post only the latest mouse point instead of 100% of the intermediate points on Windows

v1.0.5: Bug fix release

15 May 14:40
Compare
Choose a tag to compare

Bug fix:

  • Android: remove IsPanImmediate from android gestures, as it was preventing the reception of the GestureStatus.Started event

Breaking change release

06 Mar 09:50
284e7c0
Compare
Choose a tag to compare
  • 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

26 Jan 20:25
10a9288
Compare
Choose a tag to compare
  • Replaced AddAdvancedGestures with UseAdvancedGestures

1.0.1 Initial Maui version

25 Jan 11:55
Compare
Choose a tag to compare
  • add icon and readme