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

Merge pull request #2323 from JedWatson/v2-async

V2 Async Improvements

36fec77d8371e4acc99dd08d6e63aafe45313a25 authored about 7 years ago
Fixing cypress test

befdf3938d4fcd162e936c18c723c7debd57c82a authored about 7 years ago
Implementing loading message

685182367caa659b4653cb2491a7ecb7ee18386f authored about 7 years ago
Adding optionsCache to Async component

355b41a49a33cc7e9182ed1b053f254165d55065 authored about 7 years ago
Fix onInputChange handling, ref #2321

a48b90c8d7e30c4735a07aa8b0929ed2784bcbd9 authored about 7 years ago
Merge pull request #2322 from JedWatson/v2-async

Ensure isLoading is false when inputValue is cleared

009d4d6c2dd8c2501ea738bd112d88f7781f86d4 authored about 7 years ago
Ensure isLoading is false when inputValue is cleared

76ab924b16d6e6c7a1be5c938aee20be6a69fa82 authored about 7 years ago
Merge pull request #2319 from JedWatson/v2-async

Adding basic Async implementation

7575e442c4a848676ee3c3f4e34a94a6b344ea8f authored about 7 years ago
Implementing defaultOptions behaviour for async

bef81ec0f35e87be278afd63ee62379764b16ab4 authored about 7 years ago
Merge branch 'v2' into v2-async

ebddf01679bbd7de4036c3f3f78bcd255fe49199 authored about 7 years ago
Merge pull request #2320 from JedWatson/v2-aria-properties

Aria Properties

37ddb6334b0df5739a6587efe19cbc6b9a5cc7ca authored about 7 years ago
Adding basic Async implementation

a01d2dc686d42b20279d7e319bb314a9e9fb3698 authored about 7 years ago
remove Label component instances and add aria properties

01c70ea67499c8de5915188034d20ad502015a03 authored about 7 years ago
remove `deleteRemovesValue` from props

the behaviour is non-standard, and consumers can implement with onKeyDown prop if desired

2c3324e2bf2f713545257204baa2114477b212e2 authored about 7 years ago
document current props

2c71cc8eab24ae872d0914c3b45d6a9e7cb33034 authored about 7 years ago
Fixing test script

4df9164c41b3a9cb301876b874fa53f5eec53643 authored about 7 years ago
Fixing flow types for Input components

30711ccd86105177bc5ae445b8a0f8bf1da0cd5a authored about 7 years ago
Fixing cursor style for menu options

b381bf4e693ec41c011f56114839c4c93fa2356e authored about 7 years ago
Cleaning up group implementation

019471ea7acb2b06756886ee6ec6b4e655774a1c authored about 7 years ago
Merge pull request #2312 from JedWatson/v2-autosize-input-ref

Resolve input ref anomaly

184ba248f3013c5c334038ad789e4d943065cb7d authored about 7 years ago
resolve input ref anomaly

`inputRef` is already exposed from react-input-autosize: https://github.com/JedWatson/react-inpu...

bf47f8561b8d5069ea18ccec8312335484da30ac authored about 7 years ago
Merge pull request #2311 from JedWatson/v2-support-disabled-option

Support disabled prop on default Option component

a37bc7ac4124bb2d75a42ced3cb21cd0e08567d7 authored about 7 years ago
Merge pull request #2310 from JedWatson/v2-loading-indicator

Loading indicator component

4322d7139ac3574e1e813abedbcb7901bb419f5a authored about 7 years ago
resolve some type errors

d5e98364be3d13888c1c3c5b53d3dc3d89e5f35a authored about 7 years ago
fix cypress tests

aa1f3fbdd071424b627720514a9f366ad6476f43 authored about 7 years ago
move isLoading to props

added a checkbox to example

770b90f40a3d0f728fa6e135617f9415a30bccf8 authored about 7 years ago
create loading indicator

hack: keyframes added by using style tag inside component

a8fb1a6c86423b1ef1eee0d983c144f54a5cca91 authored about 7 years ago
support disabled prop on default Option component

97f1d70c73498db94a0b62acd084c96b4caeb39f authored about 7 years ago
Merge pull request #2307 from JedWatson/v2-prop-declarations

Move prop declarations out of child components

5ae284dfe498cd3b0cbad71ed288e73994f11041 authored about 7 years ago
fix cypress tests

70f9ab44798e90fd338309bc93c3dc5c149a7ce5 authored about 7 years ago
update jest snapshot

54c3e3298a4e99586988e08be9ac8e1bfc48157f authored about 7 years ago
Merge pull request #2306 from JedWatson/clee/fix-flow-issues-v2

fix flow errors in v2 branch

3c121f802c4471a47af12644416842edc21e0b6e authored about 7 years ago
move prop declarations out of child components

dd2f2600d57f33ea835f0201dc6fd4d5362d290e authored about 7 years ago
fix flow errors in v2 branch

80568df7720955ebe02652068869a240c2f19931 authored about 7 years ago
Ignoring cypress in flow config

f754fb9281b49dc6f5b970ada1ca261121d043f1 authored about 7 years ago
Merge pull request #2303 from JedWatson/v2-classnames

Add classnames to each component

20799e7ab09c4f265e9701823300119bdcbca504 authored about 7 years ago
state arg is optional

also added return value docs

f4a9e7ffc994f4e808fab186e9c608ce92c3c56d authored about 7 years ago
add classnames to each component

77d5981040b1a785eb72979c23d3140ac1dcbef5 authored about 7 years ago
Adding .prettierrc.js

da5eaf848f9326403cfbb72259664a164d8c9fb9 authored about 7 years ago
Fixed broken Focus Select in example

2685f3e1db3cea29b2e09b0d835602997b621b3b authored about 7 years ago
Initial custom styles implementation

f8c0488ec1539a799bc77a473193878f5c0ab28a authored about 7 years ago
Merge pull request #2293 from JedWatson/v2-ci-cypress

Adding Cypress into CI

7ce3f83f964b58c917ff397a6a7da08a747cd645 authored about 7 years ago
Add xvfb as a dependency

9a5b9c7c077a5fa7e41434599c383e691cb10e5c authored about 7 years ago
Fix Cypress tests in CI

2ef1cb61357afdea7f00d1d76380904efce3d60e authored about 7 years ago
remove cypress/fixtures from .gitignore

ad8b58efb3569ea41851cb28ec7b3c00b5b4597a authored about 7 years ago
Play with cypress ci

2338e5b7a5324e35405c96427f70f30a71f4216a authored about 7 years ago
v1.2.1

82910d9225f7aff73ac5052da9dc1e7f52f13de7 authored about 7 years ago
Updating build

e73b03d623c70f42580dad3edf82c857309607c4 authored about 7 years ago
Merge branch 'master' of github.com:JedWatson/react-select

ab52641bca572d5e4f4875063be7e6cadafe7801 authored about 7 years ago
Ignoring files from the v2 branch

fdd5a349a1dd39457cf5f8a3ff4e3de25c391de4 authored about 7 years ago
Merge pull request #2291 from jnachtigall/Working_DEL_key

