Skip to content

Releases: SortableJS/Sortable

v1.8.0 - Many fixes

15 Jan 01:42
629872b
Compare
Choose a tag to compare
  • (#869, #592, #1358, #1119, #1378, etc): Dragover revamp, added options direction, swapThreshold, invertSwap, and invertedSwapThreshold. Read more. Resolved many of the issues where sorting is "not realistic". Grid-style sorting should work as well.
  • #1373: Autoscroll revamp, added option bubbleScroll, and better cross-browser compatibility
  • #1303: dragoverBubble for fallback
  • Bubbling of dragover event will only be stopped when element is inserted into a sortable if dragoverBubble=false
  • Automatic detection for pointer event support
  • #1389: Touch delay fix on mobile
  • #1382: Firefox event path fix
  • Cloning fixes
  • Pull/Put function fixes
  • #1352: Saving on both Sortables if dragged from one to another
    • get and set don't both need to be defined to work properly
  • #1276 : Native Drag and Drop ghost fix
  • Firefox: prevent selection when dragging
  • (#1409, #1323, #1095, #1204, #1087): Added onChange event
  • Changed when dragstart and dragstarted are fired in fallback to match native HTML
  • Made pointer events mutually exclusive with mouse and touch events, to prevent duplicate event firing
  • #1151: Added easing option for animation easing
  • #1184: Click event no longer fired on drop when using fallback
  • #1404: Fixed ghost element dimensions
  • (#1123, #1423): Ghost element is relative to containing block (prevents unwanted ghost element offset when using CSS translate)
  • #1301: Ghost element adheres to CSS scaling
  • (#1093, #1236, #1054, #1214): Added removeCloneOnHide option
  • #1321: Much better support for nested sortables
  • #1305: Made it easier to add items to empty sortables with emptyInsertThreshold option
  • #1416: Solidified pull/put behavior. Pull/Put are false by default when dealing with different groups, but true by default when dealing with the same group. They can be overridden in both cases.
  • #1079: The ghostClass that is applied is the target sortable's ghostClass, not that of the source sortable
  • Many bug fixes

Polymer

13 Oct 07:49
Compare
Choose a tag to compare

Stability and Performance.

22 Sep 19:30
Compare
Choose a tag to compare

v1.2.1: Target is NULL when referenced directly (hotfix)

18 Jul 06:27
Compare
Choose a tag to compare
v1.2.1: Target is NULL when referenced directly

Events, Nested, Drop text, IE11, iframe and etc

14 Apr 18:39
Compare
Choose a tag to compare

See details milestone v1.2.0

Meteor security issue fix - please run meteor update in your project. Versions older than 1.2.0 should not be used.

HotFixes: Safari 8 and handle + filter

20 Feb 05:51
Compare
Choose a tag to compare

#277: some error, when implement handle and filter.
#285: doesn't work in Safari 8

Support IE9, CDN, enhancement auto-scrolling, React-mixin and more

13 Feb 19:11
Compare
Choose a tag to compare
  • #34: Support IE9
  • #217: React component
  • #269: CDN
  • #267: Angular: ng-sortable fails when no ng-repeat is found
  • #245: Deep copy object to avoid unwanted referencing (angualar)
  • #271: Autoscroll container with height: 100%
  • #256: No scroll when dragging between two lists and no window scroll
  • #243: fix index calculation to skip templates
  • #254: Allow text to be dropped into sortable INPUT fields
  • #238: fixed disabled option

1.0

22 Dec 10:27
Compare
Choose a tag to compare
1.0

Celebrating 1000 GitHub stars and one year since Sortable was launched, we are releasing v1.0.

Intermediary release before 1.0

21 Dec 02:00
Compare
Choose a tag to compare

First release with Meteor support

21 Dec 02:02
Compare
Choose a tag to compare
Pre-release
0.7.0

v0.7.0: pre-release