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.7.3 Release (2022-05-26)

Published by malangfox over 2 years ago

Bug Fix

  • Fixed Flicking still not working properly in iOS environment
egjs-flicking - 4.7.2 Release (2022-05-25)

Published by malangfox over 2 years ago

Bug Fix

  • Fixed Flicking not working in iOS Safari browser (#677)
egjs-flicking - 4.7.1 Release (2022-05-20)

Published by malangfox over 2 years ago

Bug Fix

  • Fixed horizontal Flicking blocking vertical drag (#673)
egjs-flicking - 4.7.0 Release (2022-05-12)

Published by malangfox over 2 years ago

New Feature

  • Added a new option: nested (#670)
egjs-flicking - 4.6.3 Release (2022-04-29)

Published by WoodNeck over 2 years ago

Bug Fix

  • Fixed wrong behavior when using strict & circular (#662)
egjs-flicking - 4.6.2 Release (2022-04-26)

Published by WoodNeck over 2 years ago

Bug Fix

  • Fixed camera position update while animating (#656)
  • Fixed willChange and willRestore can't be stopped (#659)
egjs-flicking - 4.6.1 Release (2022-04-19)

Published by WoodNeck over 2 years ago

Bug Fix

  • Fixed wrong CSS publish
egjs-flicking - 4.6.0 Release (2022-04-19)

Published by WoodNeck over 2 years ago

New Feature

  • Added sass files
  • Added two new options - "resizeDebounce", "maxResizeDebounce"

Bug Fix

  • Removed es6 syntax in CFC codes
  • Fixed wrong rendering on React 18
  • Fixed v-if related bug in Vue@3
  • Fixed wrong rendering order when panel order is changed on frameworks.
egjs-flicking - 3.9.3 Release (2022-04-05)

Published by WoodNeck over 2 years ago

Bug Fix

  • Fixed an issue that removed panel is included as a visible panel (#642)
egjs-flicking - 4.5.1 Release (2022-03-18)

Published by WoodNeck over 2 years ago

Bug Fix

  • Can't init using Vite + Vue3 (#631)
  • Can't call moveTo when using moveType:strict (#633)
egjs-flicking - 3.9.2 Release (2022-02-24)

Published by WoodNeck over 2 years ago

Bug fix

  • Fixed resizeOnContentsReady not working correctly on frameworks (#624)
egjs-flicking - 3.9.1 Release (2022-02-11)

Published by WoodNeck over 2 years ago

Bug Fix

  • Fixed wrong non-null assertion on panel cloning (#619)
egjs-flicking - 4.5.0 Release (2022-01-24)

Published by WoodNeck over 2 years ago

New Feature

  • Added new option circularFallback (#610)

Bug Fix

  • Fixed "constructor not found" error in svelte SSR
egjs-flicking - 4.4.2 Release (2021-12-07)

Published by WoodNeck almost 3 years ago

Bug Fix

  • Fixed wrong sync behavior when removing all prev panels (#598)
egjs-flicking - 4.4.1 Release (2021-11-24)

Published by WoodNeck almost 3 years ago

Bug Fix

  • Fixed preact-flicking is not working due to import error (#583)
  • Fixed Vue and Vue3 Flicking's typings
egjs-flicking - 3.9.0 Release (2021-10-27)

Published by WoodNeck almost 3 years ago

New Feature

  • Added a new option: useResizeObserver

Bug fix

  • Fixed a bug that event's direction is always null after disabling input
egjs-flicking - 4.4.0 Release (2021-10-27)

Published by WoodNeck almost 3 years ago

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)
egjs-flicking - 4.3.1 Release (2021-10-25)

Published by WoodNeck almost 3 years ago

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)
egjs-flicking - 4.3.0 Release (2021-09-08)

Published by WoodNeck about 3 years ago

New Feature

  • Added new option: resizeOnContentsReady (#546)

Bug Fix

  • currentPanel is null when the initial panel size is 0 (#548)
egjs-flicking - 4.2.5 Release (2021-09-02)

Published by WoodNeck about 3 years ago

Bug Fix

  • getRenderingPanels uses old list (#538)
  • Flicking is animating on moveEnd event (#541)