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

onChange called with null, and placeholder selector changed

Fixed tests to match new behaviour.

73c7447d1faa4f96a91f0701ec227a31a2984333 authored about 9 years ago
When selection is empty, onChange now called with null

420a70a9e9157ba60e9c85e2884f06e90b651dfe authored about 9 years ago
Behaviour change: multi-select non-searchable remains open after select

After selecting an item in a non-searchable Selectbox, the menu is no longer closed
Tests change...

1dfa63a2d0f2261d2658348daa631061e2fba498 authored about 9 years ago
Comma to create an item is no longer supported

f4810d9702ca84a13ae434d70840ed9c0bc31ea2 authored about 9 years ago
More value prop / onChange test fixes

b74f272d0448a700b78ec697f517892c739bf223 authored about 9 years ago
Fix tests for `multi=true` with value prop set

There are now two ways to pass the value, either as the original object,
or as the value propert...

c7b2d840abac7630847e949a58ceae3101d8740f authored about 9 years ago
Fix tests for param changes for onChange

onChange now called with array of option objects

ef21e3830835609cd957d76a9a5df30bc0c4361a authored about 9 years ago
Fix for value prop being set to zero

The test for a single value of 0 was already there, and it caught the bug for the simple
test o...

4d5eaf596525d3359790eb0bef8bdc8a3d2a5152 authored about 9 years ago
value prop for multi should now be an array, or a single value

ad2ad88c40d8d6febff0ceb5dc6cef435cb034b0 authored about 9 years ago
Tests removed - behaviour changed

These tests were to do with entering and leaving the options, where the
behaviour is now that t...

309f7c35e21af57a8692146996a56377b5a9669d authored about 9 years ago
Add TODO marking a genuine regression

When the `value` prop is set to a value not in the options, previously the value
would be shown ...

5778276f290e6b56e7ed8a6c354463f588505073 authored about 9 years ago
Add `wireUpOnChangeToValue` option for `createControlWithWrapper`

This is as passed as a prop to `createControlWithWrapper`, but is then removed
This means that o...

983396fdef9ffbeb135beab7617d4c17615542d6 authored about 9 years ago
Wrong selector was used in test

This is a hangover from the old version where it produced the same result.

ebf7046d2a87596701b0e7cc32aeb9024567757b authored about 9 years ago
The hidden input is only rendered with a name property

d29743fec36a7af2cc50cb4548083c40a966baf9 authored about 9 years ago
Two tests marked as "broken" that actually weren't :)

825b6036b6c886978d1091b275b22c24e4470204 authored about 9 years ago
Test removed - relies on changing value

edb91fd9bf5eb0455bffea084dbf7748efcbb3ee authored about 9 years ago
Update wallaby.js

f4a6fb6c1b17038dccfd87ad81e6cc50f1d32ef0 authored about 9 years ago
Fix failing Value.js tests

37fcab698402db55362b9cd9c0c5b5672010d4ba authored about 9 years ago
Merge pull request #599 from MrLeebo/patch-1

Fix keyboard nav for non-searchable multi controls

1c117db4935db1ae9c257e03819f81a295eae2da authored about 9 years ago
Fix keyboard nav for non-searchable multi controls

e3a89d1c1d4bf0ac784bf383367f390ee9779e7b authored about 9 years ago
Merge pull request #595 from MrLeebo/keyboard-navigation

#594 and #589 Fixes navigation issues with non-searchable controls

8deadc8f690e9a2b5548a9c33a5aa138b6127294 authored about 9 years ago
Fixes #594 Navigation issues with non-searchable controls

9a2abc76ef7d96fe5afee82f3c1cea15850dad99 authored about 9 years ago
Add onBlurResetsInput prop

65ca0e1124bc901d598464ec0b2d043648ec8dc1 authored about 9 years ago
Merge pull request #579 from TrkiSF2/master

Update doc for asyncOptions (after replaced with Select.Async)

58f05367979421604368b2682beeed5baccf7146 authored about 9 years ago
Documenting more changes, ref #571

3436fd33fe7f63cc1c29d697ca76bf95a910297b authored about 9 years ago
Bumping react-input-autosize

42940ce57155e019e1c0581a07a89ecd084ab6f8 authored about 9 years ago
Updating build

b2afb88eb39c39fbb827664ddaf2c36578a0d6fd authored about 9 years ago
Updating standalone usage example w/ npmcdn

Thanks @mjackson!

2903bcf4317e5bffcc679a10cda915eaaf879521 authored about 9 years ago
Adding browserify-shim for react-dom, fixes #526

