Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SortableJS

Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Ember, Knockout and any CSS library, e.g. Bootstrap.
Collective - Host: opensource - https://opencollective.com/sortable - Website: https://sortablejs.github.io/Sortable/ - Code: https://github.com/sortablejs/Sortable

#2339: Use child containing rect for ghostIsLast & ghostIsFirst

github.com/sortablejs/Sortable - 38e4d8739285deabb71469730bdf35065c874e55 authored 11 months ago by Owen Mills <[email protected]>
Merge branch 'master' of https://github.com/SortableJS/Sortable

github.com/sortablejs/Sortable - d12f4b0455b9665441e129c4f446dd1c98617e15 authored about 1 year ago by Owen Mills <[email protected]>
#1686: Use parent rect in ghostIsLast & ghostIsFirst

github.com/sortablejs/Sortable - 70bf73879b335ee85dfdae81dbfa3236f61779c9 authored about 1 year ago by Owen Mills <[email protected]>
Merge pull request #2309 from Gudine/master

docs: properly capitalize forceAutoScrollFallback option

github.com/sortablejs/Sortable - ed0242632da53fa29db115e09869c8c7c1222b1d authored about 1 year ago by Owen Mills <[email protected]>
docs: properly capitalize forceAutoScrollFallback option

github.com/sortablejs/Sortable - 029d0d47b257019afc4dd1bf9f540178ea7e3f21 authored over 1 year ago by Gudine <[email protected]>
#2203: Fix multi drag sort event not firing

github.com/sortablejs/Sortable - c5a882267542456d75b16d000dc1b603a907613a authored over 1 year ago by Owen Mills <[email protected]>
Merge pull request #2291 from anton-gustafsson/patch-1

docs: remove dollar sign from code blocks

github.com/sortablejs/Sortable - a66e04d2086de6112e08e02da8d0c8083c88525e authored over 1 year ago by Owen Mills <[email protected]>
docs: remove dollar sign from code blocks

For code blocks on github there is a button that lets you copy the input. Before it would includ...

github.com/sortablejs/Sortable - d3a7f096ca77d61213d7648385f4798585edf2b5 authored over 1 year ago by Anton Gustafsson <[email protected]>
Merge pull request #2263 from lucaplays/master

Added conditional statement whether dragged element should be dropped

github.com/sortablejs/Sortable - 7af63fdc5d7512e7f0b8abb10970d473521b31a5 authored over 1 year ago by Owen Mills <[email protected]>
Added conditional statement whether dragged element should be dropped

github.com/sortablejs/Sortable - 87fc7417983246aa27d6333b0fc3d60e655735b7 authored over 1 year ago by Luca Dalpra <[email protected]>
fix vulnerabilities

github.com/sortablejs/Sortable - 632d70b8e5c5ce62be6e01fb382b1da586790d75 authored almost 3 years ago by Owen Mills <[email protected]>
Merge pull request #2095 from itsjohncs/prevent-next-click-failure-android

Prevent ignored touches on Android Chrome.

github.com/sortablejs/Sortable - 63762d48cc5714478cddc6896d5904e8624c70c7 authored almost 3 years ago by Owen Mills <[email protected]>
Merge pull request #2094 from vanboom/master

Issue #2093 remove ID from the cloned element prior to adding to the …

github.com/sortablejs/Sortable - 8e8a107b8e36c15b4ed05f75d5e01c1c52fb323d authored about 3 years ago by Owen Mills <[email protected]>
Merge pull request #2104 from jombLiu/patch-1

Update package.json

github.com/sortablejs/Sortable - c047ac2bdb63d6052a46587c6c0eb1b6106864a3 authored about 3 years ago by Owen Mills <[email protected]>
Update package.json

Windows packaging cannot generate root directory sotrable.js problem fit

github.com/sortablejs/Sortable - bf6690240cf86d277014d6288c02809b3bb03ef4 authored about 3 years ago by jombLiu <[email protected]>
Prevent ignored touches on Android Chrome.

Android Crhome will not trigger a click event if a user drags an item,
even if the item is dropp...

