Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2 KB

CHANGELOG.md

File metadata and controls

25 lines (22 loc) · 2 KB

0.9.7

  • 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

0.9.6

  • 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