Skip to content

Releases: naver/egjs-flicking

4.5.1 Release (2022-03-18)

18 Mar 09:39
Compare
Choose a tag to compare

Bug Fix

  • Can't init using Vite + Vue3 (#631)
  • Can't call moveTo when using moveType:strict (#633)

3.9.2 Release (2022-02-24)

24 Feb 06:39
Compare
Choose a tag to compare

Bug fix

  • Fixed resizeOnContentsReady not working correctly on frameworks (#624)

3.9.1 Release (2022-02-11)

11 Feb 11:02
Compare
Choose a tag to compare

Bug Fix

  • Fixed wrong non-null assertion on panel cloning (#619)

4.5.0 Release (2022-01-24)

24 Jan 05:42
Compare
Choose a tag to compare

New Feature

  • Added new option circularFallback (#610)

Bug Fix

  • Fixed "constructor not found" error in svelte SSR

4.4.2 Release (2021-12-07)

07 Dec 08:34
Compare
Choose a tag to compare

Bug Fix

  • Fixed wrong sync behavior when removing all prev panels (#598)

4.4.1 Release (2021-11-24)

24 Nov 04:11
Compare
Choose a tag to compare

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)

23 Nov 08:15
Compare
Choose a tag to compare

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)

27 Oct 10:38
Compare
Choose a tag to compare

New Feature

  • Added a new option: virtual (#568)
  • Added a new option: useResizeObserver (#564)

Bug fix

  • Index is not updated when moving to same position (#570)

4.3.1 Release (2021-10-25)

25 Oct 04:03
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that can't move from the last panel to the first panel when moveType: strict and circular is enabled (#562)

4.3.0 Release (2021-09-08)

08 Sep 10:24
Compare
Choose a tag to compare

New Feature

  • Added new option: resizeOnContentsReady (#546)

Bug Fix

  • currentPanel is null when the initial panel size is 0 (#548)