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

removed redundant comments from docs.css

github.com/akiran/react-slick - 7e45aa54351acda0fa4b37985e47fc0d332b2b21 authored almost 7 years ago by laveesingh <[email protected]>
created a pure function to extract props from spec to reduce clutter

github.com/akiran/react-slick - 83063b3a81a78f237ec756010fbba9f0e1371366 authored almost 7 years ago by laveesingh <[email protected]>
added AppendDots example

github.com/akiran/react-slick - 0c67b6bf6707d28e76d97e656618ea5e8845d74a authored almost 7 years ago by laveesingh <[email protected]>
added onload listener for images to force update

github.com/akiran/react-slick - 23fa13e535111d3f27d18f992579009d259b69d8 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'master' into dev

github.com/akiran/react-slick - 0104d94f718311cfefdc28ca1745dff9fda9de99 authored almost 7 years ago by laveesingh <[email protected]>
Merge pull request #1090 from akiran/temp

added changelog for 0.20.0 release and fixed readme props pattern

github.com/akiran/react-slick - b46cc8f0bdc822878d13a1eaaec241c7e00d77e1 authored almost 7 years ago by Kiran <[email protected]>
added changelog for release 0.20.0

github.com/akiran/react-slick - 7bdbe32399c80173b2063cdb65d788147386ad31 authored almost 7 years ago by laveesingh <[email protected]>
fixed readme props pattern on edgeEvent line

github.com/akiran/react-slick - b7a5b1241aa20e40bc5f18f5d38cc2b73b04915b authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1089' into dev

github.com/akiran/react-slick - 1f2348fffab2306bd57aaa29560ecee88598de94 authored almost 7 years ago by laveesingh <[email protected]>
modified build command to make it complete

github.com/akiran/react-slick - 8a65d520bd35d930eef75f683a064523bc38e64b authored almost 7 years ago by laveesingh <[email protected]>
Update CONTRIBUTING.md

Correct contributors link

github.com/akiran/react-slick - 0921bf6d3115b30f8f343411ce20efbd12610882 authored almost 7 years ago by joehua87 <[email protected]>
canGoNext implemented implemented as a pure function

replacement of the mixin are in progress

github.com/akiran/react-slick - 4be9edf82ed76c0e297641478be3dc2ae744ee30 authored almost 7 years ago by laveesingh <[email protected]>
added type for centerPadding prop to avoid confusion

github.com/akiran/react-slick - f90ef10ea4107fc1975f3cb0afe9608b56b1ef1c authored almost 7 years ago by laveesingh <[email protected]>
modified docs.css for better mobile view of examples

github.com/akiran/react-slick - c7a80ce879673fe4bf2eef366997fa4b69e5a30d authored almost 7 years ago by laveesingh <[email protected]>
updated docs css for better visibility of arrows

github.com/akiran/react-slick - ddfcc151aa629df7efd166fb0a239d05e914d63f authored almost 7 years ago by laveesingh <[email protected]>
added condition for drag event preventDefault so other elements don't become irresponsive

github.com/akiran/react-slick - fd39f9e56e47f4adb3c50e3ddfb58c6a1b9456f0 authored almost 7 years ago by laveesingh <[email protected]>
recursively updating in case of collapsible sliders

fixes: #1076

github.com/akiran/react-slick - 265d0c2f06604e4953b1a2e3fc09f6471fe0a182 authored almost 7 years ago by laveesingh <[email protected]>
modified docs.css to compensate for foundation css

added css watch task to gulp

github.com/akiran/react-slick - f230cfb6fb05f47a24a44694115b14eae4858b56 authored almost 7 years ago by laveesingh <[email protected]>
added copy task for css files to build

github.com/akiran/react-slick - f83b2bb9e993fb61ec026de9247e9c29c808c9bd authored almost 7 years ago by laveesingh <[email protected]>
prevented event default to avoid scrolling images instead of track

fixes: #707

