Skip to content

Releases: naver/egjs-flicking

4.14.1 Release (2025-10-02)

02 Oct 06:37

Choose a tag to compare

What's Changed

Full Changelog: 4.14.0...4.14.1

4.14.0 Release (2025-06-30)

30 Jun 08:21

Choose a tag to compare

What's Changed

4.13.1 Release (2025-05-16)

16 May 08:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.12.0...4.13.1

4.12.0 Release (2024-12-06)

06 Dec 10:15

Choose a tag to compare

New Feature

Bug Fix

  • Fixed an error where the initial Panel is set to the last Panel when display: none is applied to the viewport. (#903)

4.11.4 Release (2024-07-31)

01 Aug 07:47

Choose a tag to compare

Bug Fix

  • Fixed an error that disabled flicking blocks native scroll.

4.11.3 Release (2024-05-31)

31 May 06:24

Choose a tag to compare

Bug Fix

  • Fixed an error when destroy() is called immediately after resize() (#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 to movetype: "snap" (#844)

4.11.2 Release (2023-12-12)

20 Dec 03:03

Choose a tag to compare

Bug Fix

  • fixed a bug that strict movetype moving wrong panel on circular flicking (#842)

4.11.1 Release (2023-11-17)

17 Nov 04:27

Choose a tag to compare

Bug Fix

  • Fixed a bug that nan occurs when calculating the size if element does not exist. (#833)
  • Fixed a bug that layout is broken when direction: rtl is applied to camera element. (#836)

4.11.0 Release (2023-08-02)

02 Aug 07:45

Choose a tag to compare

New Feature

  • Added a new option preventDefaultOnDrag (#820)

4.10.8 Release (2023-06-22)

22 Jun 02:10

Choose a tag to compare

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)