Ecosyste.ms: OpenCollective

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

react-slick

We are on a mission to create best carousel component in reactjs
Collective - Host: opensource - https://opencollective.com/react-slick - Code: https://github.com/akiran/react-slick

Add verticalSwiping: true to the VerticalMode example.

github.com/akiran/react-slick - 2068442b67f7ca044a812a5e9509e329dd9f4b11 authored over 8 years ago by Joshua Efiong <[email protected]>
Fixed trackChildren is not defined error.

github.com/akiran/react-slick - cdc491c3513945706cf1928b60059d744ce8db33 authored over 8 years ago by Joshua Efiong <[email protected]>
Add assign import from 'object-assign' to InnerSlider.

github.com/akiran/react-slick - 1f2934785346b41d953a887d9f1ace3700743058 authored over 8 years ago by Joshua Efiong <[email protected]>
Computed vertical offset in getTrackLeft method.

github.com/akiran/react-slick - 30cb6c7285e19a3fa56f5dc1e581a6c0aa46ef40 authored over 8 years ago by Joshua Efiong <[email protected]>
Update getTrackCSS method to generate vertical styling if vertical enabled.

github.com/akiran/react-slick - 8d43dc833946b8b4895122457f6fe8c34cdfdbcd authored over 8 years ago by Joshua Efiong <[email protected]>
Add VerticalMode example to the demos.

github.com/akiran/react-slick - 384fd7520bae97e1c36c269e1e06a789229c70c4 authored over 8 years ago by Joshua Efiong <[email protected]>
Add down and up directions to swipeDirection method.

github.com/akiran/react-slick - 25fc0bd77b4a008df1835323a7939e6281343b62 authored over 8 years ago by Joshua Efiong <[email protected]>
Add getHeight helper method.

github.com/akiran/react-slick - 8e13b3fe3ae9138b891028d85496eec72c15a2b8 authored over 8 years ago by Joshua Efiong <[email protected]>
Reflect the changes in initialize helper method in update method.

github.com/akiran/react-slick - 399dd4bf041ec093169d0ef87b7b2271273a235d authored over 8 years ago by Joshua Efiong <[email protected]>
Update initialize helper to calculate heights if vertical mode is enabled.

github.com/akiran/react-slick - bc63970af2652a9969eb8249bbf7d2a0ee3af974 authored over 8 years ago by Joshua Efiong <[email protected]>
Made necessary changes to swipeEnd event handler for vertical mode.

github.com/akiran/react-slick - 106b8ac8975b25a3e25db3638124fb8c91208f90 authored over 8 years ago by Joshua Efiong <[email protected]>
Made necessary changes to swipeMove event handler for vertical mode.

github.com/akiran/react-slick - cfbe9405f2feb91158021714911a920461fd5d11 authored over 8 years ago by Joshua Efiong <[email protected]>
Add list height style to InnerSlider .slick-list.

github.com/akiran/react-slick - da1fbffa978178b526d317552be943499ebdf2a0 authored over 8 years ago by Joshua Efiong <[email protected]>
Introduce listWidth, listHeight and slideHeight state attributes.

github.com/akiran/react-slick - 4001a3611f98a9b545ef02e0de283577e728d24d authored over 8 years ago by Joshua Efiong <[email protected]>
Add slick-vertical class to slider if vertical prop set to true.

github.com/akiran/react-slick - 1380e140b8bf468f029ddee314e481302600bb77 authored over 8 years ago by Joshua Efiong <[email protected]>
Update slideHandler code to support vertical swipe directions.

github.com/akiran/react-slick - 0106f6cd00ba0ebb68d079dd08d8a17f04bbefee authored over 8 years ago by Joshua Efiong <[email protected]>
updated readme about removing dist files

github.com/akiran/react-slick - 186161a7de6a2973c1d3253bb8e21457c89ab600 authored over 8 years ago by Kiran <[email protected]>
Merge pull request #457 from akiran/server-side-rendering

support for server side rendering

