Ecosyste.ms: OpenCollective

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

github.com/mue/react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://github.com/mue/react-sortable-hoc

feat(SortableContainer): adds height property to helper style

Height defined in getHelperStyle() was not applied to the helper.

dff5a475f5ca5321e5a387a3eab4cdf86d32e974 authored about 8 years ago
Update CHANGELOG.md

94631b9c5eb7ee4f49e423bf40e150372d8cbc62 authored about 8 years ago
0.4.4

a6b9a64e329ac65a2991c331dbb698307b001466 authored about 8 years ago
Update README for 0.4.4

c2abb24269de4b745e1e913d7e00df2e39a524b3 authored about 8 years ago
tweak: cherry-pick lodash methods instead of importing the entire bundle

ede918e32b77b1fcdda56721df847f0c970de359 authored about 8 years ago
0.4.3

2306bd5a881fca7a968f042a3f0c464aa726b232 authored about 8 years ago
Updated changelog for 0.4.3

29f5db8f1d78078230f0504e3d6f1d6b67c0de65 authored about 8 years ago
Merge pull request #106 from funnel-mark/master

fix: workaround for mozilla bug

b6e0a00d040a31f583b1c74988d539d1c25e5d86 authored about 8 years ago
fix: workaround for mozilla bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=548397
window.getComputedStyle() returns null insid...

398ccf703f6fce8fc2a387059a486fd5775509e1 authored about 8 years ago
Updated changelog for 0.4.2

fed09b9ee38dcaa25e3a0c8fa4e04dc368da7085 authored about 8 years ago
0.4.2

cec8adf8d6e2f235d0db80757974b132e6b60a91 authored about 8 years ago
0.4.1

b48918f5dbafb5a1a4dc6017bfc4fcb07ca576ce authored about 8 years ago
Update changelog for 0.4.1

6e3e38138393b54545852217de8d138d38a309a0 authored about 8 years ago
Merge pull request #80 from v0lkan/master

fix: Move cancel to the end of event queue

dd4a7f56e60914c549f5748156de9a8c9db2305e authored about 8 years ago
tweak: cancel is already bound to current execution context

998a2497186c8851688e7770e6b5230a878e14ad authored about 8 years ago
0.4.0

b85674ae82b4993e1614849c4fbd822ce49e9468 authored about 8 years ago
Update changelog for 0.4.0

c60f6ddaf1933d3b4366959133cada1befd3bf15 authored about 8 years ago
Fix storybook for grid handle usage

180726cacc15600a0c4fb4463ba2cbc2c7e622cf authored about 8 years ago
nit: linting

5fd0a03d06a613b9403e290be463f48a0a4c2830 authored about 8 years ago
Merge pull request #100 from frontendphil/master

clauderic/react-sortable-hoc#98 do not pass private props to wrapped …

f02b08278836a17bec37596eec188bfa777aa7d2 authored about 8 years ago
nit: mixed spaces and tabs

fb2fac441ce8d3ea554fbffc6244c4f293a98b0b authored about 8 years ago
fix: copy pasting is dangerous πŸ˜‚

502a6d9501fc21ee2ef232e1f57ec84b0f32e393 authored about 8 years ago
fix: linting error due to copy paste

45304bf7516785b1da197de8a9262b40d94d100f authored about 8 years ago
fix: restore getHelperDimensions + remove duplicate declaration

0c95b81b01e794e6c9badc7fc8f1c4034305d553 authored about 8 years ago
fix: timing issue in Chrome caused by setTimeout when pressDelay is 0

fce6ef1270e2e94da54add3acc5ce39f1f911857 authored about 8 years ago
Merge pull request #104 from asamiller/patch-1

Fix: wrong module name in basic example

5b3c094721e8602326ff05ee801a9363d6e19dd3 authored about 8 years ago
Fix wrong module name

8e41fb56058864a876acdbab0a92d7bfc02cd592 authored about 8 years ago
nit: cherry-pick lodash methods for smaller bundle

bf934efe0f3f2bcdf0ca097417993371b9c7909b authored about 8 years ago
clauderic/react-sortable-hoc#98 do not pass private props to wrapped component

- removed number of instance properties
- removed unused method getHelperDimensions from props a...

284de895b6d0351f35433371a4838ae99ad47aa1 authored about 8 years ago
Updated changelog for v0.3.0

55ce2a0faacb1bd820e34be780934ea87fbb3abc authored about 8 years ago
0.3.0

1d7d7be2371ddd694230173d14f1d787de4acbb0 authored about 8 years ago
Merge pull request #86 from richmeij/grid-support