github.com/akiran/react-slick - 2dc76131e5cc5451c20e18d20f115301dfa57260 authored almost 7 years ago by laveesingh <[email protected]>
safely counting children in innerslider's componentWillReceive

relates to #616

github.com/akiran/react-slick - 64d6e1932342931e6ea5805dab63ea3f94a87330 authored almost 7 years ago by laveesingh <[email protected]>
added changelog for release 0.20.0

github.com/akiran/react-slick - 9fba7bd79f55d85adbe8adca2f45fbd1dfa18648 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'master' into dev

github.com/akiran/react-slick - 9f927887a838f78deee6e59adcc27b42f77d67ba authored almost 7 years ago by laveesingh <[email protected]>
corrected direction conventions and removed unnecessary comments

github.com/akiran/react-slick - 7b5e60be4e5f007e3eea49617798dad339c8ddd9 authored almost 7 years ago by laveesingh <[email protected]>
removed swipeDirection mixin, and added getSwipeDirection pure function

github.com/akiran/react-slick - 85575368d98f368090e7ff293b1ec098a7179e51 authored almost 7 years ago by laveesingh <[email protected]>
moved swipeDirection from mixins to pure function

github.com/akiran/react-slick - 3c448714bfd6b01aa16568d06250d3fbd6b0cb9f authored almost 7 years ago by laveesingh <[email protected]>
moved getWidth and getHeight from mixins to pure functions

github.com/akiran/react-slick - 09849fc0a3bc22810c3d9f36ab18ff3d776a03fd authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr622' into dev

github.com/akiran/react-slick - 3662c25d257e6f8bf8b5910a6469a4dbbf441faf authored almost 7 years ago by laveesingh <[email protected]>
updated snapshot tests after adding dir='ltr' to inner-slider

github.com/akiran/react-slick - 45aa46f416abfa1c63d262e0263cc512b8c52899 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr646' into dev

github.com/akiran/react-slick - 76188b67fb0f2b6e0f80cb6812dd53822069b297 authored almost 7 years ago by laveesingh <[email protected]>
enforced dir='ltr' in slider, so dir='rtl' in wrapper doesn't break the slider

github.com/akiran/react-slick - 6395faa52f908b9e023b51a77ef3e38f0d5300fb authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr614' into dev

github.com/akiran/react-slick - d839bed62f018003e6d49242a36f2b14f9cbd3e9 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1024' into dev and modified example snippet in readme

github.com/akiran/react-slick - 11a9de044e590e1bd22c1bd57dedf5b153821437 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1042' into dev

github.com/akiran/react-slick - 346eaedba343c6cf7db1ed852a4250663c7decc8 authored almost 7 years ago by laveesingh <[email protected]>
redefined slideWidth calculation, doesn't make effective change

github.com/akiran/react-slick - 7c683c1f09b43edcb741615ca46eee123b2ca627 authored almost 7 years ago by laveesingh <[email protected]>
removed misleading comments

github.com/akiran/react-slick - 527c363127868a3700553ac40332fd8cf1f07d25 authored almost 7 years ago by laveesingh <[email protected]>
removed sass and used css instead

github.com/akiran/react-slick - 4452fbb28b423b6ee755266e8f50086ec514579f authored almost 7 years ago by laveesingh <[email protected]>
added build script to package json

github.com/akiran/react-slick - db4072420b65e9441b49a1d26c1b4eb9da1db397 authored almost 7 years ago by laveesingh <[email protected]>
corrected variableWidth + infinite=false alignment problems

github.com/akiran/react-slick - 8b8b42c67704e855f1f907e9e256f9f8d0e75e8b authored almost 7 years ago by laveesingh <[email protected]>
corrected testing error

github.com/akiran/react-slick - b5be125b0beaacaa24549e643256cc5d73a4b334 authored almost 7 years ago by laveesingh <[email protected]>
added testtrackleft import

github.com/akiran/react-slick - 1afd885d1f92118f9f0db017462822b082bcbe7d authored almost 7 years ago by laveesingh <[email protected]>
redefined track utils

