Releases: idanen/react-draggable
Releases · idanen/react-draggable
v1.5.2
1.5.2 (2020-02-05)
Bug Fixes
- selection: Prevent selections while dragging (54d1683), closes #9
v1.5.1
1.5.1 (2019-12-02)
Bug Fixes
- reset-drag:
resetState
and then dragging positions wrong (3aae4a9)
v1.5.0
1.5.0 (2019-12-02)
Features
- Allow reset of dragging state (ada3b30), closes #7
v1.4.1
1.4.1 (2019-11-28)
Bug Fixes
- build: transpile to all envs (fa890b8)
v1.4.0
1.4.0 (2019-10-24)
Features
- Support limiting dragging in a given rect (cc9d2e3), closes #4
v1.3.0
1.3.0 (2019-10-15)
Features
- Add
viewport
prop to limit dragging in viewport (1d39989), closes #1
v1.2.0
1.2.0 (2019-10-14)
Features
- tests: Run tests in a browser (d1c7cba), closes #3
v1.1.5
1.1.5 (2019-09-10)
Bug Fixes
- Draggable: Add
will-change
to the target element (24e4125)
v1.1.4
1.1.4 (2019-09-09)
Bug Fixes
- state: Fix dragging state to be a boolean (not
null
) (2ba3b9b)
First version
First release of the react-draggable
component