79bd929a3c18d5ceae1ae0f8105546859b68d63d authored about 9 years ago
Update doc for asyncOptions (after replaced with Select.Async)

6cb6bd28b9d4884e3ff7921604961f877664ba6b authored about 9 years ago
v1.0.0-beta5

15017fb69b51259142765891d66d852b0db24c00 authored about 9 years ago
Updating changelog

f4c66ae7b1da19ff383ae7f52d10b3ead3a59dc4 authored about 9 years ago
Updating build

d2d642c7be118ba97b548f15e83f78f7510bc247 authored about 9 years ago
Removing unnecessary check

e0d718609d3993032b046629d88149472a48e2d8 authored about 9 years ago
Fixing value serailizer

6f11ad91819346db9b46d43a5e2d5dbd6b4e7f70 authored about 9 years ago
v1.0.0-beta4

c653e97ebb54d7c40fab36f82cdeb3524d5144c5 authored about 9 years ago
Updating changelog

be987365806c821a46c9ad02a0ad39a2b78c29e5 authored about 9 years ago
Updating build

1867de8f82603b805091074e2e0f02091a12fa04 authored about 9 years ago
move new example styles to default

c9be2399f0d89068791d5033bd72593627221d85 authored about 9 years ago
handle focus on linked values + remove outline

e984b9c3a0fc5797e30008b3c654ae9aacd0f019 authored about 9 years ago
Multi: fix link colour bug

links persist default colour whilst the field is focused, until the
target is hovered over

82dcc931075e2e6ea2d6519a97a157d9b7864bb8 authored about 9 years ago
[POSSIBLE BREAKING CHANGE] reduce menu z-index

There’s no reason for this to have been so high to begin with.
Increasing the z-index of the con...

b0bc3e33d5155f971c2310cf3e8eb5184f0795d8 authored about 9 years ago
Fixing [object Object] in the hidden input value

72f647de7b863eb9a66692c195bc5728882cdb20 authored about 9 years ago
v1.0.0-beta3

83e382a6343a8af0ef0276ad8a1a5d99b70322ca authored about 9 years ago
Updating changelog and notes

e0f064e54cf55b471c892b6bda4e4bde91785c22 authored about 9 years ago
Updating build

f3a448709b102915bb30ec3fafc51d5debd11c54 authored about 9 years ago
Updating react-input-autosize, fixes rare infinite loop in Chrome

01fbcbabb4bcc04bf7fd6336088c507a82dd33db authored about 9 years ago
explicitly set line-height on values

b2cf7ab6fd0f4b62ab7a0c5235b2ff3f21a0f72f authored about 9 years ago
Adding autofocus prop, closes #563

238cd36b1f056f4c8878ceebc8d07f756fe1ca4e authored about 9 years ago
Preventing duplicate keys in values with duplicate values (!)

0acaa2742e5f7f41df8199793af46a801636ae09 authored about 9 years ago
Prevent duplicate react keys when multiple options have the same value

Ref #292

1a5f24794f68ffa6c3bdcd70924601e148f0fab7 authored about 9 years ago
Merge pull request #574 from zackify/patch-1

added change for default styling location

031efea2b13b3295e07ce6039fbf4a8c7829b755 authored about 9 years ago
Merge pull request #570 from lifehackett/readme_prop_defaults

Added prop defaults to README

f2a621e985879ac027af932d737d823ce46a9b3a authored about 9 years ago
Merge pull request #577 from naddeoa/master

Added !default to scss variables to more easily customize

843733c55ad18998859055c30565d7c76093f3d4 authored about 9 years ago
Added !default to scss variables to easier customization.

This will allow people to override the variables in their own scss files
without having to touch...

bf3ac63dd4951dbbfb339d97abe619df4befb214 authored about 9 years ago
added change for default styling location

8e86dbaba82d724c640a12baf230f7c3f59bb27b authored about 9 years ago
v1.0.0-beta2

02e3b39f4ba292aab67a53bdef8bebef7620087e authored about 9 years ago
Updating build

b16b301baa4760a50cbf57ed0a74a64996e92184 authored about 9 years ago
Updating changelog and todo

93ce07904244e89860ab4691139deddae70d49de authored about 9 years ago
Toggling menu on click when the component isn't searchable

994efda07beed6f4b659144e3f96c89cf8f3b84d authored about 9 years ago
Adding props for custom styles

This one’s for you @zackify

c7b5dd714ecdaf4f7ecfd0baa612ef2bdb750aaa authored about 9 years ago
Fixing Async response cache

ede003282ddd1b5e8d1434eefc9a8b0aab0c53d9 authored about 9 years ago
Removing old styles

