Skip to content

Releases: naver/egjs-flicking

4.11.2 Release (2023-12-12)

20 Dec 03:03
Compare
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
Compare
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
Compare
Choose a tag to compare

New Feature

  • Added a new option preventDefaultOnDrag (#820)

4.10.8 Release (2023-06-22)

22 Jun 02:10
Compare
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)

4.10.7 Release (2023-04-12)

12 Apr 06:53
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that setStatus not working properly when index is 0 (#795)

4.10.6 Release (2023-02-13)

13 Feb 06:29
Compare
Choose a tag to compare

Bug Fix

  • Fixed position of the panel was calculated incorrectly when the duration is 0 and moveType is "strict". (#771)
  • Fixed CSS transform was not applied correctly during the SSR rendering process. (#773)

4.10.5 Release (2023-02-01)

01 Feb 02:31
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that the resize event listener was not properly removed when the instance was destroyed. (#779)
  • Fixed the issue that the panel moved to an inappropriate position when a panel is clicked during sliding. (#777)

4.10.4 Release (2022-12-02)

02 Dec 08:01
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that move event can occur even after holdEnd event at Internet Explorer (naver/egjs-axes#208)

4.10.3 Release (2022-11-25)

25 Nov 08:26
Compare
Choose a tag to compare

Bug Fix

  • Fixed a bug that resizeOnContentsReady option cause error with lazy image loading inside panel (#745)

4.10.2 Release (2022-11-03)

03 Nov 08:07
Compare
Choose a tag to compare

Bug Fix

  • Fixed component dependency for frameworks (#741)
  • Fixed a bug that some setters doesn't update UI (#743)