Releases: naver/egjs-flicking
Releases · naver/egjs-flicking
4.5.1 Release (2022-03-18)
3.9.2 Release (2022-02-24)
Bug fix
- Fixed
resizeOnContentsReady
not working correctly on frameworks (#624)
3.9.1 Release (2022-02-11)
Bug Fix
- Fixed wrong non-null assertion on panel cloning (#619)
4.5.0 Release (2022-01-24)
New Feature
- Added new option
circularFallback
(#610)
Bug Fix
- Fixed "constructor not found" error in svelte SSR
4.4.2 Release (2021-12-07)
Bug Fix
- Fixed wrong sync behavior when removing all prev panels (#598)
4.4.1 Release (2021-11-24)
Bug Fix
- Fixed preact-flicking is not working due to import error (#583)
- Fixed Vue and Vue3 Flicking's typings
3.9.0 Release (2021-10-27)
New Feature
- Added a new option:
useResizeObserver
Bug fix
- Fixed a bug that event's direction is always null after disabling input
4.4.0 Release (2021-10-27)
4.3.1 Release (2021-10-25)
Bug Fix
- Fixed a bug that can't move from the last panel to the first panel when
moveType: strict
andcircular
is enabled (#562)