3.0.1
· One min read
Bugs
- Target panel isn't recalculated if interrupted in circular mode (#171)
snapmove type's target panel is calculated from release position, not start position (#174)- Panel is aligned after calling
resize()in freeScroll move type (#177) - Changing panel size in FlickingPanel's
update()breaks layout (#178) getCurrentPanel()returnsnullafter callingsetStatus()(#180)- Panels are filled with empty after insertBefore/prepend (#181)
- Calling
stop()won't stop events immediately (#184) - No
needPanelevent is triggered when there're no panels (#185) - Can't loop with
circularoption enabled at Android 4.4.2 (#187) - Consecutive flicking with
circularoption targets wrong panel to move (#190) changeevent is triggered with same panel withfreeScrolloption (#191)- Cannot use namespace 'Flicking' as a type (#195)
- Interrupting in bounce area will set target panel at opposite end (#196)