Skip to content

Releases: naver/egjs-flicking

3.8.3 Release (2021-05-28)

28 May 09:12
Compare
Choose a tag to compare

Bug Fix

  • resize throws error when there're empty panels between (#447)

3.8.2 Release (2021-04-16)

16 Apr 09:21
Compare
Choose a tag to compare

Bug Fix

  • currentPanel can be null after adding the panel on the frameworks when there were no panels (#439)

3.8.1 Release (2021-03-17)

17 Mar 11:00
Compare
Choose a tag to compare

Bug Fix

  • Flicking can move while the page's scrolling(#433)
  • Flicking fires select event on touch devices even if scrolling up/down(#432)

3.8.0 Release (2021-02-24)

24 Feb 01:30
Compare
Choose a tag to compare

Features

  • Add element property on "select" event

Bug Fix

  • Wrong panel positions after calling setStatus (#423)
  • ngx-flicking: getCloneCount is not defined after destroy (#419)

3.7.2 Release (2021-02-18)

24 Feb 01:31
Compare
Choose a tag to compare

Bug Fix

  • Flicking's camera position can be wrong when getStatus is called from the non-zero index (#421)

3.7.1 Release (2021-01-15)

18 Feb 01:42
Compare
Choose a tag to compare

Bug Fix

  • next/prev/moveTo not work after disableInput(#407)

3.7.0 Release (2020-12-08)

08 Dec 03:01
Compare
Choose a tag to compare

Features

  • Added getSize() (#401)
  • Added resizeOnImagesReady option (#396)

3.6.3 Release (2020-11-25)

01 Dec 07:46
Compare
Choose a tag to compare

Bug fix

  • Prepending panels in frameworks can break carousel with renderOnlyVisible option(#389)

Docs

  • Fix a typo in MoveTypeSnapOption description(#388)

3.6.2 Release (2020-11-02)

17 Nov 07:25
Compare
Choose a tag to compare

Bug Fix

  • Panels are not positioned correctly with renderOnlyVisible option (#382)

3.6.1 Release (2020-10-30)

30 Oct 04:04
Compare
Choose a tag to compare

Fixes

  • Fixed renderOnlyVisible option makes Flicking doesn't apply panel's CSS (#382)