- Deprecated
delayDuration
inPieTheme
in favor ofregularPressShowsMenu
,longPressShowsMenu
andlongPressDuration
. If you were previously usingdelayDuration
to show the menu on regular press, you can now useregularPressShowsMenu
instead. - Fixed potential memory leak caused by
LongPressGestureRecognizer
not being disposed properly.