github.com/akiran/react-slick - d0736e863a597353ba9a10f10eb078f6f7077f31 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'tests' into dev

github.com/akiran/react-slick - 96cd488775744cfaf1f97fca9fd6a47987b6d231 authored almost 7 years ago by laveesingh <[email protected]>
updated readme

github.com/akiran/react-slick - f9c4c705e836c4707e2398588b1fc7d96c1d94de authored almost 7 years ago by kiran <[email protected]>
Made 0.20 release

github.com/akiran/react-slick - e1394f1f46d01b3d4f956f00ea1c3c260bc8a569 authored almost 7 years ago by kiran <[email protected]>
updated readme

github.com/akiran/react-slick - 7ba3fb7fd405eac7c0d1520a5c5cca6885f8fc92 authored almost 7 years ago by kiran <[email protected]>
Merge pull request #1041 from akiran/dev

merge dev to master

github.com/akiran/react-slick - e7f275adbd0e8fb4135486fc69157282ef8be325 authored almost 7 years ago by Kiran <[email protected]>
updated asNavFor example

github.com/akiran/react-slick - c98b5fedc1d9bb0b078fc0fbf368ddea25b46920 authored almost 7 years ago by kiran <[email protected]>
removed usused import of elementInViewport

github.com/akiran/react-slick - 476b7461d0dfd98f779bb01d852f2b4cebfb4a40 authored almost 7 years ago by laveesingh <[email protected]>
added a link to dynamic slides example

github.com/akiran/react-slick - d39af677df24253e84c6144ecb856bf6dce2800b authored almost 7 years ago by laveesingh <[email protected]>
removed elementInViewport utility, as there's no use for that

github.com/akiran/react-slick - 5306ec55b28d6610648e4677f4cafd7b26b1b3ef authored almost 7 years ago by laveesingh <[email protected]>
changed setState implementation for betterment for lazyLoadedList

github.com/akiran/react-slick - be9db3700fd955bfa921068bf20a6e2d7f56fc10 authored almost 7 years ago by laveesingh <[email protected]>
removed getSlickOption and getSlick methods

github.com/akiran/react-slick - 8df0ee443a60c707706a0950c4180a2cb5d43760 authored almost 7 years ago by laveesingh <[email protected]>
cleaned up a bit in asNavFor example

github.com/akiran/react-slick - a7445151b42ad19d651c52230d45ab6d7f011cfa authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1078' into dev

github.com/akiran/react-slick - 8fb911b7ce9be097616786b018aeb4f1187a2765 authored almost 7 years ago by laveesingh <[email protected]>
added tests for UnevenSets example

github.com/akiran/react-slick - a768b924240789e8c57c2f0e3e138a1be2bf78e4 authored almost 7 years ago by laveesingh <[email protected]>
extracted test utils from sliderStyles to testUtils

github.com/akiran/react-slick - 343bb091fbc9e6296bccb7ce457319ed5bf8c1cf authored almost 7 years ago by laveesingh <[email protected]>
centerMode tests to slideStyles tests

github.com/akiran/react-slick - be1a54ec9dc0d2eb1e3ddd7edb7e7814349cef4e authored almost 7 years ago by laveesingh <[email protected]>
moved around test utilities, and added centerMode tests

github.com/akiran/react-slick - eaca76f425d9963e7426f4c81c3133482282049b authored almost 7 years ago by laveesingh <[email protected]>
removed visibility property from slideStyle, now focus doesn't lose in fadeMode

github.com/akiran/react-slick - 5283b4921385cdd6aadeb71000137ad70799d4af authored almost 7 years ago by laveesingh <[email protected]>
disabled forcing focus

fixes: #1079

github.com/akiran/react-slick - b2e72cde77e1fa48f7537f86744c27bf669737e8 authored almost 7 years ago by laveesingh <[email protected]>
fixed force focus on fade slider

fixes: #1079