github.com/akiran/react-slick - 1ea349b30a65d6870e122976e491f61519ab4ed0 authored over 8 years ago by Kiran <[email protected]>
support for server side rendering

github.com/akiran/react-slick - a3126d1b3e8136a916e4c604f100c806f442f0f3 authored over 8 years ago by kiran <[email protected]>
version update with fix for server side rendering issue

github.com/akiran/react-slick - b0b065430da65cebcd76505796d5832d35017ccf authored over 8 years ago by kiran <[email protected]>
dist files for 0.13.4

github.com/akiran/react-slick - 1a492de76789627f28de71061cea46e906b42be4 authored over 8 years ago by kiran <[email protected]>
version update

github.com/akiran/react-slick - d96ff0cd722403719485cfef9cdc2525e1160e22 authored over 8 years ago by kiran <[email protected]>
Merge pull request #445 from louisptremblay/swipe_too_far_fix

Fixes Swipe too far in infinite == false did not reset to previous position

github.com/akiran/react-slick - c1ac1ea89bd43a21cad4cd3fa0b4552f39406573 authored over 8 years ago by Kiran <[email protected]>
Merge pull request #453 from Josh-ES/ref-callbacks

Ref callbacks

github.com/akiran/react-slick - 0ca7a7fcc9497dd5cfb195a1e351de7c2e616a99 authored over 8 years ago by Kiran <[email protected]>
Removed changes to dist files.

github.com/akiran/react-slick - daf5ed88cd877fbafdd80ed2c050de3503e4c329 authored over 8 years ago by Joshua Efiong <[email protected]>
Updated references to access class props, not refs.

github.com/akiran/react-slick - 03fa5b38976c5424b468744292d560838250f1df authored over 8 years ago by Joshua Efiong <[email protected]>
Fixed ref handlers - can't be in object literal for this to be set correctly.

github.com/akiran/react-slick - dea0e7306d5d57f1a6ce9e574722094c16cb19b3 authored over 8 years ago by Joshua Efiong <[email protected]>
Changed all string refs to callbacks.

github.com/akiran/react-slick - b4b57305bdf4d89d30efb10e09b69927a902aa37 authored over 8 years ago by Joshua Efiong <[email protected]>
Added Webstorm .idea dir to .gitignore.

github.com/akiran/react-slick - e02d9ed378b32c289f17db3a7537b11926db7987 authored over 8 years ago by Joshua Efiong <[email protected]>
Merge pull request #452 from afc163/patch-1

Default`pauseOnHover` should be true

github.com/akiran/react-slick - ca50e379320d5e9526c461a80e64da36d7e8cbe5 authored over 8 years ago by Kiran <[email protected]>
Merge pull request #450 from Kaveckas/master

passing 0 slide index slickGoTo() bugfix

github.com/akiran/react-slick - 376e99c9657c6a38c7451bba80f7aa66eb597d18 authored over 8 years ago by Kiran <[email protected]>
Merge pull request #451 from Josh-ES/initial-value

Changed input's initialValue prop to defaultValue.

github.com/akiran/react-slick - d0f414f46ab5b16fb225f278d175e13a10daba0a authored over 8 years ago by Kiran <[email protected]>
Fix `pauseOnHover` default value to true

Which is described in README

github.com/akiran/react-slick - 8e726d79de42e92d3297445e9781d9139a7a9ac4 authored over 8 years ago by 偏右 <[email protected]>
Changed input's initialValue prop to defaultValue.

github.com/akiran/react-slick - 0020cb2a5fec0d52dc6308671582aa3cfc7690c3 authored over 8 years ago by Joshua Efiong <[email protected]>
passing 0 slide index slickGoTo() bugfix

github.com/akiran/react-slick - 113f6fd1f4714c940d92df361a7588a4c500c489 authored over 8 years ago by Mantas Kaveckas <[email protected]>
Fixes Swipe too far in infinite == false did not reset to previous position

github.com/akiran/react-slick - f453fbfa5ed6cf7425c47c111a2073da5226ea96 authored over 8 years ago by louisptremblay <[email protected]>
Fixing next button disable state

