Changelog

4.4.4 (Aug 27, 2021)

4.4.3 (June 8, 2020)

4.4.2 (May 14, 2020)

4.4.1 (May 12, 2020)

4.4.0 (May 12, 2020)

4.3.1 (Apr 11, 2020)

This is a bugfix release.

4.3.0 (Apr 10, 2020)

4.2.0 (Dec 2, 2019)

4.1.0 (Oct 25, 2019)

4.0.3 (Sep 10, 2019)

4.0.2 (Sep 9, 2019)

4.0.1 (Sep 7, 2019)

4.0.0 (Aug 26, 2019)

This is a major release due to a React compatibility change. If you are already on React >= 16.3, this upgrade is non-breaking.

3.3.2 (Aug 16, 2019)

3.3.1 (Aug 12, 2019)

3.3.0 (Apr 18, 2019)

3.2.1 (Mar 1, 2019)

~3.2.0 (Feb 27, 2019)~

Note: this release has been pulled due to an inadvertent breaking change. See https://github.com/mzabriskie/react-draggable/issues/391

3.1.1 (Dec 21, 2018)

3.1.0 (Dec 21, 2018)

3.0.5 (Jan 11, 2018)

3.0.4 (Nov 27, 2017)

3.0.3 (Aug 31, 2017)

3.0.2 (Aug 22, 2017)

3.0.0 and 3.0.1 have been unpublished due to a large logfile making it into the package.

3.0.1 (Aug 21, 2017)

3.0.0 (Aug 21, 2017)

Due to an export change, this is semver-major.

2.2.6 (Apr 30, 2017)

2.2.5 (Apr 28, 2017)

2.2.4 (Apr 27, 2017)

2.2.3 (Nov 21, 2016)

2.2.2 (Sep 14, 2016)

2.2.1 (Aug 11, 2016)

2.2.0 (Jul 29, 2016)

2.1.2 (Jun 5, 2016)

2.1.1 (May 22, 2016)

2.1.0 (May 20, 2016)

2.0.2 (May 19, 2016)

2.0.1 (May 19, 2016)

2.0.0 (May 10, 2016)

2.0.0-beta3 (Apr 19, 2016)

2.0.0-beta2 (Apr 14, 2016)

2.0.0-beta1 (Apr 14, 2016)

Breaking Changes:

type DraggableEventHandler = (e: Event, data: DraggableData) => void | false;
type DraggableData = {
  node: HTMLElement,
  // lastX + deltaX === x
  x: number, y: number,
  deltaX: number, deltaY: number,
  lastX: number, lastY: number
};

Possibly Breaking Changes:

Enhancements:

1.4.0-beta1 (Apr 13, 2016)

1.3.7 (Apr 8, 2016)

1.3.6 (Apr 8, 2016)

1.3.5 (Apr 8, 2016)

1.3.4 (Mar 5, 2016)

1.3.3 (Feb 11, 2016)

1.3.2 (Feb 11, 2016)

1.3.1 (Feb 10, 2016)

1.3.0 (Feb 10, 2016)

1.2.0 (Feb 5, 2016)

1.1.3 (Nov 25, 2015)

1.1.2 (Nov 23, 2015)

1.1.1 (Nov 14, 2015)

1.1.0 (Nov 14, 2015)

1.0.2 (Nov 7, 2015)

1.0.1 (Oct 28, 2015)

1.0.0 (Oct 27, 2015)

0.8.5 (Oct 20, 2015)

0.8.4 (Oct 15, 2015)

0.8.3 (Oct 12, 2015)

0.8.2 (Sep 21, 2015)

0.8.1 (June 3, 2015)

0.8.0 (May 19, 2015)

0.7.4 (May 18, 2015)

0.7.3 (May 13, 2015)

0.7.2 (May 8, 2015)

0.7.1 (May 7, 2015)

0.7.0 (May 7, 2015)

0.6.0 (May 2, 2015)

0.5.0 (May 2, 2015)

0.4.3 (Apr 30, 2015)

0.4.2 (Apr 30, 2015)

0.4.1 (Apr 30, 2015)

0.4.0 (Jan 03, 2015)

0.3.0 (Oct 21, 2014)

0.2.1 (Sep 10, 2014)

0.2.0 (Sep 10, 2014)

0.1.1 (Jul 26, 2014)

0.1.0 (Jul 25, 2014)