react-sortable-hoc v2.0.0 Release Notes

Release Date: 2021-03-18 // about 3 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 and react-dom to 16.3.0. Added 17.0.0 to list of supported peer dependencies.

Previous changes from v1.11.0

  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• Add CSS Grid grid-gap support (#657) (4efcaa2)