github.com/akiran/react-slick - 9fc2ef5b80d378067b0883ffacc0baabe568a76a authored almost 7 years ago by laveesingh <[email protected]>
disabled translate3d in case of unslick, returning 0 trackLeft

github.com/akiran/react-slick - af6d2da7aae298e8256a0cc8a05abf14d8e4d431 authored almost 7 years ago by laveesingh <[email protected]>
wrote effective tests for lazyLoad along with couple of reusable utilities

github.com/akiran/react-slick - d4f6a898cc00a778b9a0e1fa6ecd7d692e2abe75 authored almost 7 years ago by laveesingh <[email protected]>
added getReqiuiredLazySlides into innerSliderUtils

github.com/akiran/react-slick - 2c868e01242e90ffc6e591a22d1ca444183a02ba authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'lazy' into dev

github.com/akiran/react-slick - e194a973fd4094852b8fa08400904e08510b8e33 authored almost 7 years ago by laveesingh <[email protected]>
renamed lazyLoaded event to onLazyLoad and fixed its occurrences

github.com/akiran/react-slick - a6720e69f86f70a889f2db2652377fee9a140b23 authored almost 7 years ago by laveesingh <[email protected]>
modified logic for visibility of cloned slides required in frame for lazyload

github.com/akiran/react-slick - 630478284221558bafc362791e1dbe4ddaddf019 authored almost 7 years ago by laveesingh <[email protected]>
refactored innerSliderUtils for better accessbility of component utils across other components

github.com/akiran/react-slick - 73b304c1e8f902d8fb39788bb2227754c2b75e77 authored almost 7 years ago by laveesingh <[email protected]>
corrected unslicked alignment issue

- #1070

github.com/akiran/react-slick - 8339b6742cb669e764f3cbed22713161d3e67515 authored almost 7 years ago by laveesingh <[email protected]>
using reusable pure function for lazyLoadedList instead of in-place code everywhere

requires one revisit to handle loading clones and originals

github.com/akiran/react-slick - 33d42fe13bfe0053753dd757e34472af6e6b7a60 authored almost 7 years ago by laveesingh <[email protected]>
created getOnDemandLazySlides pure function

github.com/akiran/react-slick - 490cc7ec74cb98e5efdaa1a134616c0cf98114ba authored almost 7 years ago by laveesingh <[email protected]>
extracted getLazyLoadedList from componentWillMount method

github.com/akiran/react-slick - 0e66b623f7d848ae9647e1509d4715aff8ce74ad authored almost 7 years ago by laveesingh <[email protected]>
wrapped inner slider methods in setTimeout so as to make sure of initial setState before any method kicks in

breaks slickGoTo tests due to async activity

fixes: #1074

github.com/akiran/react-slick - 0a81069d347c0cfc3413ee7e951aa2e42c895d24 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1073' into dev

github.com/akiran/react-slick - 613847d0c0ff183d3154c72792b32b16c9cef699 authored almost 7 years ago by laveesingh <[email protected]>
Merge pull request #1 from danilosetubal/danilosetubal-patch-1

Fix demos URL - Issue #1071

github.com/akiran/react-slick - 464f1bd1442a677fc5bff59ca7b70570b0f38e3c authored almost 7 years ago by Danilo Setúbal <[email protected]>
Fix demos URL - Issue #1071

github.com/akiran/react-slick - a197b3ca6d75942323c8b8f7e54aa8ee592728a9 authored almost 7 years ago by Danilo Setúbal <[email protected]>
added edgeEvent to readme

github.com/akiran/react-slick - b64ca7b7e861cbc65d808dadb0e377e6c7a18745 authored almost 7 years ago by laveesingh <[email protected]>
added onSwipe event, also modified readme for onSwipe and for some other props

github.com/akiran/react-slick - f17712afa885268db4936ba7a5fdb606b281df72 authored almost 7 years ago by laveesingh <[email protected]>
added reInit event callback and removed init deprecation warning

