react-sortable-hoc v2.0.0 Release Notes
Release Date: 2021-03-18 // about 4 years ago-
๐ Bug Fixes
- ๐ Fixed React strict mode warnings by upgrading to new React context API and removing legacy refs (#624). Since the new context API was introduced in React 16.3.0, the peer dependencies had to be upgraded accordingly.
- 0๏ธโฃ Check if event is cancellable before calling
event.preventDefault()
#752. - ๐ Fix touch events being lost by listening to event.target on mobile #586.
- โ Added
disableAutoscroll
prop to PropType definitions #755.
Dependencies
- โก๏ธ Updated minimum peer dependencies for
react
andreact-dom
to 16.3.0. Added 17.0.0 to list of supported peer dependencies.