Skip to content

1.5.0 release (2017-04-14)

Latest
Compare
Choose a tag to compare
@ajaxpf ajaxpf released this 20 Apr 06:58
· 27 commits to master since this release

Features :

  • MovableCoord

    • Add disable/enableInput (#459)
  • InfiniteGrid

    • Support multi direction. (#462)
  • Component

    • Add once method (#412)

Bug Fixes :

  • Flicking

    • Panel movement behavior on non-circular (#486)
    • Fix panel move by API Android 2.x (#485)
    • Improve .resize() on adaptiveHeight option (#478)
    • Fix panel position on disableInput mode (#433)
    • Fix wrong referencing of panel elements (#438)
    • Fix getting target panel for adaptiveHeight (#445)
    • Corrected direction param on .moveTo() (#436)
  • InfiniteGrid

    • Fix side-effect bug (#477)
    • Add defense code when the user forces the scroll (#455)
    • Workaround for IE (#447)
    • Fire append event after resize (#450)
    • Fix return value of getBottomElement (#467)
  • Agent

    • Invalid browser version of iOS WebView (#440)
  • MovableCoord

    • Add support Hammer 2.0.4, 2.0.5 (#431)

Documents :

  • InfinitGrid
    • Add jsdoc of remove method. (#461)

Chore tasks :

  • Component
    • Fixed documention. (#411)