Signed-off-by: Suhaib Khan <[email protected]>

github.com/akiran/react-slick - 60ad6e3688c56ef1fd683828df194f58874ce46d authored over 8 years ago by Suhaib Khan <[email protected]>
version update

github.com/akiran/react-slick - 2ff2f54f7312accf1cdac42c4b240cf46e75ad76 authored over 8 years ago by kiran <[email protected]>
Merge pull request #439 from akiran/click-issue

Click issue

github.com/akiran/react-slick - 94650beec00a00d197ca95b60334fc4d4dcd9bca authored over 8 years ago by Kiran <[email protected]>
readme cleanup

github.com/akiran/react-slick - 7b55f4566862a43d02a1f709f63720cd46e09115 authored over 8 years ago by Kiran <[email protected]>
added slickGoTo in readme

github.com/akiran/react-slick - 3bc40c84446098d3dcb988ce82a073772ebe94eb authored over 8 years ago by Kiran <[email protected]>
updated version

github.com/akiran/react-slick - 6efde58ecf9d6055a31a6bdab04f29d01fb0ea17 authored over 8 years ago by kiran <[email protected]>
Merge pull request #431 from akiran/slickGoTo

slickGoTo method

github.com/akiran/react-slick - d040ecb26dc7d8f05c8b7c22d6f5852a161ca2a0 authored over 8 years ago by Kiran <[email protected]>
update readme about slickGoTo method

github.com/akiran/react-slick - 2f9b05592eb11ca80f10349e8df15f11535c3b49 authored over 8 years ago by kiran <[email protected]>
added deprecation warning to slickGoTo prop

github.com/akiran/react-slick - bbfdd52f225c3119d50cb07219e50b6f40316b63 authored over 8 years ago by kiran <[email protected]>
implemented slickGoTo method

github.com/akiran/react-slick - 1b479898cca2ef6b4a1b330b9ae625eac0a32827 authored over 8 years ago by kiran <[email protected]>
Update README.md

github.com/akiran/react-slick - 4b860dedd5e6c10599cf502ab0317ba6234fda8b authored over 8 years ago by Kiran <[email protected]>
updated readme with slick-theme.css link

github.com/akiran/react-slick - d48598d0db6dac250c62d6e477c259a7aeebaa89 authored over 8 years ago by Kiran <[email protected]>
added button class to Dynamic slides demo

github.com/akiran/react-slick - 5f3f584095929595c9f0d81cf8dd0741fa2efb0a authored over 8 years ago by kiran <[email protected]>
Changed method names to match original slick

github.com/akiran/react-slick - 53f67ce7a98823a4cde9b7ffb7a75537d2fb93a9 authored over 8 years ago by kiran <[email protected]>
resolve merge conflicts

github.com/akiran/react-slick - d7ebfd3dd3ab5dc58eb2f636ede7c8a23908b547 authored over 8 years ago by kiran <[email protected]>
updated readme about previous and next methods

github.com/akiran/react-slick - 7e5aa2c7db9e5bb15ab4d5b4b05b0c4cc2ec686a authored over 8 years ago by kiran <[email protected]>
refactor to avoid arrow function in render

github.com/akiran/react-slick - a304d3bca140bcc32c7574770084c44003cf7be6 authored over 8 years ago by kiran <[email protected]>
updated demo for previous and next methods

github.com/akiran/react-slick - f199ba1239dc0b2c1d5af9d02bb68b34c0c85cba authored over 8 years ago by kiran <[email protected]>
Merge pull request #425 from ryanbagwell/visible_slide_offset

Only scroll to the last visible item when a set is uneven and infinite = false

github.com/akiran/react-slick - 3a3f82694c446d5980f6b5159b1f58e94bdc2d08 authored over 8 years ago by Kiran <[email protected]>
calculating offset to the last visible slide when the carousel is not infinite

github.com/akiran/react-slick - 4a7ed78f34195a7ffd883671068a491a00520de7 authored over 8 years ago by Ryan Bagwell <[email protected]>
adding an example of an uneven set with indinite=false