Del key should work normal if not deleteRemoves (fixes #2282)

b73e31efb4a6528ce9296efa553c7ffa5473640f authored about 7 years ago
Merge pull request #2276 from harrykao/input_inline_block

Fix rendering with arrowRenderer and no autosize.

c64df2848030111dc080a21b72f9b2f8e866b1d6 authored about 7 years ago
Merge pull request #2273 from jharris4/master

fix dropdown menu position for IE 11

f3f02ef3c0043a1c66b7fa5382860cb96c5a9bd8 authored about 7 years ago
Merge pull request #2280 from mantissa7/patch-1

Add property to control.scss from control.less

c73aa9c48da140ce15bff30cb8860e58a043c8f6 authored about 7 years ago
Del key should work normal if not deleteRemoves

dcf50949f113898fbe90bbee85576830792b77f5 authored about 7 years ago
update ci cmd

d325678dde2edc20958bc4aac97e88fa27d67f54 authored about 7 years ago
Merge branch 'v2' into v2-ci-cypress

ae3495bcf4a6a9d981ea1106ea0091c6f0787a76 authored about 7 years ago
add cypress in ci

f706f347110e713715f29659446dac4cb2443a6c authored about 7 years ago
v2.0.0-alpha.1

2804aab98343d078b127f7d5cb5c6a3f9c84f737 authored about 7 years ago
Merge branch 'v2' of github.com:JedWatson/react-select into v2

4ba79b4edc67ea06a0c8b018f072f4b4f9012582 authored about 7 years ago
Merge pull request #2288 from JedWatson/v2-lint-issues-fixed

fix lint issues

3304c64ff3c6b8ed6c57d26a07a7e2e4f03fca89 authored about 7 years ago
Ignoring package-lock

ed36659b5f63e05fc00ea68cf11152d49b2ee450 authored about 7 years ago
Removing npm package-lock

996e69cf4da62cc508ab4ce59eef5038b2d960c7 authored about 7 years ago
fix lint issues

35fcfb95ea3c52a34fe0ca6b7d10951990204d6b authored about 7 years ago
Merge branch 'v2' of github.com:JedWatson/react-select into v2

917021c7511c0ce7be14473d68067ef8c71e0dc1 authored about 7 years ago
Guarding onChange prop

875de6182ae85bd69f7a7a80446aec3b698e95f9 authored about 7 years ago
Merge pull request #2287 from JedWatson/v2-animated-components

fix typo

b83c862a03e7fadb72f80f0907eaa83e45300e8a authored about 7 years ago
Limiting jest scope to src

97304279e3300005ecde314b3d208a151cdf50d8 authored about 7 years ago
typo with import

c55c2b75ea788ea568cf15f73243b71a34f3fc54 authored about 7 years ago
Merge pull request #2286 from JedWatson/v2-animated-components

Animated components: first pass

208e06d8d353a9104cbfa4d5d73eeea81ebaba05 authored about 7 years ago
Merge branch 'v2' into v2-animated-components

9d997f37916848edbde3f1692a843b130769d3db authored about 7 years ago
first pass at animated components

d3bd40811ca3317e51246f69c68e96e6e30df1de authored about 7 years ago
Configuring no-unused-vars and fixing errors

80f9c1873ced9d984e2a2df6bee59e894c0b8d58 authored about 7 years ago
Fixing cypress file formatting

a1273513f46868ab9b74a01ef93c6a44283c7b73 authored about 7 years ago
Adding watch script for easier linked dev

259a621931b65b59172390335e04efab9677168b authored about 7 years ago
Fixing jest tests

d48b086959c9877142d5dd8518cc8bfde4d43bc8 authored about 7 years ago
Merge branch 'v2' of github.com:JedWatson/react-select into v2

492e30c72230435e236b2a259b3f9535a0387c65 authored about 7 years ago
Merge pull request #2278 from JedWatson/v2-tests

V2 tests

cb810df88c5e626b4e7a8357be5b784a517ce63d authored about 7 years ago
Merge pull request #2285 from JedWatson/v2-misc-fixes-improvements

V2 misc fixes & improvements

2df376d65e9ca8d968844360268789a997138689 authored about 7 years ago
Add property to control.scss from control.less

From https://github.com/JedWatson/react-select/issues/2279

945d2fc1359b2bbdce63aaea9ad61598112ff9ed authored about 7 years ago
clearable --> isClearable

plus some alpha-sorting of props

2cd4933c5e9ff9153c14bcce8ed6edd794634a42 authored about 7 years ago
fix for ReactChildFiber.coerceRef interpretation of false

fd72eda0097bb1e65a11cb05d1ebd698f156a905 authored about 7 years ago
remove npm run coverall as Jest is doing it

a09ee3ee64adcaefc5fd6f07bcf60d77ab7422af authored about 7 years ago
change travis cmd

b34d223a8afc938cb34aef90b94ad9f71d261dfe authored about 7 years ago
Add cypress smoke tests

bda910410a85d7f33148368cf165ba7364deaef1 authored about 7 years ago
Add jest tests

0919f3605b7b1bcacada8749b73970420b030158 authored about 7 years ago
Removing link to style in package.json

09c302c4490915683c9ee38142fb91a31bd71ee1 authored about 7 years ago
Fix rendering with arrowRenderer and no autosize.

The container for the input element lacked "display: inline-block",
which is present on both the...

d235dee2e4e905cbaf17d9b7f61fda4b46e5e937 authored about 7 years ago
fix dropdown menu position for IE 11

3f90993ddb027706c3966462994939162a68656d authored about 7 years ago
Adding v2 examples

008c89312c999918c2f4cb2361979e17edc89bed authored about 7 years ago
Initial v2

1682e7c324ec95a366ce2b64e8055def0089eb2e authored about 7 years ago
Updating babel, rollup and flow config

24e02a403fc3d33e5d12301b76a46ea9af773f88 authored about 7 years ago
Fresh start

Cleaning out everything from 1.2, except the build and some scripts

a0a006e434cfd3fda64084b62f5f0bd14783dee6 authored about 7 years ago
Merge pull request #2266 from jnachtigall/docs_on_disabling_client_side_filtering

Add explicit docs on how to disable client side filtering

851d94b6e2e0564318e5b9d9f9fec5e6462d5cf7 authored about 7 years ago
Add explicit docs on how to disable client side filtering

e46b40c67fdfb5ab2dc7fcf47f015abc3b83ec1e authored about 7 years ago
Fixing first example behaviour

Shouldn't set openOnClick={false} in the first demo, it's not default behaviour

2d08546c728105a77c5acd5cd85fe2f19a8ec729 authored about 7 years ago
Updating copyright for 2018

7bc9363ad139546e296778774b7d16e7cdf72d55 authored about 7 years ago
v1.2.0

680a5d3506fe9d288681047993d397b8215edc1c authored about 7 years ago
Updating build

4ecb645d1f8814f8d4f1f530cb19eebd790ebfe6 authored about 7 years ago
Fixing errors and warnings after refactor

6296623834965be92f20a3d1c8d93d0bd5f87a3d authored about 7 years ago