All Versions
63
Latest Version
Avg Release Cycle
35 days
Latest Release
1106 days ago

Changelog History
Page 5

  • v0.6.1 Changes

    0️⃣ Tweak: default to pointerEvents: none on sortable helper, this way the underlying view can still be scrolled using the trackpad/mousewheel while sorting #160

  • v0.6.0 Changes

    πŸ”‹ Feature: added pressThreshold prop to make pressDelay fault tolerant #159

  • v0.5.0 Changes

    0️⃣ Tweak: button elements are now included in the default shouldCancelStart implementation #142. πŸ›  Fix: Omit getHelperDimensions before passing down props in SortableContainer

  • v0.4.12 Changes

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

  • v0.4.10 Changes

    πŸ›  Fix: This version fixes issues with nested SortableContainer elements using drag handles from also dragging their parent #112, #127(https://github.com/clauderic/react-sortable-hoc/pull/127). Thanks @DeadHeadRussell!

  • v0.4.9 Changes

    πŸ›  Fix: This release fixes a bug introduced in 0.4.8 caused by calling the forEach method directly on a NodeList, which is undefined in a number of browsers #125

  • v0.4.8 Changes

    πŸ›  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!

  • v0.4.7 Changes

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

  • v0.4.5 Changes

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

  • v0.4.4 Changes

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