7cf6f97b4fb87e2931997ab6a80f6feafadba57d authored about 9 years ago
Flavours should not all be disabled

acda287a22eae015424c062cd652ba68a1e0776a authored about 9 years ago
v1.0.0-beta

803e9d74095b4957b72a63e930040999ca573bdb authored about 9 years ago
Updating Readme and Changelog

76d03c8e947bd83ea6872210c8a6dc1c89ce1b81 authored about 9 years ago
Updating build

49867bf8aae02be1f08806c0a11c6cadbeb224e6 authored about 9 years ago
Updating readme with 1.0.0 progress

91623e93f4bbc0f9cb20a2eb4c4c0ef1c3ea27db authored about 9 years ago
Merge branch 'rebuild'

81049eeee611da3db446a1c37a3488fc6672e5cf authored about 9 years ago
New build

b0e2cd82730ebf5e6b6101fc3c2444c1233f5b24 authored about 9 years ago
Fixing tests, adding TODO notes

f748f35115750a053118a973a7a0fbc8e9231b09 authored about 9 years ago
Cleanup

8ef986d559a8b9401baff8c9e0bf2361b204c077 authored about 9 years ago
Fixing error in getFocusableOption

b1310c0ed263ae2fe6190906dfd0130f26ae5c0f authored about 9 years ago
Cleaning up expandValue

fa9063894d3ef86d8cb0301361ef5b9cff7ca0b7 authored about 9 years ago
Adding className to Australian States example

5c081fb9e5bab7ee8c65212b2c78447d158e74dc authored about 9 years ago
Fixing tab-to-select bug

6390fbf9bc259d78855c2987b7b0024c82bd5f94 authored about 9 years ago
Cleaning up handleInputChange

9a54453bee7f430c597f7636e22cce2e8a6c709a authored about 9 years ago
Fixing renderHiddenField

c5b827d922adb5da9d80bcc2ca8e20939e1a8440 authored about 9 years ago
Finished cleaning up examples

7c92ad63daf30facd996490aab51734aba810f56 authored about 9 years ago
Improving custom render example

1e4de671f651eec0e25a22593079b937bf25f939 authored about 9 years ago
Removing unFocus on mouseLeave (clashes with autoFocus first option)

901b85f2c7750928ddc11a1369943f4e0edcd14b authored about 9 years ago
Fixing clear value with simpleValue

b8d206c8b6d5f1789037e168a756dc76e5b4bb93 authored about 9 years ago
Cleaning up examples

c7903d7da66ded0bc1669962bda6c655a72212d7 authored about 9 years ago
Adding disabled option example to the multiselect example

d534706a2a561febc45f7023eda778e2107bc690 authored about 9 years ago
Switching cursor: not-allowed; to cursor: default;

47bdf115cb29b8feb2cff483c8c71714b80476c2 authored about 9 years ago
Preventing automatic focusing of disabled options

aa04d7fd6ff60aa72e5ed18da6ee503d968fe1e3 authored about 9 years ago
Rearranging example components for clarity

5871e4143cdeb16b5141ae034339b82c0a64bf49 authored about 9 years ago
Added prop defaults to README

2c08ffa2056d53bdb0b8cb461030db02e0230c6a authored about 9 years ago
Updating Numeric Select example

e43c986ff7a215a1c2eb25faff8d39f621ded1b8 authored about 9 years ago
Better support for numeric values

eec078fbbee0729ea9803643d8f25ba30c936f90 authored about 9 years ago
Updating custom components example

35884dd9ce73fc106fc5e5c7b08a4f35fbba9f18 authored about 9 years ago
Removing reference version

958cd9705f7f980bd9d0fcebdac5562f88334611 authored about 9 years ago
Cleaning up examples

e9e30e5021d5f90f491bd04eb7eb032dc259545b authored about 9 years ago
Always focus a visible option

be1e301609484c9b042b97a643f0040f6bb3313d authored about 9 years ago
onClick shouldn't be used here, would fire the event twice

5f15a6697b93090c325119734d2ede719523ab88 authored about 9 years ago
Better contrast for disabled state

4a9312a8830fbafef693061180db8f93d47ecd4e authored about 9 years ago
Not interrupting right-click on values

a8bc3006e8583c24b9e784ae6f6eb4f2bd793772 authored about 9 years ago
Merging SingleValue and MultiValue components, making classnames consistent

1c8c0f71c9edf7b88874789092e82f28891dc14c authored about 9 years ago
Implementing switch between single and multiselect for Contributors example

374364009224956dd75cb19cfad5be09c1624315 authored about 9 years ago
Fixing issue after merge

83cedecb39673f04704c01cf9801f4b8066e73af authored about 9 years ago