Releases: SortableJS/Sortable
Releases · SortableJS/Sortable
v1.8.0 - Many fixes
- (#869, #592, #1358, #1119, #1378, etc): Dragover revamp, added options
direction,swapThreshold,invertSwap, andinvertedSwapThreshold. 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:
dragoverBubblefor 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
getandsetdon'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
onChangeevent - 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
easingoption 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
removeCloneOnHideoption - #1321: Much better support for nested sortables
- #1305: Made it easier to add items to empty sortables with
emptyInsertThresholdoption - #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
ghostClassthat is applied is the target sortable'sghostClass, not that of the source sortable - Many bug fixes
Polymer
Stability and Performance.
v1.2.1: Target is NULL when referenced directly (hotfix)
v1.2.1: Target is NULL when referenced directly
Events, Nested, Drop text, IE11, iframe and etc
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
Support IE9, CDN, enhancement auto-scrolling, React-mixin and more
- #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
disabledoption
1.0
Intermediary release before 1.0
0.7.1 v0.7.1
First release with Meteor support
0.7.0 v0.7.0: pre-release