Ecosyste.ms: OpenCollective

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

github.com/juicycleff/react-select

The Select Component for React.js
https://github.com/juicycleff/react-select

Making openMenu argument focusOption explicit

dfcfd59f4173eb931de580d87a64d2b0836ffd7c authored over 6 years ago by Jed Watson <[email protected]>
Merge branch 'v2' of https://github.com/JedWatson/react-select into v2

0066ce12e8f85431591e22279ea92f13d3da413f authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2504 from JedWatson/v2-fix-inputheight

[V2] Fix inputHeight

bc95070890213d21ab6d927f946fa7dc4fd390b6 authored over 6 years ago by Jed Watson <[email protected]>
Fixing parcel build issues with ScrollBlock and ScrollLock

404a7e3a7b4d2bb1816bd25f33cc67a943cf962b authored over 6 years ago by Jed Watson <[email protected]>
update cypress tests and snapshots

f4b26434e42bb0ec89f9b77d45dc020d6dc85adb authored over 6 years ago by Charles Lee <[email protected]>
Merge branch 'v2' of https://github.com/JedWatson/react-select into v2

8ef1a65127142541d1c07129e642ec63d30c5cde authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2505 from JedWatson/v2-inline-react-scrolllock

[V2] inline ScrollLock package

68e6fed10ed5b138d829ff68cd39e1c4a3c6dc5e authored over 6 years ago by Jed Watson <[email protected]>
Fixing external helpers config in rollup build config

fdcb61bc3e09a16a79fad8e156576a48cc0beac6 authored over 6 years ago by Jed Watson <[email protected]>
inline ScrollLock package

fae5990421a15688f659c6824b00e5ff53361d0b authored over 6 years ago by Charles Lee <[email protected]>
Merge pull request #2482 from liubko/patch-1

Fix table layout in Readme

ab621bd9bfc6394de940a14f569be171ee1d2111 authored over 6 years ago by Jed Watson <[email protected]>
The default components don't need to be passed in

74f9977098bafdd7508eb6708a07da6cb6d284e2 authored over 6 years ago by Jed Watson <[email protected]>
Remove inputHeight in favour of a disabled input

Previously, the inputHeight would be undefined when <Select isDisabled> is mounted - it would on...

1d5250445880a6d792cd4eaf9a0760833db242cf authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2496 from JedWatson/v2-fix-transition-group-prop-leakage

V2 fix transition group prop leakage

06f161068e99071108e50628927a0e41e0f7b37c authored over 6 years ago by Jed Watson <[email protected]>
update package.json, remove menuIsOpen from tests, add adjustment options to MenuPortal example

b6d73963ebd7b063d31fabb6bc8a70dd0094f0e7 authored over 6 years ago by Charles Lee <[email protected]>
updated examples and cypress tests to evaluate scrollBlock and portaling issues

aee67b8db7685f2ba533a97cf51944ada105f480 authored over 6 years ago by Charles Lee <[email protected]>
fix flow errors

0eca367e06d46edf278bd9720a82621f8e34a905 authored over 6 years ago by Charles Lee <[email protected]>
Update jest snapshots

380d50d57b05cd8430cf5128b60e9c672592e60b authored over 6 years ago by Michael Blaszczyk <[email protected]>
Strip more transition group props

1e193ba3e7bab63f7deada0d6f9dab2ab2d5a8d8 authored over 6 years ago by Michael Blaszczyk <[email protected]>
Fix failing cypress tests

0d92c975239a7dbd975da1920fe39d8ec77d18c6 authored over 6 years ago by Michael Blaszczyk <[email protected]>
Prefix animated component names for easier dev tool debugging

Previously these components would share the same name as the base
component which makes them har...

977cd123d64f031a083256803892c321d4ae11b8 authored over 6 years ago by Michael Blaszczyk <[email protected]>
Move disabled input render into input component

This fixes a react warning that occurred due to animated component
transition group props being ...

8234fdd69dffa05d18ce2c5ead03981c2c6cdd8f authored over 6 years ago by Michael Blaszczyk <[email protected]>
Merge pull request #2497 from JedWatson/v2-fix-portal-top

[V2] Fix: advanced menu placement logic

266e58786ca923fb085a48aa5b13e8d6103293e0 authored over 6 years ago by Charles <[email protected]>
remove unused prop type

ee4f41440d29ff4835bd8f2cbfb8ae4774b20367 authored over 6 years ago by Joss Mackison <[email protected]>
resolve absolute/top + fixed/bottom-flip behaviours

644595fd03866a8b1e6734059fdb1737a8dc8485 authored over 6 years ago by Joss Mackison <[email protected]>
Merge pull request #2489 from Noviny/add-pretty-proptypes

[V2] add pretty-proptypes

220cb0e6890b0f7055f54b8367c9fc64a79fc3ad authored over 6 years ago by Jed Watson <[email protected]>
minor updates

120daf9ac8a42c60b4bb93d9b65c01345414b3bb authored over 6 years ago by Ben Conolly <[email protected]>
add pretty-proptypes

63e8396588a37c69ffa13266d1e2af59e6d16947 authored over 6 years ago by Ben Conolly <[email protected]>
[V2] support fixed position menu and scroll blocking (#2481)

* support fixed position menu
* support scroll blocking

- new prop `menuPosition` default 'a...

d2eea09e5bd046a9481513a68c84d733c5ea9644 authored over 6 years ago by Joss Mackison <[email protected]>
update tests to support prefix changes and handleKeyDown changes

dbbb7736d24515c8e9c1ee2881a49558ec8cb44b authored over 6 years ago by Charles Lee <[email protected]>
fix table layout in Readme

16aa2fa1beba999a4987411b81a28bfb852620c6 authored over 6 years ago by Liubomyr Mykhalchenko <[email protected]>
Merge branch 'v2' of github.com:JedWatson/react-select into v2

a119484b99d11db75350d5008aa93680ad7b3a1e authored over 6 years ago by Jed Watson <[email protected]>
Implementing `inputId` prop

@seancurtis this one's for you buddy

328d6012c61b4da6aa739eae1859da21eadd35e0 authored over 6 years ago by Jed Watson <[email protected]>
fix: position absolute + display flex bug in firefox

892611e1db09546481d3faf3edb63d1accb507a7 authored over 6 years ago by Joss Mackison <[email protected]>
Adding `id` prop support

@jossmac innerProps made this too easy :grinning:

fe82e3106322a74181f846b9cb5495573e77f804 authored over 6 years ago by Jed Watson <[email protected]>
Fixing double -- separator in element ids

3e9d25bf500b44f1d134859f5a917c019ca67129 authored over 6 years ago by Jed Watson <[email protected]>
Updating todo

fae46033b8aad712e365cdb51f6f1c527d747596 authored over 6 years ago by Jed Watson <[email protected]>
Fixing an issue where tab is not captured when selecting an option

a6bfd4747d85bc70b3941f6ee7bfd809520d0692 authored over 6 years ago by Jed Watson <[email protected]>
Switching key handling to use event.name

This seems more readable

41963a3cb7863dd535d51884b1542e044d03c03c authored over 6 years ago by Jed Watson <[email protected]>
Adding onMenuScrollToTop and onMenuScrollToBottom support

f651bdc10f638e349fea1525e7291d4c81835a10 authored over 6 years ago by Jed Watson <[email protected]>
Updating todo

a1fc140869d41f50d5a4c83f294e454bde260e54 authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2472 from JedWatson/clee/v2-fix-flow-config

[V2] remove wildcard from lib ignore path in flowconfig

66a5d4ba19ab97b5c1cc99e6a64422dd6dee437d authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2467 from ajaymathur/amathur/isOptionSelected-test

[V2] added test for isOptionSelected function prop

dac1f3e40e00a0575aa0dca87cec9df39a056e0c authored over 6 years ago by Charles <[email protected]>
removed wildcard from lib ignore path in flowconfig

5e356d100e4c452ab720a6f38fa39041047418a4 authored over 6 years ago by Charles Lee <[email protected]>
[v2] fix: resolve active descendent (#2468)

fc330613f39fbf9710e6baca44ed8e5237f32aaa authored over 6 years ago by Joss Mackison <[email protected]>
Merge pull request #2466 from Noviny/bcon/v2-documentation-3

update atlaskit/docs

e6e9aafdd7c8c9bfbb2e625fd4ab696b9f9eb58c authored over 6 years ago by Charles <[email protected]>
added test for isOptionSelected function prop

369c01591061f24200c30c8da8cae4b3ba11acd4 authored over 6 years ago by Ajay Narain Mathur <[email protected]>
update atlaskit/docs

8d9779286fc9e3327f07a7f275073b82eae9a661 authored over 6 years ago by Ben Conolly <[email protected]>
Merge pull request #2463 from ajaymathur/amathur/test-updated

[V2] tests for V2 that are not there in V1

1afcf5ac5ebbbf0a7e960bd3718588e9a8b9ceca authored over 6 years ago by Jed Watson <[email protected]>
Formatting fix

6f682eb70d4b69bce7c3baf9080050fe22b88b42 authored over 6 years ago by Jed Watson <[email protected]>
Improving props documentation for Creatable

a28ec23c0a08cec169819412dd19c1304ce6dceb authored over 6 years ago by Jed Watson <[email protected]>
Improving prop documentation for Async

e7643664fdcc9d21a189dd5f6cbd5befebd34583 authored over 6 years ago by Jed Watson <[email protected]>
Flow should ignore lib

4845dee7d1c7d2c3647afa42025419df044b5187 authored over 6 years ago by Jed Watson <[email protected]>
Fixing menuIsOpen example on the advanced page

d0b423301e0b79ebe7919845152dff78ac43b89f authored over 6 years ago by Jed Watson <[email protected]>
Merge pull request #2462 from petegleeson/v2

Bumps flow-bin to version 0.68

a94f7deabc944e168e8ebc0b0165f5329288fe01 authored over 6 years ago by Jed Watson <[email protected]>
Specifying version in unpkg links

This will be really important when v2 is released

0b5e0fbde84d130ff886327e551877a5dfd43351 authored almost 7 years ago by Jed Watson <[email protected]>
better test description

421a99b61f6f09731c0759b5453acea50e4b21b2 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
added stateManaged props tests and updated test for selectBase

c18e9c28df2b670d41dab4fb5c6ee62b72cbd7d6 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
bumps flow-bin to version 0.68

1be4ba0c8149e18e09088861aa9d365306f0c6e8 authored almost 7 years ago by Pete Gleeson <[email protected]>
Merge pull request #2460 from ajaymathur/amathur/test-updated

[V2] Tests

5abf7ada651464fa8fd90e7bd649bdf7ec41f5f1 authored almost 7 years ago by Charles <[email protected]>
esline fix

85f88cc4289d7dc44f01b7d700212f19d5f2853c authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
move select tests from state managed to select

16790aee5f9332ab9e03baaf25752c0b2bfa9fef authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
moved select test cases out of managed state

ec8a9c80eeba63f3db74f0524f8171c5de716fbe authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
remove formatting as it not needed to be this PR

381d7964d57462d4b08c68c1d38a884286cd75b0 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
test cases A11yText text and options with group

88893ad22b308d4d9b744ff69ae3988048014729 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
Merge pull request #2450 from ajaymathur/amathur/test-casee

[V2] tests

d2d407f07794c66550318ded7f6830ead9ac9b70 authored almost 7 years ago by Charles <[email protected]>
Merge branch 'v2' into amathur/test-casee

48bd061ad8d7da0c55c8216ea0bc4070dcce6c99 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
v2.0.0-alpha.8

f33d77a006efbfb91a287725a783a745fb199255 authored almost 7 years ago by Jed Watson <[email protected]>
Fixing linter issues

5cf5d6b3924a07c8bd435855265b5c3a443e5182 authored almost 7 years ago by Jed Watson <[email protected]>
Merge branch 'v2' of github.com:JedWatson/react-select into v2

50f8384ad43cbca916861aff557744989eecd244 authored almost 7 years ago by Jed Watson <[email protected]>
Merge pull request #2447 from JedWatson/clee/v2-surface-select-ref

[v2] Clee/v2 surface select ref

06379343cf950c80cf4bc8ab22c7486898acb3aa authored almost 7 years ago by Jed Watson <[email protected]>
Merge branch 'v2' of github.com:JedWatson/react-select into v2

813e551c136b509cfdf1499b77c6619170af2225 authored almost 7 years ago by Jed Watson <[email protected]>
Moving index.css into main docs folder

511e159c7a55737021d9687500aaa03fd19c5c82 authored almost 7 years ago by Jed Watson <[email protected]>
clicking on disabled option should not select it

81ad4a9ed78591ea4ed0ea1f0a1e9642e047cc52 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
filter option and few edge cases test

caa39a2f108aa2bcfa3dc02e1a5ba21663718dfe authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
updated async, select and stateManaged test cases:

45449c9be7ab93b21552d976137d59792a997512 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
updated hitting escape on input scenarios

d35a490a630993928dfbd4ae8fd43e07febe899c authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
Merge pull request #2451 from Noviny/bcon/v2-documentation-3

hide complex props by default

842fe7c974983ee9d13f666edc25ac07dbb6a2e5 authored almost 7 years ago by Charles <[email protected]>
hide complex props by default

8c17d841644d00dd0967a3b256f806f94048678f authored almost 7 years ago by Ben Conolly <[email protected]>
custom render tests

9c7aa7ab766000eaa7ceee87185df434a6bafbdb authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
added isDisabled and isOptionDisabled test cases

7ac0d082ebae52a961d82bbfbd94431f6253c8e0 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
update snapshots

ff94fc269902c95578297434d28f64df7618cbec authored almost 7 years ago by Charles Lee <[email protected]>
forward focus and blur triggers from base select to async, creatable and stateManager

8b503eb27866d8dc05ae4c85542ad27c2cba7636 authored almost 7 years ago by Charles Lee <[email protected]>
disabled option tests

225568844e8d7a5615bc6eaf2e8cd0ad877b1a42 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
Fixing homepage content

5e62f174b898bdfe47c3566a2631f27501b98767 authored almost 7 years ago by Jed Watson <[email protected]>
Merge pull request #2449 from JedWatson/clee/v2-refactor-multi-value-remove

[v2] make the children of multi-value-remove customisable

817c22460728775008b100ef1a81709de3b8362d authored almost 7 years ago by Jed Watson <[email protected]>
make the children of multi-value-remove customisable

5d4da5dee4b85dc85945d8d4d20053f902b82817 authored almost 7 years ago by Charles Lee <[email protected]>
updated snapshots

f2731ae1efceb0a6b1fa344cbed94d51ce38b3dc authored almost 7 years ago by Charles Lee <[email protected]>
merge from v2

82d09354bee249b2f5c563222f4e12cabd76644a authored almost 7 years ago by Charles Lee <[email protected]>
Merge pull request #2448 from JedWatson/clee/v2-documentation

[V2] More docs!

3762b39539f70fb9d3d8f6c095db3a5dae408e33 authored almost 7 years ago by Charles <[email protected]>
update more new pages with helmet, update package.json

8bdd702ca5f3fe2a3282a5d4ffc31a728c21ce7e authored almost 7 years ago by Charles Lee <[email protected]>
Merge branch 'v2' of https://github.com/JedWatson/react-select into v2

96676e5a820fcf44144b3cb1cfa2cc1669417161 authored almost 7 years ago by Charles Lee <[email protected]>
updated Creatable and Async docs

59847501c70464bab1876fb96e2a17632d40a125 authored almost 7 years ago by Charles Lee <[email protected]>
added ControlledMenu example, styles example to styles page, added missing prop descriptions

9ddb7c311a3607130d4d2bc9075fe3b5147463a8 authored almost 7 years ago by Charles Lee <[email protected]>
Merge pull request #2436 from ajaymathur/amathur/test-casee

[V2] test cases

94a1c01c3f7b9ef5434755cffff727ee761b69ae authored almost 7 years ago by Charles <[email protected]>
added a new line to enzyme adapter setup

9f720d9a4d2da2ce2fb446502e0a2abd96a72bf1 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
updated test for hideSelectedOptions prop

8a4b9713b53b9ef82af3a1633179e0abd6c4feff authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
added isSearchable prop test

446da9e06c8fed95c5d3e997f2b12358cbf1970e authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
updated asyncCreatable test for loading state and stateManaged props

b97cd97c9d774fa854171e71c727b175596bf55e authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
checking isloading state

e5aae6153151bdf42227b05668f2b58bfcf7f331 authored almost 7 years ago by Ajay Narain Mathur <[email protected]>
added onMenuClose and onInputChange prop as required props - updated test cases for this

2d4c3f44d444594c72007b73e7e8076b8781c67b authored almost 7 years ago by Ajay Narain Mathur <[email protected]>