Ecosyste.ms: OpenCollective

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

github.com/mlaursen/react-dd-menu

React Dropdown Menu
https://github.com/mlaursen/react-dd-menu

Feature #3: Updated Readme

Updated the readme with the props for the nested dropdown menu and added the spearator as well.

b8a0a6c526d5d9efd6b8e9435b873c87cf5d1c02 authored over 9 years ago by mlaursen <[email protected]>
Feature #3: Small Changes for Nested Menus

Added multiple nested menu examples.

c94773907f74ce048c2c91cdbf057fde1d991fae authored over 9 years ago by mlaursen <[email protected]>
Feature #3: Nested Menus

Added the ability to have nested menus with a nice little component NestedDropdownMenu

464b66833b7af2b520c3cd7f6784b95658de86f7 authored over 9 years ago by mlaursen <[email protected]>
Merge pull request #8 from mlaursen/feature/#4-Dropup-Menus

Feature/#4 dropup menus

6513b1352fcd674aabcd475305edddacacd7104c authored over 9 years ago by Mikkel Laursen <[email protected]>
Feature #4: Added Dropup Menus

Menus can now be upwards facing by adding a prop value upwards={true}.

ec590de6cf573651d58a22a581ebaa4e99aeff3b authored over 9 years ago by mlaursen <[email protected]>
Feature #4: Updated Clickoutside

Updated the clickoutside function to go from the target upwards for matching.

f0f5ff8f9d76f91bbd8380f5b0f06ace0d9fa608 authored over 9 years ago by mlaursen <[email protected]>
Merge pull request #7 from mlaursen/feature/Separator

Feature/separator

c12c80e1063be29188d296f6a2979f889d1f88e3 authored over 9 years ago by Mikkel Laursen <[email protected]>
Updated the build to create the examples folder as well.

Changed the default gulp task to be distributing.

Changed the clean task to clean both dist and...

b8a673095749cabb64c3122585d84ef3552e3fab authored over 9 years ago by mlaursen <[email protected]>
Added a separator to the dropdown menu. It can be used by having any element with role of separator, an element with a class of .separator, or both. To get the most inherited styling, make it a list item element.

Updated the examples and rebuilt with the new separator.

1ad4466db69e303766d8185f0ff0280a10ea98fb authored over 9 years ago by mlaursen <[email protected]>
Updataed bower version to include v

c516585996bd9cdfccc736c145c0f563610c2613 authored over 9 years ago by mlaursen <[email protected]>
Merge pull request #6 from mlaursen/develop

To Version 0.0.5

5e814205898951938776a85acc19fe636b206561 authored over 9 years ago by Mikkel Laursen <[email protected]>
Updated examples build for production

059a72901bfdd224e952144757106d2ff7ddebce authored over 9 years ago by mlaursen <[email protected]>
Added New Build Tools and Updated Version

Added gulp as the build tool since I am the most familiar with it.

Added some examples, updated...

2127383aeb8bbcc0d3179a9f3bad5714efa34ef9 authored over 9 years ago by mlaursen <[email protected]>
Added Autoprefixer and Fixed Button Font Size

Added the autoprefixer to the dist files for css and made the button inherit the font size of th...

b268ad53739d31e6d1e59f3165a08ab984ea1618 authored over 9 years ago by mlaursen <[email protected]>
Added bower

95e9cafa6bfb7082c3895ef79f2cf3f9eeda87d0 authored over 9 years ago by mlaursen <[email protected]>
Fixed firefox width issues and added convenience props for sizes

9b0f70f72af4000401375e6ab865ee7ea4cc20f8 authored over 9 years ago by mlaursen <[email protected]>
Added positioning fixes, convenience props, and updated version to 0.0.3

4123781c1101a190b49fe92d35a1565df4bdb367 authored over 9 years ago by mlaursen <[email protected]>
Ran npm build

4d0732480b766bd3275fb36b1272223cce703828 authored over 9 years ago by mlaursen <[email protected]>
Updated css to format right/left correctly for list items..

5206cd328fa8e30e3bcc730b8a830ad34bdbd615 authored over 9 years ago by mlaursen <[email protected]>
Updated readme

d4e79520893294a316e88c8b2ff07f2b27439bf6 authored over 9 years ago by Mikkel Laursen <[email protected]>
Updated version for release

3ce23382548e172877b8fff2341528081879e861 authored over 9 years ago by mlaursen <[email protected]>
Updated readme

0470153bfe7ca9cf92b2b9abe0d268f9fff60c1e authored over 9 years ago by mlaursen <[email protected]>
Merge pull request #2 from mlaursen/bugfix/#1-Listeners

There was a problem with me not realizing that it wasn't actually rem…

6d7d6ea4c9a37d55e4534e03de4d30cb07cfbeec authored over 9 years ago by Mikkel Laursen <[email protected]>
There was a problem with me not realizing that it wasn't actually removing the correct event listener since the callback function with this was changing each time. So I just stored that to remove it successfully. Babel scopes..

1559b01cfc244ac067461c43b4acc8dfb6c019b2 authored over 9 years ago by mlaursen <[email protected]>
Changed version number for release

60960842d49cd8426c75a2b6f5dca5072b151cf6 authored over 9 years ago by laursenm <[email protected]>
Second commit.. Added js, css, and scss files

fc4c4680325a230f1056d87ccce494605701e24d authored over 9 years ago by laursenm <[email protected]>
Initial JS Commit

4c56311aab2cdbf7988c2815da8165eb647ad0cb authored over 9 years ago by mlaursen <[email protected]>
Initial commit

aeb59a1cf6821e0c91badb28f6a426c245d1e5a4 authored over 9 years ago by Mikkel Laursen <[email protected]>