3.1.0
- Improved the child bounce animation by adding a 3D tilt effect to it inspired by Bounce package. Can be disabled by setting
childTiltEnabled
tofalse
inPieTheme
. - Added
overlayStyle
toPieTheme
to switch between the old and new overlay styles.PieOverlayStyle.behind
(the old style) is used by default because the new one causes render issues in some cases. - Other minor improvements and bug fixes.