github.com/sortablejs/Sortable - cf04481aa4f18ebcabf2665625c7425068746989 authored about 3 years ago by itsjohncs <[email protected]>
Issue #2093 remove ID from the cloned element prior to adding to the DOM.

We should not create a duplicate CSS ID.

github.com/sortablejs/Sortable - 840f9aef8452e2944e6984d49965bcc86ed96863 authored about 3 years ago by Don <[email protected]>
Merge pull request #2072 from code4fan/master

fix the drag position problem when existing non draggable elements at the end of the list

github.com/sortablejs/Sortable - daaefedad3c59204edfdbb27706e1447e6eb41d8 authored about 3 years ago by Owen Mills <[email protected]>
Merge pull request #2084 from Agnaev/master

avoid implicit deselect on outside click

github.com/sortablejs/Sortable - b8940a989b68dd20b99a4be708a7c2039a775102 authored about 3 years ago by Owen Mills <[email protected]>
Update README.md

github.com/sortablejs/Sortable - 796bb3f7f2a59da8de2244c26ce787d3b9be7374 authored about 3 years ago by Owen Mills <[email protected]>
avoid implicit deselect on outside click

github.com/sortablejs/Sortable - e5d428aa8d8de821f0d8001eeade849851fb5a2d authored about 3 years ago by Agnaev <[email protected]>
Merge pull request #1 from code4fan/fix-drag-position

fix the drag position problem when existing non draggable elements at the end of the list

github.com/sortablejs/Sortable - 6bf291431e3b0cd4881d5ce43d4aead5687fbc42 authored over 3 years ago by code4fan <[email protected]>
fix the drag position problem when existing non draggable elements at the end of the list

When dragging an element to the end of the list, and existing non draggable elements at the end ...

github.com/sortablejs/Sortable - 3eb35640f095a716782fa5e4f476e1b3a73c3751 authored over 3 years ago by code4fan <[email protected]>
fix multidrag originalEvent

github.com/sortablejs/Sortable - 21f7ede93326cd02f8613075146fdabc6d3a769e authored over 3 years ago by Owen Mills <[email protected]>
Merge pull request #2034 from Yopai/patch-1

Trick for emptyInsertThreshold

github.com/sortablejs/Sortable - 101b92e49cc1bca97f4195b4db5214159246fb50 authored over 3 years ago by Owen M <[email protected]>
Update README.md

github.com/sortablejs/Sortable - 7d0c6a062ca1929c71778e044b2d815a2e51fae0 authored over 3 years ago by Owen M <[email protected]>
Update README.md

github.com/sortablejs/Sortable - a1015e2fd4404eb93ad05cc7b8778b43b49c9373 authored over 3 years ago by Owen M <[email protected]>
fix deepscan issue

github.com/sortablejs/Sortable - e294ab9898e37edb15e696f07dab8230c1c31080 authored over 3 years ago by Owen Mills <[email protected]>
fix _ghostIsFirst error

github.com/sortablejs/Sortable - 593235d138db3d076a60c719b7838d042b3b2d18 authored over 3 years ago by Owen Mills <[email protected]>
preformance improvement

github.com/sortablejs/Sortable - 558c633570288e498b56e5be13f3ba268154288b authored over 3 years ago by Owen Mills <[email protected]>
Add forceAutoScrollFallback option

github.com/sortablejs/Sortable - d83734a8802035f8c952c85e256ce76ab8c8de0e authored over 3 years ago by Owen Mills <[email protected]>
#2025: Fix reverting with nested sortables

github.com/sortablejs/Sortable - 0a1bab7bbe1ebe8fb8be135e350e6b9917e7a8bb authored over 3 years ago by Owen Mills <[email protected]>
README : trick for emptyInsertThreshold

Give a pure-css workaround to emptyInsertThreshold option.

github.com/sortablejs/Sortable - 415506bf3efb0fd54c067e2863876586d23edce5 authored over 3 years ago by Yopai <[email protected]>
#2021: Fix multidrag indicies

github.com/sortablejs/Sortable - e83eb7ee0b2e9289e87160fb713d43ad37a30039 authored over 3 years ago by Owen Mills <[email protected]>
#1942: Check if ghost is first