github.com/akiran/react-slick - 53970fa03ef307229c0a5434f3b2c8ff69534cab authored over 8 years ago by Ryan Bagwell <[email protected]>
Merge pull request #422 from akiran/PR

review of PR

github.com/akiran/react-slick - 90adc785c40c02fad3a0b1cf895bad2deaef5e38 authored over 8 years ago by Kiran <[email protected]>
dynamic slides example

github.com/akiran/react-slick - 1472a4affe69b6d0f209fc65e79c012b8b81b8a2 authored over 8 years ago by kiran <[email protected]>
Merge pull request #268 from adamshone/issue-267-reduce-children-fix

If the slider receives new props with fewer children than before and …

github.com/akiran/react-slick - cee1498479dd7af54bc626ea3c4421da33a5e248 authored over 8 years ago by kiran <[email protected]>
version update

github.com/akiran/react-slick - e84453bfeff662d77ebeaa75f8c45ead6774a429 authored over 8 years ago by kiran <[email protected]>
Merge pull request #420 from akiran/krlospelaez-master

accessibility

github.com/akiran/react-slick - fae081580b663aef9005ae9e787c022c4955631b authored over 8 years ago by Kiran <[email protected]>
Added outline none to avoid outline on focused slide

github.com/akiran/react-slick - 11977029833392b25446eb9671a3f9d593b41083 authored over 8 years ago by kiran <[email protected]>
Resolved merge conflicts

github.com/akiran/react-slick - fec28b5b1260ffe3f2953fc99fd793bcba33c73f authored over 8 years ago by kiran <[email protected]>
Merge pull request #419 from akiran/suheb-master

Focus on select

github.com/akiran/react-slick - 1319fceb38b5a91967000cb32286ed4a9cbac017 authored over 8 years ago by Kiran <[email protected]>
Change focus on select example component name

github.com/akiran/react-slick - dc1cff7a39a3d04eee25bd1e776049e3ccdef33c authored over 8 years ago by kiran <[email protected]>
updated focus on select example

github.com/akiran/react-slick - 9de30f7c347df0968ca36d35ba14dd81ab134a57 authored over 8 years ago by kiran <[email protected]>
Support `focusOnSelect` fixes #51

- Add an example of focusOnSelect usage to demos
- Update supported properties table
- Use Rea...

github.com/akiran/react-slick - 5aa2da8970b5e31e04455c87ebd9b7ce39734abc authored over 8 years ago by scriptyper <[email protected]>
Merge pull request #417 from akiran/PR

PR review

github.com/akiran/react-slick - 21d8229ded00d60a48a01ef1e66aee224c130646 authored over 8 years ago by Kiran <[email protected]>
version update

github.com/akiran/react-slick - 23c1437128b28153f84f101f89906a2062cba040 authored over 8 years ago by kiran <[email protected]>
Replaced ReactTransitionEvents with setTimeout. Using #125, #408

github.com/akiran/react-slick - 96f0edef8a91e2236a017a385508bd4e35edd863 authored over 8 years ago by kiran <[email protected]>
Merge pull request #414 from samdec11/sm/add_babel_plugin

Add babel-plugin-transform-object-assign for backwards compatibility …

github.com/akiran/react-slick - ad9bb33a5138c3226c1db3cbe6c462478c078327 authored over 8 years ago by kiran <[email protected]>
Add babel-plugin-transform-object-assign for backwards compatibility with older browsers

github.com/akiran/react-slick - 0d179d2f6a0aa34cfcb1e83c09da0dd02eb6d3b7 authored over 8 years ago by Sean Marzug-McCarthy <[email protected]>
Merge pull request #411 from akiran/lazyload

Fix an issue that was introduced by #410

github.com/akiran/react-slick - 7c7c96225b447928c19e826861f113d8ed8299d2 authored over 8 years ago by Kiran <[email protected]>
version update

