Skip to content

1.1.0

Compare
Choose a tag to compare
@happyhj happyhj released this 09 May 06:13
· 250 commits to master since this release

eg

[Update]  refactor(eg): remove parameter from eg.agent

module

[Update] refactor(module): If It have eg object It have to override method.

class

[Update]  refactor(class,component): move 'instance' method to 'class'

scrollEnd

[Update]  fix(ScrollEnd): Scroll based mode on android <=2.3

rotate

[Bug] fix(rotate): fix isPortrait value

movableCoord

[Bug] fix(movableCoord): fix uncessary change event when postion is not changed
[Update] refactor(movableCoord): Make _convertInputType stateless

flicking

[Bug] fix(flicking): Direction value not given during touch move
[Bug] fix(Flicking): Getting previous panel index number on non-circular mode
[Bug] fix(flicking): Fixed malfunctioning of .moveTo() on non-circular
[Update] feat(flicking): Support duration on restore method
[Update] feat(flicking): Support previewPadding resize

infiniteGrid

[Bug] fix(infiniteGrid): According to viewport, item order is different
[Bug] fix(infiniteGrid): fix append/prepend return value
[Bug] fix(infiniteGrid): When DOM prepend more than count option, infniteGrid faces a script error
[Bug] fix(infiniteGrid): fix restore/store bug
[Update] feat(infiniteGrid): expands methods of infiniteGird
[Update] feat(infiniteGrid): add append/prepend event in infiniteGrid
[Update] feat(infiniteGrid): Change the order of item in case of prepending
[Update] feat(infiniteGrid): remove param.croppedDistance in prepend event
[Update] feat(infiniteGrid): infiniteGrid handles movement for scroll position
[Update] feat(infiniteGrid): Change items to be removed in case of prepending

persist

[Bug] fix(persist): block throwing exception when storage is polluted
[Bug] fix(persist): block throwing exception when storage is polluted

Enhance development environment

[Update] style(coverage): Add codeclimate plugin in travis.
[Update] style(commit-messge): Limit PR title.
[Update] test(all): Add browserstack grunt task for automated javascript testing