Feature: Grid support (addresses #4)

61c4b9c59d91967f580457d32ae232702807fc61 authored about 8 years ago
Update grid storybook

890a57ae19dc45e5fd7083c7c96258a1ab274dec authored about 8 years ago
Minor tweaks to README

ed128f6720fa13d0e181c594f93691ee4e3c8280 authored about 8 years ago
Added comments and updated readme with grid support

28fc4359578a638958e58a1c297e0aaf12ae788a authored about 8 years ago
Merge branch 'master' into grid-support

7e251ec77577092bccfd511a8e6ab25e58a84c7d authored about 8 years ago
Merge pull request #94 from Neurostep/patch-1

The proper way to clear interval

7339c78d8841ed269940a173afb02c72ebd700f3 authored about 8 years ago
Update index.js

The proper way to clear interval.

6ba11d25102316d2f964dcc81d9c4cdc7626a9a0 authored about 8 years ago
Added react-dom to devDependencies (Fixes #91)

e7d826cad7b8d4b5b210ae8fa7caafc62ac52d8f authored about 8 years ago
Added margins to translates in grid

c3ae90f909c9a1182e129d059a8fd7fba175c887 authored about 8 years ago
changed lockOffset validation

65baa0778cde93a3c1b136a9b0c4fe25102aacac authored about 8 years ago
added comments and did some cleanup

be2cda6601b16228f84981bd5224316d5c7b37f7 authored about 8 years ago
Added grid animation and grid story

555e64713aa11d84c22e4a1f910161ae83ea1f4d authored about 8 years ago
Fixed bug in lockaxis

72e0ece5b57c96ce1b5440fd969d84dfefc04798 authored about 8 years ago
merged master

796d0b79a4312a59f2046798cc2229dc347db065 authored about 8 years ago
Fixed animations for going up/left

b00728ae5966409baccdf3eb0684bf79e7bf54fe authored about 8 years ago
preserved context binding on deferred call to cancel

f579e24e5e0e3d4185b066341f9c1c834ee0723a authored about 8 years ago
0.2.0

dd0fbdb48564e9eada80922efc8397e7b0e145dd authored about 8 years ago
Updated changelog for 0.2.0

326e221e5a23f93d3aa88123edf1775d8b534e59 authored about 8 years ago
Added documentation for `getHelperDimensions` prop

fb27bbcb4b21b44007a2f120af40a3ac811f381d authored about 8 years ago
Merge pull request #84 from nervetattoo/feature/controllable-height

Add a getHelperDimensions fn to control SortableItem size. Fixes #83

97574a2c4c65268808a896e8314b9d7df55c4d41 authored about 8 years ago
Fix sort helper height in shrinkable storybook

76557465ce855650c25b6f71be5b4ad62a880c62 authored about 8 years ago
Add a getHelperDimensions fn to control SortableItem size

a0cebd60f10e1dbc54e52e3884e7d7810f9e53be authored about 8 years ago
Enabled simultaneous x and y axis support. First pass

7cb7234c04b1b5a45b8c0bc7d34e03f5226deaf5 authored about 8 years ago
Merge branch 'master' of github.com:v0lkan/react-sortable-hoc

# Conflicts:
# src/SortableContainer/index.js

631460ed443429c571feedadd674778b32a0572d authored over 8 years ago
Move cancel to the end of event queue

This is for people with really sensitive touch devices (like trackpads configured to be really f...

653718552b9bcfa4d42aa9d744faf3f19803a08b authored over 8 years ago
Move cancel to the end of event queue

This is for people with really sensitive touch devices (like trackpads configured to be really f...

189e476774bf79819665d67db37ad53b3f1da4ed authored over 8 years ago
Updated changelog for 0.0.1

d4e516a05fb9a13e7a06fe05ffeaefa2ea705d8e authored over 8 years ago
[Fix] – Add touchCancel listener

b1bd2497df3df86a10764041c474436a8c6e06f8 authored over 8 years ago
Merge pull request #78 from ralf-strehle/master

Linting / consistency and minor refactoring

47976f6643aa1bae9eb7729018b1790981085be0 authored over 8 years ago
Added travis-ci config

1b31c2f7c045b114392a5eddfb83f891b02e0118 authored over 8 years ago
Minor linting tweaks

6e7ca7523595afad5f7b4adc67d56a882f9e481e authored over 8 years ago
Amend unified indentation, amend code folding

33b535a486f74f5830f19e67a6dcd2cb33c802c0 authored over 8 years ago
Various code improvements:

- better usage of let and const
- unified indentation 2 spaces
- blank line between methods
- unf...

03cfaedfd2cb63bab9db1124657f4183d42afc77 authored over 8 years ago
Merge pull request #73 from Daadler6/bugfix/touchCancel-Support

[Bugfix] Listen for `touchCancel` event to end sorting

88fff1cfd977f6f9d9aa001b8abadae43202a2e4 authored over 8 years ago
add touch cancel support for utils

on treat touchCancel event like touchEnd

98f07b8fc76356376992fe5c7e8ae21761016362 authored over 8 years ago
Fix timing issue in Chrome

806685ab4d13028149b3ea3bc6a90f9028f760ce authored over 8 years ago
Update CHANGELOG.md

139d1a8c90966655bcc88e43d72f2898445296e5 authored over 8 years ago
Update storybook

ff33715a136039fdcbf007657979c97133117168 authored over 8 years ago
0.1.0

e8bc894f42772e4232e774609469a20b44ce7734 authored over 8 years ago
Merge pull request #66 from krisl/changable-collection

Support changing an item's collection prop on the fly

da6041e736b64b1a39cacf05d45fb1dd9fa1f0a3 authored over 8 years ago
Force `box-sizing: border-box` on sortable helper (#67)

544ba4f37983bd138419fd4bf0c35db2314ec92a authored over 8 years ago
Merge pull request #62 from jhegedus42/patch-1

make it clear in README.md how to run the examples easily

a610fa728a7ad7fdef8936d6cb127934facb8ec5 authored over 8 years ago
Updated changelog for v0.0.11

cdb5e9df1efbd13dbb095d4853b3976a980ea178 authored over 8 years ago
0.0.11

b4d9c1fdeb014b5bffdb7fa41592c253bb138830 authored over 8 years ago
Utilize babel-plugin-transform-runtime to use `babelHelpers` without them being required in ES6 build (#45)

412b84eb2fd7ae420c34e2129226094b91b04386 authored over 8 years ago
Updated changelog for v0.0.10

e3b717a821b5582343e7ef6533f340af2c95cd6d authored over 8 years ago
0.0.10

2293df802a6354cc3ca1cd5ab829e06c13d8ccd6 authored over 8 years ago
Merge pull request #69 from canvaskisa/feature/immutable-arraymove

Update arrayMove util.

a3bbdb668913983c9670fc8040c404a91f743f1c authored over 8 years ago
Update arrayMove util.

Update arrayMove util to return the copy of array, instead of mutating the passed one.

d9475b8c534d2b5ffcfafcc9a3cc26c4d9568892 authored over 8 years ago
support changable collection

ec2ed7f059aa6efa5d0093322d5ed49f920d6782 authored over 8 years ago
make it clear in README.md how to run the examples easily

c233ae9f678865097fef3f3292d4b7036c0953c5 authored over 8 years ago
Updated changelog for v0.0.9

d3de3ba3406321082f17f9948d38032816724feb authored over 8 years ago
0.0.9

c35e27c442ae0a1285a5a4911292bf7416cffe41 authored over 8 years ago
Merge pull request #54 from HashDot/patch-1

Fix lockOffset Documentation

8e2d31499c83c899d6a421d9c8e0ad7ebef511c4 authored over 8 years ago
Merge pull request #59 from binary1101/master

Server-side rendering bugfix: safeguard against `document` being undefined

2522fec9de0347614efa7cfe92e881b2992a95a9 authored over 8 years ago
fix server side rendering with ReactDOMServer

ReactDOMServer provides window, but not document, so it still breaks server rendering.

54929ab21cffcc85ba2065b5f6c6fa16b9eed02a authored over 8 years ago
Fix lockOffset Documentation

Fix escape typo

749cc09a093dae6bf68e9704da583868774da065 authored over 8 years ago
Merge pull request #53 from bradwestfall/patch-1

Update README.md to include a Common Pitfalls section

2e96f2b31e33b1befcb49c9a71cd365c43a6d8d2 authored over 8 years ago
Update README.md

Is this better?

2b43c5da671204a0ef3a1f74a151411e11ddb8b9 authored over 8 years ago
Update README.md

af306c9406694210d3c84a8303f264ac35c2f3bf authored over 8 years ago
Added comments to default `shouldCancelStart` implementation

5ceb45d065ae2be540f80d35b392a265d3a2e8d7 authored over 8 years ago
0.0.8

63a494f48b7b3672727120324f070d32d4de92be authored over 8 years ago
Updated changelog for v0.0.8

34c4f3127d97537af1c53ad877ff38c4039dd7c9 authored over 8 years ago
Added `distance` (#35) and `shouldCancelStart` (#47, #36, #41) props. Prevent right click from causing sort start (#46)

dd9bcf12730a84c395c6d064a6d304d0c3b5f26d authored over 8 years ago
Fix typos and tweak documentation

85770469aac8b62e17b26354d485ec6a508ac521 authored over 8 years ago
0.0.7

981eacaf539df9ab906edac664470d65a2e89592 authored over 8 years ago
Initial commit of CHANGELOG.md

355a25f9dfc66c8bc0c9064ca5ea9ef512553107 authored over 8 years ago
Linting

fe8448ae0d6442113da97e24b75b1d6a32dadbad authored over 8 years ago
Merge pull request #39 from naturalatlas/bugfix-serverside-window

Bugfix: fixed server-side rendering (window undefined)

c53000b26731f7d543773f24c723b14b14d8dd46 authored over 8 years ago