Skip to content

Releases: naver/egjs-flicking

2.0.0 release (2017-08-11)

11 Aug 09:45
Compare
Choose a tag to compare

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