github.com/akiran/react-slick - a3275f82020008c8cd94580ef87dd6125bc563de authored over 8 years ago by kiran <[email protected]>
Fix an issue that was introduced by #410

github.com/akiran/react-slick - 48d6bd1c1d360aac2213350f0b212b850ba9f8f0 authored over 8 years ago by kiran <[email protected]>
Merge pull request #410 from akiran/lazyload

Lazyload

github.com/akiran/react-slick - 2e794285eea714f57e8edd44647656218f7a5e79 authored over 8 years ago by Kiran <[email protected]>
updated version with lazyload fix

github.com/akiran/react-slick - 7e6bb14d18f5902fc1b876dd9f16a47d4f3d8d5c authored over 8 years ago by kiran <[email protected]>
fixed lazyload with initialSlide issue

github.com/akiran/react-slick - 5903a7289a5f20948b93689adc33cff96cce02d1 authored over 8 years ago by kiran <[email protected]>
add function to readme

github.com/akiran/react-slick - 65296d89e8d56e80a68cb54b99cde71c99228863 authored over 8 years ago by Sergey Bratishchev <[email protected]>
Expose previous and next function

github.com/akiran/react-slick - 7d6d811730894a8258345c5ee7f7c254909a445e authored over 8 years ago by Sergey Bratishchev <[email protected]>
Refactored demos into examples folder

github.com/akiran/react-slick - c35b951799a34ec7b4a0cf82515c2db0ec40b96e authored over 8 years ago by kiran <[email protected]>
Merge pull request #402 from akiran/PR

Review of PRs

github.com/akiran/react-slick - 907f57a43244238b5e2a513a2753cba9b052e003 authored over 8 years ago by Kiran <[email protected]>
Merge pull request #374 from blairanderson/patch-3

add `pauseOnHover` to readme

github.com/akiran/react-slick - 1caeaf1daea8eadfbf2a0d1b654fd04bca38146a authored over 8 years ago by kiran <[email protected]>
Merge pull request #375 from reintroducing/master

Keyboard error and dot selection fixes

github.com/akiran/react-slick - fe5b86da9b50e60cc8197211c8de6f98945d94cf authored over 8 years ago by kiran <[email protected]>
Merge pull request #399 from chenpx976/master

fix: swipeMove and swipEnd preventDefault event

github.com/akiran/react-slick - 8063dfe76ca33da2bd28c355d082c082baa3c93a authored over 8 years ago by kiran <[email protected]>
Merge pull request #405 from tomzhang32/patch-1

Tiny spelling fix in README.md

github.com/akiran/react-slick - 50ed58909f2dc22d2930baf98ce300c25bf62bfc authored over 8 years ago by Kiran <[email protected]>
Tiny spelling fix in README.md

github.com/akiran/react-slick - 783ef1a4be02adb25885ff71d769feee67a01093 authored over 8 years ago by Tom Zhang <[email protected]>
Alternative fix for #384

github.com/akiran/react-slick - 72c7934fe9be59c8352c63d4bf6768737a6baa87 authored over 8 years ago by kiran <[email protected]>
Merge pull request #401 from akiran/PR

Review of PRs

github.com/akiran/react-slick - 08d65e427b87bbb45e8081076d4c6ba21e1f4103 authored over 8 years ago by Kiran <[email protected]>
version update

github.com/akiran/react-slick - 671971e26c5c858ed3a00c32ab9ffe4bccaa5f32 authored over 8 years ago by kiran <[email protected]>
Merge pull request #385 from rmariuzzo/patch-1

Syntax highlighting added ✨

github.com/akiran/react-slick - 6b024c5ec72099a4f86305b6dfcb10e67c728492 authored over 8 years ago by kiran <[email protected]>
Fix merge conflicts

github.com/akiran/react-slick - e3e7129f86178d0f30aa4b829a169b895e792eb2 authored over 8 years ago by kiran <[email protected]>
Resolve merge conflicts

github.com/akiran/react-slick - 7b1ce4dbe8a1b7f344f2046a1fd9240de81e508a authored over 8 years ago by kiran <[email protected]>