Socket
Socket
Sign inDemoInstall

react-sortable-hoc

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sortable-hoc - npm Package Versions

1
8

0.4.8

Diff

Changelog

Source

0.4.8

Fix: Added logic to ensure that select, input and textarea fields in SortableElement always retain their value when the element is cloned (this happens when sorting begins) #122 #123. Thanks @tomasztomys!

clauderic
published 0.4.7 •

Changelog

Source

0.4.7

Fix: This release fixes a bug in Firefox caused by active anchor tags preventing mousemove events from being fired #118

clauderic
published 0.4.6 •

clauderic
published 0.4.5 •

Changelog

Source

0.4.5

Fix: getHelperDimensions height was not being used (Thanks @SMenigat!)

clauderic
published 0.4.4 •

Changelog

Source

0.4.4

Tweak: cherry-picking lodash methods instead of importing the entire bundle (slipped by in a PR, thanks for pointing this out @arackaf!)

clauderic
published 0.4.3 •

Changelog

Source

0.4.3

Fixes an edge-case bug in Firefox where window.getComputedStyle() returns null inside an iframe with display: none #106. Thanks @funnel-mark!

clauderic
published 0.4.2 •

Changelog

Source

0.4.2

Fixes an issue when attempting to sort items while rapidly moving the mouse. By setting an immediate timer, we move the cancel event to the tail of the timer queue, and ensure that it is fired after the pressTimer #80. Thanks @v0lkan!

clauderic
published 0.4.1 •

Changelog

Source

0.4.12

Fix: This release fixes some issues caused by the onSortEnd callback being invoked before setState #82.

clauderic
published 0.4.0 •

Changelog

Source

0.4.0

  • Fix a timing issue in Chrome caused by setTimeout #71
  • Private props are no longer passed down to the wrapped component #98
clauderic
published 0.3.0 •

Changelog

Source

0.3.0

Added grid support for elements of equal widths / heights #4 #86. Huge shout-out to @richmeij for making this happen!

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc