Ecosyste.ms: OpenCollective

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

github.com/react-toolbox/react-toolbox

A set of React components implementing Google's Material Design specification with the power of CSS Modules
https://github.com/react-toolbox/react-toolbox

Workaround race condition between menu item layout and container size assessment.

b2538d843a4fe091dcad53c34626018cf5446442 authored almost 9 years ago
Merge pull request #317 from epilgrim/feature/loosen_dropdown_validation_for_value

dropdown accepts string or number as value

8c022755ee052b79afcf2412f9cc48dfbc2d6b0b authored almost 9 years ago
dropdown accepts string or number as value

29edd204a5644499c39941c20d9c529aadf59733 authored almost 9 years ago
Update to node 4.3.0

a60975301ec87855db22a751810be28a312bf3e3 authored almost 9 years ago
Merge pull request #312 from jackielii/dev

type -> getType as `type` seems to be a keyword in node 5.1

5532ced3f16fcfa0cd0d7c52c05352d5461660a1 authored almost 9 years ago
type -> getType as `type` seems to be a keyword in node 5.1

7b2347aba8e9c08b5974b873e52ca088797b4df2 authored almost 9 years ago
Merge pull request #310 from Kl0tl/fix/cleanup-on-unmount

Cleanup listeners on document before unmount

837be1c8b3bde32d1e90d077ca24a1f58fd7d92e authored almost 9 years ago
cleanup listeners on document before unmount

68b23d291994794def770b6007c23b87c489ed33 authored almost 9 years ago
Merge pull request #307 from epilgrim/feature/allow_array_of_key_value_in_autocomplete

Allowing array of pairs key-value as input for autocomplete

8d2e8ca3384783b44937248685fa14357ce298ee authored almost 9 years ago
Allowing array of pairs key-value as input for autocomplete

96e868bd9c3eccd889f19301822023b0cc36a895 authored almost 9 years ago
Merge pull request #298 from fredguest/patch-1

Use consistent data attributes

cb474b19889bec9477dcca04d7f3783fcf7a4f18 authored almost 9 years ago
replace data-role with data-react-toolbox

43bfd3f05ba2d160ae9656110ee23f00de6cf0e3 authored almost 9 years ago
update Tab.jsx

52f324d53a40bc92671cfad5c98086b5c14d5934 authored almost 9 years ago
update Tabs.jsx

99b4fcac23477942e7365f3f510188eb6b743f10 authored almost 9 years ago
update Switch.jsx

413ddb7ca8cc992c61857061f5b71527e373d088 authored almost 9 years ago
update RadioButton.jsx

dba62cf913f842f19bffef8cc332aeac29c07361 authored almost 9 years ago
update RadioGroup.jsx

692ed24d6b655a740ee7c87d1d67a13438bc4eb6 authored almost 9 years ago
update Menu.jsx

542528d43597cfe35c2ff7763645d48be69ad5b6 authored almost 9 years ago
update List.jsx

b898d7f85458c7045b59b7268cd01a31ba41cd55 authored almost 9 years ago
update Card.jsx

cacc7d9cab8cd4d5066f87ed50e88b0d2440d944 authored almost 9 years ago
Merge pull request #301 from anthu/customizable-app-bar-height

allow app-bar height override

1d6e8f69d88f707f973e3941024f86a940c673ad authored almost 9 years ago
allow app-bar height override

7ad91897b2bf0b0b75cdc56bf0925905c4ad48b9 authored almost 9 years ago
Use consistent data attributes

data-toolbox should be data-react-toolbox to be consistent with the rest of the components.

c0e0b5679c3f934b7d858c347db67768112f0ae3 authored almost 9 years ago
Merge pull request #293 from Flavorus/dev

Update TS Definition

47215ac84b065e9e7d040eea0866e0397bf767f1 authored almost 9 years ago
Update TS definition file to work properly with TypeScript >= 1.8, README blurb

ac6834f1e987312608db1432017f1913f725872f authored almost 9 years ago
Merge pull request #1 from react-toolbox/dev

Integrate upstream

3354d173c23b9f7f3b7433e72d6e16acf6ca3752 authored almost 9 years ago
Merge pull request #280 from kagux/fix/avatar-docs

update avatar example to use `image` instead of `img` property

1db189d4362169716978f2c2317193530b61d15b authored almost 9 years ago
Merge pull request #282 from kagux/feature/customizable-list-2

List Item customization

d0accc0c12ea1229fbebdc7d11213b62b92de131 authored almost 9 years ago
updated list item spec with button

ccd4bbb0a7efd0816cb2bda3947f6fbb8d3fe56f authored about 9 years ago
removed commented out code

32ff655fd3fe93e199bb816c6dc16a9495836419 authored about 9 years ago
if list item action defined onClick we stop click and mouse down

propagation

14cbf9c877452c497713c9300c9cedb29368da9b authored about 9 years ago
list item can be customized by passing in children commponents

a2745c8c3900f08ea04d7bbad58d4f0392ba5976 authored about 9 years ago
added data-react-toolbox attribute to FontIcon

a82595b6132aa726d72a8ae691962bf0a0251df6 authored about 9 years ago
pass through props in Ripple

0deee32dd3048dea2d13c792fa04a191ac50d8be authored about 9 years ago
0.14.1 release

b736a5f87c9ab6230d01b9d9fe1b2726e7935265 authored about 9 years ago
Fix state changes in slider spec example

30c277b6d317620e1b964c3209222cd5c47199e0 authored about 9 years ago
update avatar example to use `image` instead of `img` property

0e60fd2a5ebfd0a5412bdcad27012056450dfac8 authored about 9 years ago
Fixes #270

f16934c95ec251e8893c81d7291efe4c1c9ac8d9 authored about 9 years ago
Merge pull request #274 from epilgrim/feature/custom-icons

Enabled passing components as icons in all the components

7065ab6edbe3b172750737b5534d06d5b8f41ee1 authored about 9 years ago
Merge pull request #275 from epilgrim/feature/close_dropdown_on_click_outside_the_element

close dropdown when click event is triggered outside the component

d7e5aea79aeac064c0e08b1aa97c8b59d257f627 authored about 9 years ago
Removing event from dropdown when not active anymore

160fb47fb1bdd5fabeded122265f9b40d1ad155c authored about 9 years ago
Merge pull request #271 from kagux/feature/components-in-card-title

allow passing components to card title and subtitle

80b2abe11da5045848042b13cc8d2859fad180ec authored about 9 years ago
Merge pull request #273 from kagux/feature/event-propagation

Feature/event propagation

68319129034e7a22479571f6178be47a22d0a36d authored about 9 years ago
Merge pull request #272 from kagux/feature/export_raw_components

export raw components

0851950bde657921fd810b7625b41907d77bf3fa authored about 9 years ago
close dropdown when click event is triggered outside the component

21a68606b1166b1470f07c6e66f54d3f5fdff8a9 authored about 9 years ago
Enabling passing components as icons in all the components

80b5b7a891ea2951faf6fe63b0a5f83eda983b0e authored about 9 years ago
fixed button test

485be5e05ae569c2ac2f4550290d6ab98764fa28 authored about 9 years ago
propagate events in Tab

0a944994a116389dd4412bbb57d7551ee8af4e22 authored about 9 years ago
propagate events in IconMenu

d92350ff3ac52a1f5f2866fd208828908ec8e59e authored about 9 years ago
propagate events in Dropdown

9ce68aeceba90a0c3c80452b2adbc5c5d5bfac28 authored about 9 years ago
removed unused checkbox validations

39c7c6102f840d4084d9145715ae300534dab2e2 authored about 9 years ago
propagate events in Button

8dad57e45692ad60d995e07b9fd2624ddd315489 authored about 9 years ago
propagate events in Tooltip

a11d1527c2a2315bf1af6c56a21fcc19a859f426 authored about 9 years ago
export raw components

678bd817450bd2e2ac96c11a29ee19e64e66c02d authored about 9 years ago
allow passing components to card title and subtitle

08c0907a3c87ca5ee8e4c757e4f03225e61c09ef authored about 9 years ago
Merge pull request #267 from epilgrim/feature/custom-icons

Enable any Component to behave as Icon

b2eca47c63d7168856d48d5b0ceda3e84524f80f authored about 9 years ago
Enable Element to behave as Icon

998b5a44b73026f10eac62439f8156734eaf96c4 authored about 9 years ago
Merge pull request #262 from Flavorus/typings

Add TypeScript definition file and typings entry to package.json

08fe00e3e1a56cd6a77cfdd21d8297e5d10eee71 authored about 9 years ago
Add TypeScript definition file and typings entry to package.json, as well as a blurb in README.md

d7b6c6b2c3dcf51721143eada459b764962eb15e authored about 9 years ago
Merge pull request #255 from YoYuUm/missing-semicolons

Add missing semicolons

fa10a4833d22644d9f54cdcaba4f6175118ae73e authored about 9 years ago
Add missing semicolons

6eb58380c41fef1691dd97df340a1f8134c964f3 authored about 9 years ago
Fixe autocomplete

3c6b7afcc1181de1e135fab342a8f6118e82cc4c authored about 9 years ago
Merge branch 'dev' of https://github.com/karlmacklin/react-toolbox into karlmacklin-dev

* 'dev' of https://github.com/karlmacklin/react-toolbox:
Revert "Added required normalize.css ...

c5666f0ebb4c0647df34fec20b4f3093991801a1 authored about 9 years ago
Add babel standalone for the playground live editor

0037210edb273f5c1e4b38e12a76925b1a7a96d6 authored about 9 years ago
Revert "Added required normalize.css package to package.json"

This reverts commit 9ec5652b76a4ffc7002172e0babadbd86ed330c3.

222a4bf36add9826cd05ebd1a95026c15dd786df authored about 9 years ago
Allow Link to render Tooltips via children prop

9da237834b66aeba6c6a8c45c3b9386faa140e18 authored about 9 years ago
Added required normalize.css package to package.json

9ec5652b76a4ffc7002172e0babadbd86ed330c3 authored about 9 years ago
Fixes for autocomplete and tests

f0d5f1999c154380132eee7f809732fd2db4e9db authored about 9 years ago
Merge branch 'dev' into Bartekus-babel-6-upgrade

* dev:
fixing a typo for the List component

f35b87834fd3caaf3d291d1f1fa494f94d0f64a5 authored about 9 years ago
Merge pull request #239 from dalehille/list-typo

fixing a typo for the List component

affff32e24d9f5669b7cdc6cc423ff138d35fb09 authored about 9 years ago
fixing a typo for the List component

3b3beaf89af2a351b3f37f399d14bf00c75d31eb authored about 9 years ago
Everything but toolbox-loader has been updated

bbce96c98e953d5a1c38884dd7b7c08c15fe31a8 authored about 9 years ago
Upgrading the rest of the dependencies

c044a2254a8af2907705c3e2b4c2aa97dbe76ab3 authored about 9 years ago
Fixed linting issues

7c27b094c63594bc28653828f2c78c5a14b4390d authored about 9 years ago
Replace transition-property to transition for Issue#230

25a9e656048dfa4e07f952fa6009d5276fa573ae authored about 9 years ago
retracted unnecessary addition

20e41fb9e74b09e156dabc899976e8e3ebc796b1 authored about 9 years ago
Bebel 6 Integrated, Stage-0 added, React updated

f6047f880fa59e3179993183762eb970602e455b authored about 9 years ago
0.14.0 release

794912990afdc0e6c7c6ad691a016a40462051c9 authored about 9 years ago
Add ripple documentation

055c6e37a900703de5ff4898a07e06c6394f864f authored about 9 years ago
Bugfix in dropdown errored styling

6cc95c5bc1e59f6b739ea46f791f2ad053558740 authored about 9 years ago
Fix icon for link demo

086a0ae15daddcd1da0609af9f2cdfb504931a1c authored about 9 years ago
Fixes #157

b037994375249efd7e79ab983f43828c72188b04 authored about 9 years ago
Add pickers classNames to customize appereance

aead7f0a8fe7300e1ce6ad21abafd298cd8f5ab5 authored about 9 years ago
Fix scss-lint errors

2d931ce7167cd87de2e325abe6d22b3cf68f090a authored about 9 years ago
Improve datepicker example

515169dc360c6e75bdaf46b70e07bc9e4c77f292 authored about 9 years ago
Add error field to timepicker

20d6787cb007aeaf8eeddc2dec40a096b952bd3c authored about 9 years ago
Add missing variable for chevron

027fc12600aab6f9e46042e8394a8541a91f950a authored about 9 years ago
Add error field to date picker

3479f5b54e0c4d201de0efa81e4ccbfc90c486c2 authored about 9 years ago
Use full Toolbox input in autocomplete

802f50f4b3016a8ef1ea4baece9a167f6fe5b6dc authored about 9 years ago
Use Input component in dropdowns and make it homogeneous

2c7d3082712f894ca1f36e3fb50abcf2cac86d2e authored about 9 years ago
Add react-toolbox attributes and className to DatePicker

f3bcbf9d3b916644326fabb65b8892cb1362593f authored about 9 years ago
Fixes #188

60f55ebfef677db0106bc4d824caf6f5a77ee0bd authored about 9 years ago
Fixes #214

abcd09783098602e640c9013f808235547cdd43a authored about 9 years ago
Add neutral prop to avoid to inherit neutral styles

440300389517a1959ab66077a5051703598e1bcd authored about 9 years ago
Make level depend on className for buttons

2349d692ae76ad5ef22e88786159cb98ba5bfd2a authored about 9 years ago
Import commons.scss once. Fixes #220

5fea2e3f1701beb5c6a3c5ef9f1152b0af6fc328 authored about 9 years ago
Remove scrollbars in list items and remove unneeded overflows

da1c109068da2f6b480aa1d0b30d7a842f926ea0 authored about 9 years ago
Hide scrollbars in playground for webkit

3505941ef6b2b8380f2a113613e93f9202f01966 authored about 9 years ago
Improve layout for calendar in firefox

8b2316e9472e12073c1197b3cd05c510eae3c1ad authored about 9 years ago
Replace `overflow-y: scroll` with `overflow-y: auto`

A number of components used `overflow-y`: scroll, which forces
scrollbars to be always visible. ...

58e4e1e46c9ca340770b7e95dec74ce381e30567 authored about 9 years ago