Ecosyste.ms: OpenCollective

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

Mue

Developing a new tab extension to improve productivity and inspire users with additional privacy
Collective - Host: opensource - https://opencollective.com/mue - Website: https://muetab.com - Code: https://github.com/mue

Update CHANGELOG.md

github.com/mue/react-sortable-hoc - 139d1a8c90966655bcc88e43d72f2898445296e5 authored about 8 years ago by Claudéric Demers <[email protected]>
Update storybook

github.com/mue/react-sortable-hoc - ff33715a136039fdcbf007657979c97133117168 authored about 8 years ago by Clauderic Demers <[email protected]>
0.1.0

github.com/mue/react-sortable-hoc - e8bc894f42772e4232e774609469a20b44ce7734 authored about 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #66 from krisl/changable-collection

Support changing an item's collection prop on the fly

github.com/mue/react-sortable-hoc - da6041e736b64b1a39cacf05d45fb1dd9fa1f0a3 authored about 8 years ago by Claudéric Demers <[email protected]>
Force `box-sizing: border-box` on sortable helper (#67)

github.com/mue/react-sortable-hoc - 544ba4f37983bd138419fd4bf0c35db2314ec92a authored about 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #62 from jhegedus42/patch-1

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

github.com/mue/react-sortable-hoc - a610fa728a7ad7fdef8936d6cb127934facb8ec5 authored about 8 years ago by Claudéric Demers <[email protected]>
Updated changelog for v0.0.11

github.com/mue/react-sortable-hoc - cdb5e9df1efbd13dbb095d4853b3976a980ea178 authored about 8 years ago by Clauderic Demers <[email protected]>
0.0.11

github.com/mue/react-sortable-hoc - b4d9c1fdeb014b5bffdb7fa41592c253bb138830 authored about 8 years ago by Clauderic Demers <[email protected]>
Utilize babel-plugin-transform-runtime to use `babelHelpers` without them being required in ES6 build (#45)

github.com/mue/react-sortable-hoc - 412b84eb2fd7ae420c34e2129226094b91b04386 authored about 8 years ago by Clauderic Demers <[email protected]>
Updated changelog for v0.0.10

github.com/mue/react-sortable-hoc - e3b717a821b5582343e7ef6533f340af2c95cd6d authored about 8 years ago by Clauderic Demers <[email protected]>
0.0.10

github.com/mue/react-sortable-hoc - 2293df802a6354cc3ca1cd5ab829e06c13d8ccd6 authored about 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #69 from canvaskisa/feature/immutable-arraymove

Update arrayMove util.

github.com/mue/react-sortable-hoc - a3bbdb668913983c9670fc8040c404a91f743f1c authored about 8 years ago by Claudéric Demers <[email protected]>
Update arrayMove util.

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

github.com/mue/react-sortable-hoc - d9475b8c534d2b5ffcfafcc9a3cc26c4d9568892 authored about 8 years ago by Aleksandr Yakunichev <[email protected]>
support changable collection

github.com/mue/react-sortable-hoc - ec2ed7f059aa6efa5d0093322d5ed49f920d6782 authored over 8 years ago by Aaron Lipinski <[email protected]>
make it clear in README.md how to run the examples easily

github.com/mue/react-sortable-hoc - c233ae9f678865097fef3f3292d4b7036c0953c5 authored over 8 years ago by jhegedus42 <[email protected]>
Updated changelog for v0.0.9

github.com/mue/react-sortable-hoc - d3de3ba3406321082f17f9948d38032816724feb authored over 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #54 from HashDot/patch-1

Fix lockOffset Documentation

github.com/mue/react-sortable-hoc - 8e2d31499c83c899d6a421d9c8e0ad7ebef511c4 authored over 8 years ago by Claudéric Demers <[email protected]>
Merge pull request #59 from binary1101/master

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

github.com/mue/react-sortable-hoc - 2522fec9de0347614efa7cfe92e881b2992a95a9 authored over 8 years ago by Claudéric Demers <[email protected]>
fix server side rendering with ReactDOMServer

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

github.com/mue/react-sortable-hoc - 54929ab21cffcc85ba2065b5f6c6fa16b9eed02a authored over 8 years ago by Aleksandr <[email protected]>
Fix lockOffset Documentation

Fix escape typo

github.com/mue/react-sortable-hoc - 749cc09a093dae6bf68e9704da583868774da065 authored over 8 years ago by Lars Hampe <[email protected]>
Merge pull request #53 from bradwestfall/patch-1

Update README.md to include a Common Pitfalls section

github.com/mue/react-sortable-hoc - 2e96f2b31e33b1befcb49c9a71cd365c43a6d8d2 authored over 8 years ago by Claudéric Demers <[email protected]>
Update README.md

Is this better?

github.com/mue/react-sortable-hoc - 2b43c5da671204a0ef3a1f74a151411e11ddb8b9 authored over 8 years ago by Brad Westfall <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - af306c9406694210d3c84a8303f264ac35c2f3bf authored over 8 years ago by Brad Westfall <[email protected]>
Added comments to default `shouldCancelStart` implementation

github.com/mue/react-sortable-hoc - 5ceb45d065ae2be540f80d35b392a265d3a2e8d7 authored over 8 years ago by Clauderic Demers <[email protected]>
Updated changelog for v0.0.8

github.com/mue/react-sortable-hoc - 34c4f3127d97537af1c53ad877ff38c4039dd7c9 authored over 8 years ago by Clauderic Demers <[email protected]>
Added `distance` (#35) and `shouldCancelStart` (#47, #36, #41) props. Prevent right click from causing sort start (#46)

github.com/mue/react-sortable-hoc - dd9bcf12730a84c395c6d064a6d304d0c3b5f26d authored over 8 years ago by Clauderic Demers <[email protected]>
Fix typos and tweak documentation

github.com/mue/react-sortable-hoc - 85770469aac8b62e17b26354d485ec6a508ac521 authored over 8 years ago by Clauderic Demers <[email protected]>
Initial commit of CHANGELOG.md

github.com/mue/react-sortable-hoc - 355a25f9dfc66c8bc0c9064ca5ea9ef512553107 authored over 8 years ago by Clauderic Demers <[email protected]>
Linting

github.com/mue/react-sortable-hoc - fe8448ae0d6442113da97e24b75b1d6a32dadbad authored over 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #39 from naturalatlas/bugfix-serverside-window

Bugfix: fixed server-side rendering (window undefined)

github.com/mue/react-sortable-hoc - c53000b26731f7d543773f24c723b14b14d8dd46 authored over 8 years ago by Claudéric Demers <[email protected]>
Fixed server-side rendering

github.com/mue/react-sortable-hoc - a015f280679fcbec8e70a0512fb3e3c2d246aa75 authored over 8 years ago by Brian Reavis <[email protected]>
Minor tweaks

github.com/mue/react-sortable-hoc - 4b46304a83d453d689778ed260cd37fba6badae3 authored over 8 years ago by Clauderic Demers <[email protected]>
Minor tweaks

github.com/mue/react-sortable-hoc - b5e862050e1caa9ce0793c257fdc51452dfb91f6 authored over 8 years ago by Clauderic Demers <[email protected]>
Fixes an issue with auto-hiding sortable ghost with windowing libraries

github.com/mue/react-sortable-hoc - caab67df12968ebb7d1df94859ee2b92e3eaa1c1 authored over 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #27 from zaygraveyard/bug/issue26

Bugfix: Add support handling `margin`s on scrollable items. (fixes #26)

github.com/mue/react-sortable-hoc - 7d9bc5f961bbbad2d4e5f22a9c4f3e7659006219 authored over 8 years ago by Claudéric Demers <[email protected]>
Merge pull request #34 from TalShavit/master

Fix changing disable property while receiving props

github.com/mue/react-sortable-hoc - caac94e2d27be151087f724a1d07991de2a7697e authored over 8 years ago by Claudéric Demers <[email protected]>
Merge pull request #37 from bvaughn/master

Added support for a custom container (via getContainer prop)

github.com/mue/react-sortable-hoc - 2bedfb2af8de2de9baf279b8ff6102e68733720b authored over 8 years ago by Claudéric Demers <[email protected]>
Bumped react-virtualized dep to 7.15.1

This renames ._grid ref to .Grid (since it's now an official part of the API).

github.com/mue/react-sortable-hoc - 9291a33c939d9911a92c7b55f1aa051d14ca55a8 authored over 8 years ago by Brian Vaughn <[email protected]>
Added support for a custom container (via getContainer prop)

This PR also updates the version of 'react-virtualized' used in 'devDependencies' to 7.15 so tha...

github.com/mue/react-sortable-hoc - 6d4c5da5e5d6fb44fa385e388c735adaa26a6aba authored over 8 years ago by Brian Vaughn <[email protected]>
Fix changing disable property while receiving props

github.com/mue/react-sortable-hoc - 7aa2d344000b9bbe4add2bc0d54eecd16b83e323 authored over 8 years ago by Tal Shavit <[email protected]>
Add support handling `margin`s on scrollable items. (fixes #26)

Only support's [margin collapsing](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Mode...

github.com/mue/react-sortable-hoc - 6b6a5a3af35734762f4e70c474f0f4c1e868836a authored over 8 years ago by Ziad El Khoury Hanna <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - 8ff6601ea15d4edb8ce3cf98ab80cccd6015d6d9 authored over 8 years ago by Claudéric Demers <[email protected]>
Initial commit of react-storybook config and stories

github.com/mue/react-sortable-hoc - f085aa5e5d57dcaa7562f97afeccc5933c0e554c authored over 8 years ago by Clauderic Demers <[email protected]>
🐛 Fix dev environment example code

github.com/mue/react-sortable-hoc - 53be0a84c158f16916355d66e0086ce2509a6229 authored over 8 years ago by Clauderic Demers <[email protected]>
Clean up dev index.js

github.com/mue/react-sortable-hoc - 8562a3d9b99433de12f61517b07e9594b756dbe4 authored over 8 years ago by Clauderic Demers <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - b0f3b15315d8cd0ab54cb2c1e4a22a89f0b0c2d7 authored over 8 years ago by Claudéric Demers <[email protected]>
Check that there is a prefix before trying to read the first character (fixes issues when testing with jsdom, #29)

github.com/mue/react-sortable-hoc - 4830b84e2493613e06d03016b7ba76288ed27b7a authored over 8 years ago by Clauderic Demers <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - 916a293e0bd8810efd61db82776609865758bdea authored over 8 years ago by Claudéric Demers <[email protected]>
Merge pull request #22 from zaygraveyard/feature/issue21

Add option to specify how to lock the sortable helper to the container top/bottom edges

github.com/mue/react-sortable-hoc - 413c7e0ce64eb3a4a67bd5e47ad732c856452508 authored over 8 years ago by Claudéric Demers <[email protected]>
Add option to specify locking offsets of the helper in the container. (fixes #21)

github.com/mue/react-sortable-hoc - 24d00b8f95ba523b8f013be77e3d487fa432a927 authored over 8 years ago by Ziad El Khoury Hanna <[email protected]>
Merge pull request #25 from ahmedelgabri/helperclass-bug

Fix helperClass when adding multiple classes

github.com/mue/react-sortable-hoc - cbeda69bd98a4228662bb53ceb32f9719cb3f098 authored over 8 years ago by Claudéric Demers <[email protected]>
Fix helperClass

github.com/mue/react-sortable-hoc - 667a79258fb7f99ebd22ec30916b7b4f9b9b12b2 authored over 8 years ago by Ahmed El Gabri <[email protected]>
Fixes SortableElement index not being updated in the Manager when it's index prop changes (#24)

github.com/mue/react-sortable-hoc - de720e889f7b409c2732a9158f61011e747c7d02 authored over 8 years ago by Clauderic Demers <[email protected]>
Merge pull request #23 from naturalatlas/bugfix-draghandle-children

Bugfix: Support drag handles with children

github.com/mue/react-sortable-hoc - a07db4d3dadbfd887edbc048881e3393158972f0 authored over 8 years ago by Claudéric Demers <[email protected]>
Support drag handles with children

Walk the parents to find the actual drag handle instance

github.com/mue/react-sortable-hoc - 5cdf3ae8c8f9727c436fc437582a52ae061e7db0 authored over 8 years ago by Brian Reavis <[email protected]>
Derp, need to wait after the helper is created to hide the sortable ghost

github.com/mue/react-sortable-hoc - 8c59c346519489c8160d2f04659fe4cc2d3b5e89 authored over 8 years ago by Clauderic Demers <[email protected]>
Immediately hide the sortableGhost on sortStart (#19)

github.com/mue/react-sortable-hoc - 5156182a5436c947c45c4adef90388c1533cd383 authored over 8 years ago by Clauderic Demers <[email protected]>
Add listeners for both touch and mouse events at the same time instead of relying on touch detection

github.com/mue/react-sortable-hoc - 966b7898855f9ac5ef1ff4a5c06f82bb16324f5d authored over 8 years ago by Clauderic Demers <[email protected]>
Cleaner approach to solving IE prefix

github.com/mue/react-sortable-hoc - ff57c24924d045c50b517e2824bc171c237f8e97 authored over 8 years ago by Clauderic Demers <[email protected]>
Tweaked vendorPrefix detection logic (#10, #7, #17)

github.com/mue/react-sortable-hoc - fe88b53ee7f42d246d6a9d8e6cba8bba1e1b5af9 authored over 8 years ago by Clauderic Demers <[email protected]>
Fixes issue with multiple touch triggering sorting on multiple elements (#9)

github.com/mue/react-sortable-hoc - fc46837c2f939d89ef32c7b6002f2f02973b2aba authored over 8 years ago by Clauderic Demers <[email protected]>
Fixes issues with multiple lists on the same page (#2)

github.com/mue/react-sortable-hoc - f7e82e2e3916422ac8f60dbe555f292072d9f1c7 authored over 8 years ago by Clauderic Demers <[email protected]>
Fixes bug where clicking without dragging wouldn't update newIndex (#11)

github.com/mue/react-sortable-hoc - 21ab5480d9b8264061f862d283c3924fce8ecf22 authored over 8 years ago by Clauderic Demers <[email protected]>
Export as `SortableHOC` in UMD build (addresses #13)

github.com/mue/react-sortable-hoc - dac0cee65347c675a067367764f0f2ca2a623fbe authored over 8 years ago by Clauderic Demers <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - 5cc1bd894269c381d87adc8ffccf195ab667a185 authored over 8 years ago by Claudéric Demers <[email protected]>
Update README.md

github.com/mue/react-sortable-hoc - 245452c3e3039e0b719c5cacb1dfe2e3609b25aa authored over 8 years ago by Claudéric Demers <[email protected]>
Initial commit

github.com/mue/react-sortable-hoc - f5cee9f06aebbfdfcbf861ef2f913bb377004306 authored over 8 years ago by Clauderic Demers <[email protected]>