Socket
Socket
Sign inDemoInstall

react-sortable-hoc

Package Overview
Dependencies
11
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
8Next

2.0.0

Diff

Changelog

Source

2.0.0 (2021-03-18)

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.
  • 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.

<a name="1.11.0"></a>

clauderic
published 1.11.0 •

Changelog

Source

1.11.0 (2020-01-20)

Bug Fixes

Features

<a name="1.10.1"></a>

clauderic
published 1.10.1 •

Changelog

Source

1.10.1 (2019-08-22)

Bug Fixes

  • PropType definition for keyCodes was incorrect (eaf5070)

<a name="1.10.0"></a>

clauderic
published 1.10.0 •

Changelog

Source

1.10.0 (2019-08-22)

Bug Fixes

Features

  • Add keyCodes prop to configure the keyboard shortcuts (#588) (4c6d8dd)

<a name="1.9.1"></a>

clauderic
published 1.9.1 •

Changelog

Source

1.9.1 (2019-04-24)

Bug Fixes

  • do not copy canvas context if it has neither width nor height (#530) (3808437)
  • pass isKeySorting to onSortOver and updateBeforeSortStart handler props (#531) (763fd33

<a name="1.9.0"></a>

clauderic
published 1.9.0 •

Changelog

Source

1.9.0 (2019-04-23)

Bug Fixes

  • issue with radio input name collision when cloning helper (5337c97)

Features

  • add support for keyboard sorting (#501) (439b92f)
  • prevent sort start on contentEditable target (d64c8cf)

<a name="1.8.3"></a>

clauderic
published 1.8.3 •

Changelog

Source

1.8.3 (2019-03-20)

Bug Fixes

  • issue with windowAsScrollContainer and translation offsets (0391e62)

Features

  • Add disableAutoscroll prop (#484) (7845e76)
  • added helperContainer prop (286eff4)
  • allow helperContainer prop to be a function returning an HTMLElement (#489) (f4a9b4a)
  • Detect scroll container automatically (#507) (6572921)

<a name="1.8.2"></a>

clauderic
published 1.8.2 •

Changelog

Source

1.8.2 (2019-03-19)

Bug Fixes

  • issue with getComputedStyle and getScrollingParent (b104249)

<a name="1.8.1"></a>

clauderic
published 1.8.1 •

Changelog

Source

1.8.1 (2019-03-18)

Bug Fixes

  • issue with cloning canvas context of dragged items (#512) (4df34ad)

<a name="1.8.0"></a>

clauderic
published 1.8.0 •

Changelog

Source

1.8.0 (2019-03-18)

Bug Fixes

  • added prop-types to peerDependencies (0e855c5)
  • copy canvas content into cloned node (43ad122)
  • get updated index after updateBeforeSortStart (4471a0a)
  • helperContainer PropType definition broke server-side rendering (#471) (c0eef97)
  • lock axis story should not use lockToContainerEdges (db1d3a9)
  • omit disableAutoscroll prop (#502) (e994e73)
  • omit spreading helperContainer prop (#497) (12bafdf)
  • overflow bug while dragging an item upwards in a grid (1a2c87e)
  • replace process.env.NODE_ENV in UMD builds (16135df)
  • update helperContainer prop type definition (#491) (fd30383)
  • updated the behaviour of disabled elements (bd3d041)
  • virtualized collection grid bug (a57975c)

Features

  • Add disableAutoscroll prop (#484) (7845e76)
  • added helperContainer prop (286eff4)
  • allow helperContainer prop to be a function returning an HTMLElement (#489) (f4a9b4a)
  • Detect scroll container automatically (#507) (6572921)

<a name="1.7.1"></a>

2345
8Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc