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

Disabling eslint react/no-did-update-set-state for line, I think this is legit

024ce6685446771d7f8152620a92646bc332c5a1 authored about 9 years ago
Fixing invalid focused check (should be isFocused)

af7a40b9f449617b5ba3487537beb77253230c78 authored about 9 years ago
Fixing react/jsx-sort-prop-types eslint warnings

454136679eec518605c1b187459d5c6de6211aeb authored about 9 years ago
Simplifying stringOrNode propType definititons

f4ae7d9624f5a5f0b5181c7900cd44c7999141d9 authored about 9 years ago
Statics should be placed after prop types

5c1e28981807ffc7ba24928b425c855991231488 authored about 9 years ago
Async tests should be in strict mode

920ef8b335d3b196f4dc17e125597f7c3758d64f authored about 9 years ago
Disabling react/jsx-boolean-value rule for tests

bfe6d57dc16aa7ad86fce29a3c1948bc1e886f39 authored about 9 years ago
Adding missing semicolons

c64684e870833cd664b0199f5f5a8ea684d28ece authored about 9 years ago
Fixing object-curly-spacing eslint warnings

d2a372462e92da26be279b409e6cbf90f513515b authored about 9 years ago
Updating some dependencies

3c618de97635e23936c1f81b432e7035e4a0575e authored about 9 years ago
Merge pull request #731 from dmatteo/feature/required

feature(.props.required): add HTML5 required attribute capabilities

61923612b848deef1ed1057ff2fc97008bc3fd48 authored about 9 years ago
Merge pull request #730 from fhelwanger/master

Hide noResultsText when value is falsy

80dbf025c924b83e74229726a8f17a0ef2042df2 authored about 9 years ago
feature(required): add HTML5 required attribute capabilities

16d670e191e97f9a98bc4d17a2f2033365f48d34 authored about 9 years ago
indentation is hard

779df44f55615b21ccf8cd9ef91d2552ec37205f authored about 9 years ago
Hide noResultsText when value is falsy

2a365e9e613d755ace945cbb1d54470aa83f509c authored about 9 years ago
Added docs

c9a35a355b5cbeb5648232030003f99ba3b031ac authored about 9 years ago
Added an autoBlur option which blures the input field after an option was selected from the options list. This is handy for closing the keyboard on mobile devices and force closing the options list on a multi-select.

6ae03a9aa415501275e29ceb83c1ee7c8beedf41 authored about 9 years ago
Enter selects focus, Tab selects and retains focus

The old commit had changed `lib/Select.js`, fixing it to make sure `src/Select.js` is changed.

bf7c73002a9264e5f6cb8a13f068f38c2483a4a7 authored about 9 years ago
Merge pull request #714 from pra85/patch-1

Update year to 2016

91495d27acd4ac35fb46f6e48e1be30512e46afa authored about 9 years ago
Update year to 2016

a8e1db62025a9703888b7468cb525f93a3291d58 authored about 9 years ago
Merge pull request #708 from rdsubhas/patch-1

Enter selects and retains focus, Tab selects and shifts focus

7c78b9d29e927c226065856a4910d7cccc0dd9b1 authored about 9 years ago
Merge pull request #710 from dhamaniasad/patch-1

Improve TODO formatting

213cdaa2713ddaf6a740890ca5b813b9615bb457 authored about 9 years ago
Improve TODO formatting

Makes it easier on the eyes

6a250b6c55e25d96f017bd3031af7ec1c96555bb authored about 9 years ago
[WIP] Enter selects, Tab selects and shifts focus

Hi, the Tab behavior is really confusing users, since in all other Form Controls, "Tab" will swi...

c9e85c1a835f9e83019046b3a1c9dfb9a58d0270 authored about 9 years ago
Updating dependencies

d07b77e443794359c5e4e3f7e153d0e5b3f26b03 authored about 9 years ago
Cleaning up #591

d5d844932387d7164a48782e0f09380368bf0085 authored about 9 years ago
Merge pull request #591 from slybridges/add-onBlurResetsInput

Add onBlurResetsInput prop

ec2c6911fb250ce2e5fd881decbb1c859f90b087 authored about 9 years ago
Merge pull request #701 from mlucool/patch-1

Update README with npm badge

454e0556b605fe7e0fb59000b6803622887a65a7 authored about 9 years ago
Update README with npm badge

c53775d068c1509506b97b2e254d0ba884ae7546 authored about 9 years ago
Merge pull request #700 from panw/patch-1

Update README onOptionLabelClick name change

462d620df10bddce3aeddbc15f72fc1ff1c4f110 authored about 9 years ago
Update README with onOptionLabelClick update

Update onOptionLabelClick to onValueClick

52f3d279f64847694454c4079a35aee3c7091ab8 authored about 9 years ago
Updating license for 2016

b6ff06b72629937c23f5dee64462a4c27b3a1998 authored about 9 years ago
Removed event.stopPropogation() from Select's clearValue

328328617863de6599282a7be5dbf9a78af5abdc authored about 9 years ago
v1.0.0-beta8

a4f3c1d69fdf310e1fc16dc9924ec64944bdfcbf authored about 9 years ago
Updating build

8e1503cb849923253c5726791fe7a07fc781bc8a authored about 9 years ago
Updating changelog

c659587c21d88fe9cfd838931c24d45b09e5f600 authored about 9 years ago
Adding strict type check

90d4ad79cc1cadaab7f78b35196b939bcaa8741e authored about 9 years ago
Merge pull request #684 from dcurletti/bug/toggling-disabled-prop

Fixes input focus bug when toggling disabled prop

abfb4e8a2b93b7da792897d86380c0dfc9346829 authored about 9 years ago
Fixes input focus bug when toggling disabled prop

7c2d59ad9c6ecd9129e4a9c19099476173ce2a5a authored about 9 years ago
Merge pull request #678 from alexanderchan/patch-1

docs(README): update standalone build and async usage

76876bf2bd16e7fb84c18029baefde7e999ea2b0 authored about 9 years ago
Using string ref for consistency

May update all refs to function refs, pending more information on why
this is better - see #677

9176e0749938e4ac6577187fc2a669a26092d550 authored about 9 years ago
Merge pull request #677 from AugustinLF/fix/add-focus-to-async

Expose focus() in the Async component. Fix #676

2004179a121e94c43457c725503ae790e938a200 authored about 9 years ago
docs(README): update standalone build and async usage

Update the README with dist paths and update async to match 1.0.0-beta api

a4717827cc0345b3e5e5f6554dbb7fe95f5521b4 authored about 9 years ago
Expose focus() in the Async component. Fix #676

512070c9678bd64f297f0a6b6b94443124979541 authored about 9 years ago
v1.0.0-beta7

ec87405dd0eb79aabbd9508dc97e36514a7ab418 authored about 9 years ago
Updating changelog

90367d39841aa3eb088d99779d18ea2e25c22222 authored about 9 years ago
Updating build

9514788826e2ff17e8f2592a6abfba27cac94773 authored about 9 years ago
Indentation cleanup

a42067ab9da9132eaf735e4a4931096ac5edcf24 authored about 9 years ago
Code style fix

62728b1188f50ca8cdf80f74d095e4e919a07ec7 authored about 9 years ago
Merge pull request #620 from slybridges/add-disabled-value

Add clearableValue option for Multi-Select

74edb9d737fedfb627385645e272db3ca33dbc42 authored about 9 years ago
Merge pull request #661 from gaastonsr/fix-ie-blur-2

Fix blur handler on IE where menu ref is undefined

8c9ce586cd0dd39edd7fdce936b5d1cc27969d47 authored about 9 years ago
Remove redundant function call

React 0.14 already returns the DOM node.

20cc8fcf29687c73edd016053c82e953f913a610 authored about 9 years ago
Merge pull request #668 from Naveg/master

Allow customization of menu option background color

bb93efaa1f028e9988615d18227ef80a04851502 authored about 9 years ago
Allow customization of menu option background color

Introduces a new variable, `select-option-bg` that defaults to the value
of `select-input-bg` to...

09dd2553cec30d567eb48148c636c787fed3db15 authored about 9 years ago
Merge pull request #641 from alyssaBiasi/custom-placeholders

HTML Element Placeholders

396c4a11ba1a98dda72a257e07259858b82c8db3 authored about 9 years ago
Allow HTML elements to be used as a placeholder

0ee697c9edf7f9a00fb419f7465d5fc85e8c1cd0 authored about 9 years ago
Fix blur handler on IE where menu ref is undefined

6e799f6ad3ff11de433be965b8e3f98bb6e735a8 authored about 9 years ago
Merge pull request #632 from azaharakis/show-fullmenu-in-viewport

Feature to scroll the viewport to display the menu

e8b6bd0b437e6e0875520f8862be7650e2f8e05a authored about 9 years ago
Merge branch 'omgaz-fix-bower-dist-css-path'

f799746419442eefbb9fa8c1dc485919a5ab0508 authored about 9 years ago
Resolving conflicts

125ae6f06b3d3b89be65e83ffbdd72ab25759c3b authored about 9 years ago
Merge pull request #652 from rwrz/patch-1

Fix a problem with border inside table

e60c6f4097a8c2cef96cdfec881a6088e3dcdbdf authored about 9 years ago
Merge pull request #653 from grassick/patch-1

Fix style path

5e206b2562a576753993d97070c4f9be7cf2a65a authored about 9 years ago
Merge pull request #655 from kromit/patch-1

Less strict PropTypes for string placeholders to optionally allow React nodes

791dea7c0fe929e9b7e4376b11bf2f574f5c32ea authored about 9 years ago
Less strict PropTypes for string placeholders to optionally allow React nodes

Remove the warning without modifying the functionality by using

React.PropTypes.oneOfType...

9d6f3b761e2b3b196379dfc760bbe4efe6bb3cde authored about 9 years ago
Fix style path

Was referencing default.css which doesn't exist

212970ca0605fa5f342603ef33d34da28c2ccc03 authored about 9 years ago
Fix a problem with border inside table

Fixing a problem where the border isn't showing when the element is inside a table.

4b8d12832b3f5c6c9d3ca8bd003a8c0cb8fd8aea authored about 9 years ago
Removing incorrect note about the dist css path, thanks @MalcolmDwyer

6f27590f969d88f999c6cd69e89b8e8e6b735e05 authored about 9 years ago
Fix bower.json css dist path

- From `dist/default.css` to `dist/react-select.min.css`

84a74505d7c74e3afa41c7e80783e6638e6a287c authored about 9 years ago
Add a flag to enable viewport shift feature

as well as adding the feature to the README

8b51dd2d3681df5731a0278ecc0a6f49a85509df authored about 9 years ago
Temporarily (?) disabling test for hidden inputs after #631

cbba5c85a1f8549e61d49b6755add8eb8c6cf1db authored about 9 years ago
v1.0.0-beta6

161f98bdacece478c07e65b5c4b60c68f3216f4c authored about 9 years ago
Updating build

13088f78cc94569e0efb6dba790a933797252891 authored about 9 years ago
Updating changelog

662ea7b2c9f5facedfedce4f52cf2ac0444a00ff authored about 9 years ago
Bumping dependencies

fade9cac06d2411c91c9b2d7de53834fcae5955e authored about 9 years ago
Merge pull request #631 from azaharakis/input-back-to-div

Change input back to div

2a38022d87b76054f638f7c738e56b2bd2a7a90c authored about 9 years ago
Merge pull request #634 from bruderstein/async-tests

Async tests

86211809064856a28084202c317e0cedf70b1866 authored about 9 years ago
Test for rejected promise

Treats as if the options list was empty

0e6ff415e43fa6e1353e63499a4d15b0e4d947ac authored about 9 years ago
minimumInput / ignoreCase / ignoreAccents async tests

4a3b81f93e23fa27ad00d778e6bf5c8c05e31a9f authored about 9 years ago
Add Async tests using callbacks

0a8e19a6d6daf3844dc724f4705e45aaebb07758 authored about 9 years ago
Emulating DOM even for shallow renderer tests

The DOM is still needed for the other tests, and `npm test` may run the async tests
first. This...

5f6b7b6b1e92aa48b632488ba2cecd226387f771 authored about 9 years ago
Fix edge case bug with complete results and out-of-order responses

Documented in the test case
Changed the cache checking to start with the full search string, and...

9aa600b078499a7a7072d53e25cb24e259f11d3a authored about 9 years ago
Create Async-tests

+ the first few tests for Select.Async, using the shallow renderer
+ removed redundant asyncOpti...

2d1f2c575727c47c7efee05759240b0078c0577f authored about 9 years ago
Feature to scroll the viewport to display the menu

If a select box was activated near the bottom of the viewport, the
viewport will now shift the m...

ce61aabfb33ee067d4f7beb47bf6e5e079e82fbf authored about 9 years ago
Change input back to div

This essentially reverts the change made here
https://github.com/JedWatson/react-select/pull/595...

23b706fb432711177234125cb6201bb6aeef2b57 authored about 9 years ago
Pressing Enter on open Select stops propagation

I don't expect pressing Enter on an open menu to bubble back to the Select's container.

7b505699589eb48a820f6620d8591f0b0c096d9f authored about 9 years ago
Add clearableValue option

64e286b9b8e188b068553be7f899b8bea4a22df5 authored about 9 years ago
Merge pull request #1 from JedWatson/master

Rebase

77f0223db59502aaf62bbbfbf07a52a1f89b967e authored about 9 years ago
Merge pull request #609 from MrLeebo/value-tests

Fix failing Value.js tests

1d348f25df6dcb145006e93321b658aecab0b37a authored about 9 years ago
Merge pull request #610 from bruderstein/fix-tests-1.0

Fix tests 1.0

0e6d6e998b66c5cb0ffa3296e72b9f83dd09f5e3 authored about 9 years ago
Temporarily disabling asyncOptions tests

These will be re-enabled / moved in a future commit

f837b335f7454d7919acd45a328f02a1edb8467e authored about 9 years ago
When value is not in the options, it must be a full option

This is now in the README, so we have fixed the test to match

a68eaeae63630655a597849ba1355d928b3e15aa authored about 9 years ago
"Clicking away" is now controlled by blurring the text input

If the focus is somewhere else on the node, then the blur is ignored.
This makes the "clicking a...

b95c9c2498cb22dceaa3bd7ccac91a2ce8a8f945 authored about 9 years ago
label renderer is now inside the .Select-value-label span

Test patched

4c423c12acee87fe4a4dba21e4e94145466c7261 authored about 9 years ago
Wrong selectors were used in tests

This is a hangover from pre-1.0, when the current value was held in the
place-holder, hence thi...

9ec273b4da7f2f728ee31162c0fcb2e479066256 authored about 9 years ago
onClick is now onMouseDown

Tests patched

801fada8436e67dadef0deeef7cc3a3dd37bb49e authored about 9 years ago
For disabled, input element is now rendered, just with a readonly

All other props are still passed through

906a129bedc9796a5f295132569a242fce40e017 authored about 9 years ago
No public API for getInputNode()

Using the internal ref. This is a bit dangerous, but I can't think of a better way
to do it now.

c76c80b8a114223fc9ead5d709ac20b1c3becdfc authored about 9 years ago
The options are initially filtered, then again when control focused

Not sure if this is the right behaviour, but it does make much of the logic simpler.
It is also ...

3f102e51079d59af862923bb01d10181b50b2b34 authored about 9 years ago
SimpleValue and delimiter tests fixed for 1.0

onChange now called only with the concatenated value when simpleValue=true

377b8329cf083b41fed15cf1093999b82a8bf0c0 authored about 9 years ago
Fix bug where escape doesn't clear the input

After searching, this left the select box closed, but displaying no value, even though
the value...

9767a8d7111f7dcb1a899f863ae06a01f1e79af1 authored about 9 years ago