- Fix Sauce Labs integration
- Change startTap() behavior when option.snap=true #122
- Add startdrag and stopdrag callbacks #66
- [BUG] Fix ie8 selection #67
- [BUG] Fix getStep() when only one step is presented #69
- [BUG] rAF is paused when changing tabs #70
- Add translate3d instead of translateX/translateY #83
- Allow swiping for small finger movements #83
- [BUG] Fix slider move along with the click #99
- CSS3 transform support #41
- add active class to wrapper #44
- Request animation frame #47
- add enabled/disable step click #50
- Allow to pass handle in options #14
- Avoid unnecessary global variables #15
- Wrap module in UMD wrapper #16
- Use proper event delegation #17
- [BUG] Sliding never ends when handle is bigger than wrapper #21
- [BUG] Horizontal drag control breaks vertical content scrolling on touch devices #12
- [BUG] Dragging outside the bounds is not possible #24
- [BUG] Resolving eventListener issue in FF6 and earlier #26
- Allow handle to be any kind of tag not limited to direct children #34
- Create a suite of high-level behavior tests #1
- Document code, format style #2
- [BUG] Fix dragging after repositioning wrapper #3
- Create getValue/getStep API methods #5
- [BUG] Fix setValue/setStep methods with snap options #4
- Add reflow API method and resize tests #6
- [BUG] Clicks/taps should be passed through from inside handle #7
- Create method to unbind events from a Dragdealer instance #8
- [BUG] Allow other DOM elements inside wrapper #11
- Create new demo page #9
- Make README.md useful #10