github.com/akiran/react-slick - c1abbef5c0ae0574dc46a2b36ab04003e3d5522e authored almost 7 years ago by laveesingh <[email protected]>
lazyLoaded event implemented

github.com/akiran/react-slick - afa14c34e79ff6a93eadfc88c819eb790b71c226 authored almost 7 years ago by laveesingh <[email protected]>
modified readme

github.com/akiran/react-slick - ac6e127338c59b0d5134d6315bc3e929bc92bb85 authored almost 7 years ago by laveesingh <[email protected]>
added documentation for added methods and also for those that are not going to be implemented

github.com/akiran/react-slick - e560554829b8b7a079036c15631fd03d7afc59a5 authored almost 7 years ago by laveesingh <[email protected]>
slickGetOption method implemented

github.com/akiran/react-slick - f548932a885cade8326a4a14752fff4e91ade5dc authored almost 7 years ago by laveesingh <[email protected]>
updated snapshot tests due to untabbable property changes

github.com/akiran/react-slick - aeafdbdc67d307d5f7f2a828174452744a04abbf authored almost 7 years ago by laveesingh <[email protected]>
getSlick method implemented

github.com/akiran/react-slick - 426e1030e9461135898cdb3508fde7ae481fb513 authored almost 7 years ago by laveesingh <[email protected]>
made all the slides untabbable

github.com/akiran/react-slick - 852ec970d5ba9beb8139f8b63250f41acd9f6548 authored almost 7 years ago by laveesingh <[email protected]>
allowed arrow functions in classes, added transform-class-properties babel plugin

github.com/akiran/react-slick - e97de7e9d3fd4bdd89843fe9546fcfc220971e7c authored almost 7 years ago by laveesingh <[email protected]>
Add CodeTriage badge to akiran/react-slick

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpe...

github.com/akiran/react-slick - 9855c08faf688f8ee3ce4d65a072cfc6000c6dc2 authored almost 7 years ago by codetriage-readme-bot <[email protected]>
added asNavFor prop description into readme

github.com/akiran/react-slick - a3bb28384ad9b1baf513824787de8986c00eb137 authored almost 7 years ago by laveesingh <[email protected]>
modified asNavFor, both the sliders are now synced

github.com/akiran/react-slick - 2015e14c03ea0b1728e966ccc12f572453a79fc1 authored almost 7 years ago by laveesingh <[email protected]>
implemented asNavFor for now

github.com/akiran/react-slick - 7882d543ef95d1a566375c5b971b63839585efd5 authored almost 7 years ago by laveesingh <[email protected]>
changed es5 module.exports with es6 export default in src/index

github.com/akiran/react-slick - 00f442a97ed40e1a75789843786c3002b30489f9 authored almost 7 years ago by laveesingh <[email protected]>
Merge pull request #1039 from akiran/dev

added changelog for release 0.19.0 and 0.18.0

github.com/akiran/react-slick - 504409d0970a58258c1ac4fcab4b1fffaee5f1c3 authored almost 7 years ago by Kiran <[email protected]>
renamed autoPlayTimer to autoplayTimer and removed it from state

now using autoplayTimer as an attribute instead of a state

github.com/akiran/react-slick - 3f6669fdc0a22272db2a90d55a4c9df9ff954896 authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'pr1016' into dev

github.com/akiran/react-slick - 5757a8bb1c495bce6fa1d2bb9fed61c674341b5b authored almost 7 years ago by laveesingh <[email protected]>
Merge branch 'master' into dev

github.com/akiran/react-slick - 91710c1863d167ea2db3f7878d92bad00fa71887 authored almost 7 years ago by laveesingh <[email protected]>
added changelog for release 0.19.0 and 0.18.0

github.com/akiran/react-slick - b89ea05240ce5b8bbf01df8d6e2e22508b77d32b authored almost 7 years ago by laveesingh <[email protected]>
release 0.19

github.com/akiran/react-slick - 49087878e56f36886de8e70aaf80ee2535bb3d12 authored almost 7 years ago by kiran <[email protected]>