Releases: naver/egjs-flicking
Releases · naver/egjs-flicking
4.11.4 Release (2024-07-31)
4.11.3 Release (2024-05-31)
Bug Fix
- Fixed an error when
destroy()
is called immediately afterresize()
(#859) - Fixed a bug that events return the wrong direction on circular Flicking (#854)
- Fixed an error when using bound and custom align props together (#850)
- Fixed a bug that the
threshold
option does not apply tomovetype: "snap"
(#844)
4.11.2 Release (2023-12-12)
Bug Fix
- fixed a bug that strict movetype moving wrong panel on circular flicking (#842)
4.11.1 Release (2023-11-17)
4.11.0 Release (2023-08-02)
New Feature
- Added a new option
preventDefaultOnDrag
(#820)
4.10.8 Release (2023-06-22)
Bug Fix
- Fixed a bug that mouse input not working when mouse and touch input were available at the same time. (naver/egjs-axes#213)
4.10.7 Release (2023-04-12)
Bug Fix
- Fixed a bug that
setStatus
not working properly whenindex
is 0 (#795)
4.10.6 Release (2023-02-13)
4.10.5 Release (2023-02-01)
4.10.4 Release (2022-12-02)
Bug Fix
- Fixed a bug that
move
event can occur even afterholdEnd
event at Internet Explorer (naver/egjs-axes#208)