github.com/sortablejs/Sortable - 77e048187b9e2e0370bc67b3b25281a5656277d3 authored over 3 years ago by Owen Mills <[email protected]>
Merge pull request #2028 from lianruhe/master

Update package.json: The entry file uses the compiled

github.com/sortablejs/Sortable - a12fb2bc5e61f2e4ce7afbe611f8794c764b272d authored over 3 years ago by Owen M <[email protected]>
Update package.json: The entry file uses the compiled

github.com/sortablejs/Sortable - ff4585f562a0b38cd62436c4bf361505e836a91d authored over 3 years ago by Shanks <[email protected]>
Clarify dataIdAttr option docs

github.com/sortablejs/Sortable - 0656d6245f222c4dc26cd08777d7bd04b7699c29 authored almost 4 years ago by owen-m1 <[email protected]>
#1954: Add useAnimation option to sort()

github.com/sortablejs/Sortable - 5afb802aea900f8fe350495983bec8d5092a17f4 authored almost 4 years ago by owen-m1 <[email protected]>
#1571: Dont use pointer events in Safari

github.com/sortablejs/Sortable - a0e160a5189cdbb09a6e310413a2e4e719be6323 authored almost 4 years ago by owen-m1 <[email protected]>
Further improve AutoScroll docs

github.com/sortablejs/Sortable - 7408673c81d4676159d6b0ac3d91573b7e3e0359 authored almost 4 years ago by owen-m1 <[email protected]>
Improve AutoScroll docs

github.com/sortablejs/Sortable - cd2d6e2bb2b2f23a6f4463869e0ee24ffc08ff87 authored almost 4 years ago by owen-m1 <[email protected]>
#1878: fix onMove docs

github.com/sortablejs/Sortable - 84a9b609336af94e01c1e50a1711b950aedabeea authored almost 4 years ago by owen-m1 <[email protected]>
Error when mounting duplicate plugins

github.com/sortablejs/Sortable - 8b1d76d23c41db494c5f5721871341afd6b3c2cf authored almost 4 years ago by owen-m1 <[email protected]>
Merge pull request #1834 from alexzuza/patch-1

Not tree-shake repaint function by compressors like terser

github.com/sortablejs/Sortable - 88838bfa5647e278f4cf87fdd4c3e34cd24fb33c authored over 4 years ago by Owen Mills <[email protected]>
Not tree-shake repaint function by compressors like terser

Closes #1658

github.com/sortablejs/Sortable - 541e6c3217eb847fbdf9f057aff8d345b9a14986 authored over 4 years ago by Alexey Zuev <[email protected]>
Merge pull request #1784 from RomualdoGrillo/master

Solves "insert Before error" issue on nested lists

github.com/sortablejs/Sortable - e02baa8ebb2a71e93d61c1281ae63e286212ee78 authored over 4 years ago by Owen Mills <[email protected]>
Merge pull request #1794 from waynevanson/master

moves issue templates to the correct folder

github.com/sortablejs/Sortable - 5a8603d6ff892ea28e6e2aa42e68170c3250a718 authored over 4 years ago by Wayne Van Son <[email protected]>
moves issue templates to the correct folder

github.com/sortablejs/Sortable - 49216127b747c22658a68c2da21c9950996366d7 authored over 4 years ago by Wayne Van Son <[email protected]>
Merge pull request #1793 from waynevanson/master

creates new github issue templates

github.com/sortablejs/Sortable - a4b8846e5aff6e3009e78710f1b1399598144d6e authored over 4 years ago by Wayne Van Son <[email protected]>
removes old issue template

github.com/sortablejs/Sortable - 2f2d88020b2998d260e9b355966378d036e87861 authored over 4 years ago by Wayne Van Son <[email protected]>
adds message with links to issue and codesandbox

github.com/sortablejs/Sortable - f959618fb1b45384ea7b5a5784b59460277215aa authored over 4 years ago by Wayne Van Son <[email protected]>
creates new github issue templates

github.com/sortablejs/Sortable - 4427db5485965c24de2d2bbebf07f123585cb94a authored over 4 years ago by Wayne Van Son <[email protected]>
Solves "inser Before" issue on nested lists

