- Fix bug of animation #56 (@babatakao)
- Fix event handling
- Use touch locus' angle to decide whether to stop the browser default scrolling behavior (@zhouqicf)
- Fix bug, touchend event has not fired on Android Chrome #30 #22
- event.stopPropagation cause the events of the upper node can't trigger (@zhouqicf)
- Fix Panning broken on Internet Explorer #26
- Fix can't prevent form elements' default behavior (@zhouqicf)
- Add AMD support (@nulltask)
- Fix,
refresh
did not work when items is zero.
- Fix, Only assign intentionally passed event data values #24 (mattbasta)
- Fix bug for Fix bug for Windows8 + IE10 #23 (don't use MSPointer Events)
- Fix bug
transitionDuration
when not support cssAnimation - Fix img draggable in Window8 Chrome and Firefox
- Fix bug
transitionDuration
- Fix, error only load script on not support
addEventlistener
browser
- Fix, Mouse event don't work in Window8 Chrome and Firefox. #20
- Add touch events,
fstouchstart
,fstouchmove
,fstouchend
#19 (chr15m) - Per transition duration #18 (chr15m)
fsmoveend
event rename tofspointmove
- Fix maxPoint bug #17
- Fix multi touch bug #5
- Fix #14. Thanks to Neotag
- Add
transitionDuration
option. Thanks to Neotag
- IE10 for touch device support. Fix #13