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 - 2.4.3 Release (2018-12-08)

Published by daybrush over 5 years ago

Bugs

  • fix moveTo method for previewPadding and circular (#159)
egjs-flicking - 2.4.2 Release (2018-11-02)

Published by daybrush almost 6 years ago

Changes

  • Export Plugins(ParallaxEffect, OpacityEffect) in flicking #140
  • Support for flicking in node.js #139

Bugs

  • next/prev() function is making wrong transition when they are used with Touch #133
egjs-flicking - 2.4.1 Release (2018-10-15)

Published by daybrush about 6 years ago

Changes

  • Change Webpack to Rollup (#137)
egjs-flicking - 2.4.0 release (2018-08-07)

Published by netil about 6 years ago

Features :

  • Options
    • Intent to ship useTranslate (#113)

Bug Fixes :

  • Plugin
    • Fix parallaxEffect to work on multiple panels (#122)

Refactorings :

  • Style
    • Mitigate style recalculation (#118)

Chore tasks :

  • Dev-env
    • Add nightly build (#119)
    • Update dev-env & build (#114)
egjs-flicking - 2.3.0 release (2018-04-27)

Published by netil over 6 years ago

Features :

  • Plugin

    • Intent to ship plugin interface (#103)
  • Options

    • Intent to ship zIndex option (#83)
    • Intent to ship previewPadding with '%' value (#19)

Bug Fixes :

  • Resize
    • Remove updating container's width (#77)

Code Styles :

  • Flicking
    • Change the position of this keyword (#84)

Chore tasks :

  • Definition

    • Update getStatus return type (#98)
  • All

    • Clarify modules imports (#94)
  • Dev-env

    • Update on build & dependencies (#89)
  • Module

    • Update babel-preset (#79)
egjs-flicking - 2.2.0 release (2018-01-30)

Published by netil over 6 years ago

Bug Fixes :

  • Event

    • Set to null e.distance on API call (#64)
  • Utils

    • Correct getting panel's dimension (#52)

Documents :

  • All
    • Reinforce API description (#59)

Code Styles :

  • Flicking

    • Mark physical as deprecated (#61)
  • Utils

    • Remove outdated .isHWAccelerable() (#66)
  • D.ts

    • Add return types (#57)

Refactorings :

  • Flicking
    • Remove .getTotalCount() (#69)

Chore tasks :

  • Flicking
    • Update egjs-axes to 2.4.2 (#72)
egjs-flicking - 2.1.0 release (2017-09-27)

Published by netil about 7 years ago

Features :

  • Event
    • Intent to ship event.isTrusted (#41)

Chore tasks :

  • Dependency

    • Update dependencies (#46)
  • Flicking.d.ts

    • Add type definition (#35)
egjs-flicking - 2.0.3 release (2017-08-21)

Published by netil about 7 years ago

Bug Fixes :

  • Flicking
    • Fix destroying (#34)
egjs-flicking - 2.0.2 release (2017-08-18)

Published by netil about 7 years ago

Bug Fixes :

  • EventHandler
    • Adjust animation status (#30)
egjs-flicking - 2.0.1 release (2017-08-14)

Published by netil about 7 years ago

Bug Fixes :

  • Flicking
    • Correct wrong restore event calls (#23)
egjs-flicking - 2.0.0 release (2017-08-11)

Published by sculove about 7 years ago

Features :

  • All

    • Removed jQuery dependency
    • Implemented new eg.Axes as part of eg.MovableCoord removal
    • Separation from egjs library to be as independent module
  • Flicking

    • Intent to ship new status methods (#1)

Bug Fixes :

  • All

    • Fix causing error when calling .resize() during panel animation (#492)
    • Fix on previewPadding resizing (#489)
  • Consts, Flicking

    • Correct transform prop name (#5)
  • Flicking

    • Change getting wrapper's size (#7)

Tests :

  • All
    • Changed test framework from QUnit to Mocha/Chai and Karma suit
    • Changed headless browser from PhantomJS to ChromeHeadless