That solves an issue with nested sortables.
example of error https://codepen.io/romualdogrillo/...

github.com/sortablejs/Sortable - c724964869515c7c4cd50c491461eb45e15a8197 authored over 4 years ago by RomualdoGrillo <[email protected]>
Merge pull request #1764 from drank/master

Fixed a typo in the description of the 'closest' method

github.com/sortablejs/Sortable - c36f49b770692267698181f8d5856c86c171de18 authored almost 5 years ago by owen-m1 <[email protected]>
Fixed a typo in the description of the 'closest' method

github.com/sortablejs/Sortable - 44972f429654de913c6fda288fe71ab985466580 authored almost 5 years ago by Dragomir Denev <[email protected]>
Merge pull request #1681 from cawabunga/master

Fix clicking select tag

github.com/sortablejs/Sortable - edc9c317a07d5ad4ee3f982d2507bf8a8e4226da authored almost 5 years ago by owen-m1 <[email protected]>
update example

github.com/sortablejs/Sortable - 901c5b22b7ffaff23751cf820dd4fc2eda4fb4b0 authored almost 5 years ago by owen <[email protected]>
Merge pull request #1732 from xyx-is/master

Minor fix for IE compatibility in st/app.js UI of thresholds demo

github.com/sortablejs/Sortable - 9105c17d389d92899a5f5086b1b65d2214c612d8 authored almost 5 years ago by owen-m1 <[email protected]>
Minor fix for IE compatibility in st/app.js UI of thresholds demo

github.com/sortablejs/Sortable - ed7042acfc8931fbbf9e196a52306fee1e1a5193 authored almost 5 years ago by xyx <xyx>
#1699: Fixed multiplying ghost transform

github.com/sortablejs/Sortable - aae2c97180e2096aaa539ba3357080612469d000 authored almost 5 years ago by owen-m1 <[email protected]>
Merge pull request #1647 from pangjian/master

Fix(utils): Chrome < 44 not support scrollingElement

github.com/sortablejs/Sortable - de5e7a45be69c79898d54a2f4b9e82afdf931fe7 authored about 5 years ago by owen-m1 <[email protected]>
Merge pull request #1705 from waynevanson/patch-1

Update README.md

github.com/sortablejs/Sortable - 5a3ee2d5e328678246712b1689f1f81f81e58f89 authored about 5 years ago by owen-m1 <[email protected]>
Update README.md

Adds Typescript definitions package in Features

github.com/sortablejs/Sortable - 4105c13108da8ce51d585d56393a1a731558a0a7 authored about 5 years ago by Wayne Van Son <[email protected]>
Merge pull request #1700 from SortableJS/dependabot/npm_and_yarn/mixin-deep-1.3.2

Bump mixin-deep from 1.3.1 to 1.3.2

github.com/sortablejs/Sortable - 143c63c47d2251d244b552b875dc2f8fef54dda9 authored about 5 years ago by owen-m1 <[email protected]>
Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release ...

github.com/sortablejs/Sortable - eea402765a1e5320e00d1e926c41130b8941918d authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1689 from kcak11/master

Added type check for 'dragStarted' variable as this is causing thousa…

github.com/sortablejs/Sortable - 1a796461af8f84b7c0d5de870fd80d92ac6ade49 authored about 5 years ago by owen-m1 <[email protected]>
Added type check for 'dragStarted' variable as this is causing thousands of console errors in Chrome, Firefox, Edge, IE, Safari before the first drag.

This change is harmless because it is just checking if the variable dragStarted is declared befor...

github.com/sortablejs/Sortable - ac5ec44ac666c1278699e84f79046ea60ef8af3e authored about 5 years ago by Ashish Kumar KC <[email protected]>
Fix clicking select tag

github.com/sortablejs/Sortable - 61a06e7c62590addfae6bcbe4d8eead00efb6429 authored about 5 years ago by Emil Ibatullin <[email protected]>
Merge pull request #1674 from jmfolds/ie11-multidrag-fix

add MSCSSMatrix to matrixFn options

github.com/sortablejs/Sortable - ec7b5e9469f3d246b192d1bb3988fddcef057cdb authored about 5 years ago by owen-m1 <[email protected]>
add MSCSSMatrix to matrixFn options

