egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

MIT License

Downloads
248.6K
Stars
2.8K
Committers
27

Bot releases are hidden (Show)

egjs-flicking - 4.11.4 Release (2024-07-31)

Published by malangfox 3 months ago

Bug Fix

  • Fixed an error that disabled flicking blocks native scroll.
egjs-flicking - 4.11.3 Release (2024-05-31)

Published by malangfox 5 months ago

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)
egjs-flicking - 4.11.2 Release (2023-12-12) Latest Release

Published by malangfox 10 months ago

Bug Fix

  • fixed a bug that strict movetype moving wrong panel on circular flicking (#842)
egjs-flicking - 4.11.1 Release (2023-11-17)

Published by malangfox 11 months ago

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)
egjs-flicking - 4.11.0 Release (2023-08-02)

Published by malangfox about 1 year ago

New Feature

  • Added a new option preventDefaultOnDrag (#820)
egjs-flicking - 4.10.8 Release (2023-06-22)

Published by malangfox over 1 year ago

Bug Fix

egjs-flicking - 4.10.7 Release (2023-04-12)

Published by malangfox over 1 year ago

Bug Fix

  • Fixed a bug that setStatus not working properly when index is 0 (#795)
egjs-flicking - 4.10.6 Release (2023-02-13)

Published by malangfox over 1 year ago

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)
egjs-flicking - 4.10.5 Release (2023-02-01)

Published by malangfox over 1 year ago

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)
egjs-flicking - 4.10.4 Release (2022-12-02)

Published by malangfox almost 2 years ago

Bug Fix

egjs-flicking - 4.10.3 Release (2022-11-25)

Published by malangfox almost 2 years ago

Bug Fix

  • Fixed a bug that resizeOnContentsReady option cause error with lazy image loading inside panel (#745)
egjs-flicking - 4.10.2 Release (2022-11-03)

Published by malangfox almost 2 years ago

Bug Fix

  • Fixed component dependency for frameworks (#741)
  • Fixed a bug that some setters doesn't update UI (#743)
egjs-flicking - 4.10.1 Release (2022-10-26)

Published by malangfox almost 2 years ago

Bug Fix

  • Fixed a bug that preventClickOnDrag option prevents click event for movement less than 1 pixel (#738)

Others

  • @egjs/react-flicking , @egjs/preact-flicking 4.10.2
    • Added a new property renderOnSamekey (#735)
    • Fixed a bug that update occurs between rendering (#739)
egjs-flicking - 4.10.0 Release (2022-09-15)

Published by malangfox about 2 years ago

New Feature

  • Added a new method updateAnimation (#728)
  • Added a new method stopAnimation (#728)

Others

  • @egjs/ngx-flicking
    • setup vanilla flicking within the root zone and remove event listeners once the view is removed (#727)
egjs-flicking - 4.9.3 Release (2022-08-30)

Published by malangfox about 2 years ago

Bug Fix

  • Fixed a bug that Panel was not released when the input was canceled
egjs-flicking - 4.9.2 Release (2022-08-05)

Published by malangfox about 2 years ago

Bug Fix

  • Fixed moveTo causing unhandled error while user input is holding
egjs-flicking - 4.9.1 Release (2022-07-14)

Published by malangfox over 2 years ago

Bug Fix

  • Fixed panelsPerView option not working with adaptive option
  • Fixed bound option causing error when using with specific panel width
egjs-flicking - 4.9.0 Release (2022-06-10)

Published by WoodNeck over 2 years ago

New Feature

  • Added a new option - useFractionalSize (#692)
egjs-flicking - 4.8.1 Release (2022-06-09)

Published by malangfox over 2 years ago

Bug Fix

  • Fixed an error that click does not work after disableInput and then moveTo when preventClickOnDrag is true
  • Fixed Flicking spinning 1 cycle when moveType is "snap" with circular is true, align is "prev" and moving to adjacent panel. (#689)
  • Fixed wrong type definition of children in ViewportSlot (#693)
egjs-flicking - 4.8.0 Release (2022-05-30)

Published by WoodNeck over 2 years ago

New Feature

  • Added new option changeOnHold (#684)

Bug Fix

  • Fixed wrong camera offset on adaptive resize (#682)