Skip to content

Releases: telerik/kendo-draggable

v2.1.1-dev.202004291141

29 Apr 11:41
5d55512
Compare
Choose a tag to compare

<a name"2.1.1-dev.202004291141">

2.1.1-dev.202004291141 (2020-04-29)

Bug Fixes

v2.1.1-dev.202004291030

29 Apr 10:30
476e09c
Compare
Choose a tag to compare

<a name"2.1.1-dev.202004291030">

2.1.1-dev.202004291030 (2020-04-29)

Bug Fixes

v2.1.0-dev.202001131502

13 Jan 15:02
811abba
Compare
Choose a tag to compare

<a name"2.1.0-dev.202001131502">

2.1.0-dev.202001131502 (2020-01-13)

Features

v2.1.0

14 Jan 09:15
811abba
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2020-01-14)

Features

v2.0.1

17 Dec 13:54
378c4eb
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2019-12-17)

Bug Fixes

v2.0.1-dev.201910291521

29 Oct 15:21
822232d
Compare
Choose a tag to compare

<a name"2.0.1-dev.201910291521">

2.0.1-dev.201910291521 (2019-10-29)

Bug Fixes

v2.0.0-dev.201906140720

14 Jun 07:20
41498ba
Compare
Choose a tag to compare

<a name"2.0.0-dev.201906140720">

2.0.0-dev.201906140720 (2019-06-14)

Bug Fixes

  • remove touch-action handling (#28) (41498bab)
  • unbind contextmenu handler on destroy (71f38aea)
  • trigger release on pointercancel (bfa83025)
  • missing return types (f97feebe)
  • calling destroy without bindTo causes JS error (2a34e126)
  • contextmenu may be shown while dragging (dc657bc2)
  • don't trigger release when the element was not pressed with pointer events (bd7ded87)
  • error when running in Node (ad34a83e)
  • don't start drag on right click for pointerdown (b285ee7b)
  • add 'default' export alias (bb15b7b6)
  • remove non-existing CDN bundle (c9b11aab)
  • serve CDN bundle for UNPKG and jsDelivr (7c3b92ae)
  • release the capture on up event (8b9c8e49)
  • do not fire drag on pointermove before press (50252157)
  • default CJS export (57970662)
  • check if addEventListener and RemoveEventListener methods exist for the element (23aa8d03)
  • do not respond to middle and right click events (918e191e)
  • draggable: pointer event not triggered outside wrapper when children are reordered (49cbaf63)
  • travis: build should pass now (03ac9b63)

Features

Breaking Changes

  • The Draggable no longer sets touch action none. Preventing the default action should be handled by the user
    (41498bab)

v2.0.0

21 Jun 05:51
41498ba
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2019-06-21)

Bug Fixes

Breaking Changes

  • The Draggable no longer sets touch action none. Preventing the default action should be handled by the user
    (41498bab)

v1.9.2-dev.201903281503

28 Mar 15:03
Compare
Choose a tag to compare

<a name"1.9.2-dev.201903281503">

1.9.2-dev.201903281503 (2019-03-28)

Bug Fixes

  • unbind contextmenu handler on destroy (71f38aea)
  • trigger release on pointercancel (bfa83025)
  • missing return types (f97feebe)
  • calling destroy without bindTo causes JS error (2a34e126)
  • contextmenu may be shown while dragging (dc657bc2)
  • don't trigger release when the element was not pressed with pointer events (bd7ded87)
  • error when running in Node (ad34a83e)
  • don't start drag on right click for pointerdown (b285ee7b)
  • add 'default' export alias (bb15b7b6)
  • remove non-existing CDN bundle (c9b11aab)
  • serve CDN bundle for UNPKG and jsDelivr (7c3b92ae)
  • release the capture on up event (8b9c8e49)
  • do not fire drag on pointermove before press (50252157)
  • default CJS export (57970662)
  • check if addEventListener and RemoveEventListener methods exist for the element (23aa8d03)
  • do not respond to middle and right click events (918e191e)
  • draggable: pointer event not triggered outside wrapper when children are reordered (49cbaf63)
  • travis: build should pass now (03ac9b63)

Features

v1.9.2

10 Apr 10:52
Compare
Choose a tag to compare

<a name"1.9.2">

1.9.2 (2019-04-10)

Bug Fixes

  • unbind contextmenu handler on destroy (71f38aea)
  • trigger release on pointercancel (bfa83025)
  • draggable: pointer event not triggered outside wrapper when children are reordered (49cbaf63)