github.com/sortablejs/Sortable - caca04a00eddf478945120a143c676e51fc3d898 authored about 5 years ago by Jeremy Folds <[email protected]>
disable delayed drag events during destory

disable delayed drag events during destory

github.com/sortablejs/Sortable - 118828dc12f7debabf4e4d3068c499207ef5d823 authored about 5 years ago by owen-m1 <[email protected]>
#1644: Remove transform on drop

github.com/sortablejs/Sortable - e97937010a112b4550b613e47f9e0019624d827d authored about 5 years ago by Oliver Hepworth-Bell <[email protected]>
Added Open Collective

github.com/sortablejs/Sortable - 8b07ba20e943c7c3a251d4086e84076a41da8e8f authored about 5 years ago by jess <[email protected]>
Fix optionListeners typo

github.com/sortablejs/Sortable - e824ed17d1aeea15a692874f326ad0bf685b5b74 authored about 5 years ago by owen-m1 <[email protected]>
Fix saucelabs logo for npm

github.com/sortablejs/Sortable - 278b587246eff62f9abbf742a3eb63bbb4dec7c1 authored about 5 years ago by owen-m1 <[email protected]>
Do not throw error if imported in nodeJS context

github.com/sortablejs/Sortable - 576e33540c545dcefe0d805754ac2f454b55538f authored about 5 years ago by owen-m1 <[email protected]>
#1646: Fix SSR rendering

github.com/sortablejs/Sortable - 5fccf71d9c9971a48acc6aa02d911bd9ebfeed08 authored about 5 years ago by owen-m1 <[email protected]>
#1640: Fix OnSpill destroy error

github.com/sortablejs/Sortable - 9fd576951eed5742138152c36cd68122c162e1bc authored about 5 years ago by owen-m1 <[email protected]>
Fix(utils): Chrome < 44 not support scrollingElement

github.com/sortablejs/Sortable - 3f0a9bde8c82d0a3f57f5d5aa03c5b1480e00233 authored about 5 years ago by pangjian <[email protected]>
disable delayed drag events during destory

github.com/sortablejs/Sortable - 425cd3576d5e5314644137a494561472a3d7081b authored over 5 years ago by zjffun <[email protected]>
#1598: Allow selecting with SHIFT key without multiDragKey being down

github.com/sortablejs/Sortable - 2e6df839008bdab8d913a294b5ec4cf36d421a38 authored over 5 years ago by owen-m1 <[email protected]>
#1634: Fix onSpill plugins on mobile

github.com/sortablejs/Sortable - a60ded8c9400661ea024e5d73d1d0fd2a072246a authored over 5 years ago by owen-m1 <[email protected]>
Fix call to animate() (#1630)

github.com/sortablejs/Sortable - f75c972d3cbebce24dc59b73d440c61a8727c9a5 authored over 5 years ago by Pete Stuart <[email protected]>
Animation performance improvements

github.com/sortablejs/Sortable - 652eec883094d330304847e7fe29cea1e8b6598f authored over 5 years ago by owen-m1 <[email protected]>
#1599: Support for transforms on ghost element

github.com/sortablejs/Sortable - 1c7847b12b52cb35a31d95b2e370c24a8a5a0712 authored over 5 years ago by owen-m1 <[email protected]>
#1597: Fix docs for enabling plugins

github.com/sortablejs/Sortable - 4f17fb0604a67b3be820ab59b43180474c3e0ef0 authored over 5 years ago by owen-m1 <[email protected]>
#1611: Remove MultiDrag events on GLOBAL destroy

github.com/sortablejs/Sortable - 0e4eabfef572f61df7a9cc38b5f56bbbc75d11ff authored over 5 years ago by owen <[email protected]>
plugin API revamp (#1595)

github.com/sortablejs/Sortable - c3d1ea7f35bc3addeef95a2d102d660d3884cff3 authored over 5 years ago by owen-m1 <[email protected]>
Create LICENSE

github.com/sortablejs/Sortable - 211b030000c32721ec6034414d5cd8b47025374f authored over 5 years ago by owen-m1 <[email protected]>