GitHub / itsdouges/react-select / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b6e00451 | merge Merge pull request #2602 from JedWatson/v2-innerRef-to-ref |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 649d1fe1 | Update HISTORY.md |
Charles <c****e@l****u>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| ab820ec3 | prep changelog for beta.3 release | Charles Lee <c****e@l****u> | over 8 years ago | |
| a1cdcf2a | remove reference to input primitive in dummyinput file | Charles Lee <c****e@l****u> | over 8 years ago | |
| 7ffc0e04 | update snapshots to account for change from referencing primitive component t... | Charles Lee <c****e@l****u> | over 8 years ago | |
| cf2557dd | refactor cx implementation to accomodate new className construction and format | Charles Lee <c****e@l****u> | over 8 years ago | |
| 9009ffff | update innerRef key in innerProps to be ref for better developer experience | Charles Lee <c****e@l****u> | over 8 years ago | |
| 8d97e3ea | Hardening SSR compatibility, fixes #2555 | Jed Watson <j****n@m****m> | over 8 years ago | |
| 4e11baf6 | merge Merge pull request #2576 from TrySound/simple-flow-distribution |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 84a30077 | Ensuring the input has focus when the menu opens, fixes #2591 | Jed Watson <j****n@m****m> | over 8 years ago | |
| 60910df7 | merge Merge pull request #2596 from JedWatson/v2-remove-menu-flex |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| f899cfe1 | merge Merge pull request #2595 from JedWatson/v2-remove-max-value-height |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 1f0bdc1b | Updating snapshots | Jed Watson <j****n@m****m> | over 8 years ago | |
| b737aa54 | Removing remaining code linked to the maxValueHeight feature | Jed Watson <j****n@m****m> | over 8 years ago | |
| 0a775342 | remove flex from menu to address ie11 concerns | Charles Lee <c****e@l****u> | over 8 years ago | |
| d7c42330 | Updating snapshots | Jed Watson <j****n@m****m> | over 8 years ago | |
| bac99e86 | Remove maxValueHeight prop | Jed Watson <j****n@m****m> | over 8 years ago | |
| d5452287 | Removing console.log from examples | Jed Watson <j****n@m****m> | over 8 years ago | |
| 30afdd51 | merge Merge pull request #2584 from JedWatson/v2-multi-value-keyboard |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 5ddef45c | Fixing a bug where backspaceRemovesValue breaks removing focused options | Jed Watson <j****n@m****m> | over 8 years ago | |
| 42a334b8 | Ensuring the focused option is cleared when an option is selected | Jed Watson <j****n@m****m> | over 8 years ago | |
| 67599994 | merge Merge branch 'v2-multi-value-keyboard' of github.com:JedWatson/react-select i... | Jed Watson <j****n@m****m> | over 8 years ago | |
| 31d42365 | Fixing the getNextFocusedValue method | Jed Watson <j****n@m****m> | over 8 years ago | |
| 6b79efe6 | Cleaning up focusValue implementation | Jed Watson <j****n@m****m> | over 8 years ago | |
| f499b4db | removed onValueClick from basicMulti example | Charles Lee <c****e@l****u> | over 8 years ago | |
| 02ad75e8 | merge Merge pull request #2300 from yuri-sakharov/fix/example-focus |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 2371278f | Moving SSR documentation to the Advanced guide | Jed Watson <j****n@m****m> | over 8 years ago | |
| b3bfb67e | merge Merge pull request #2564 from JedWatson/v2-fix-experimental |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| f5304302 | merge Merge pull request #2585 from falconmick/v2 |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 13b62f44 | merge Merge pull request #2589 from eemeli/v2-add-option-disabled-classname |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 869ea677 | merge Merge pull request #2593 from JedWatson/v2-ie11-fixes |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 9401a3e6 | Updating CircleCI docker container for cypress | Jed Watson <j****n@m****m> | over 8 years ago | |
| 5a94db1c | trigger CI rerun | Charles Lee <c****e@l****u> | over 8 years ago | |
| 60b3304c | added flex-basis to menuList component to fix overflow issue in ie11 | Charles Lee <c****e@l****u> | over 8 years ago | |
| 6743fabe | fix control showing scroll bar, fix overflowing options in menu | Charles Lee <c****e@l****u> | over 8 years ago | |
| 363d6351 | add utility methods for aria live region updates for option focus, selection ... | Charles Lee <c****e@l****u> | over 8 years ago | |
| 612dd62f | accessibility wip, added focused options and inputvalue change announcements | Charles Lee <c****e@l****u> | over 8 years ago | |
| f348c58c | Adding --isDisabled classname to Option | Eemeli Aro <e****i@g****m> | over 8 years ago | |
| d29b3429 | remove onValueClick implementation; | Charles Lee <c****e@l****u> | over 8 years ago | |
| bee75102 | remove onValueClick implementation; | Charles Lee <c****e@l****u> | over 8 years ago | |
| 07867719 | refactor focusedValue detection logic in Select.js | Charles Lee <c****e@l****u> | over 8 years ago | |
| baa578cd | refactor focusedValue detection logic in Select.js | Charles Lee <c****e@l****u> | over 8 years ago | |
| 3ba8ab59 | onValueClick implementation for Multi and Single Value components | Charles Lee <c****e@l****u> | over 8 years ago | |
| 25e98948 | onValueClick implementation for Multi and Single Value components | Charles Lee <c****e@l****u> | over 8 years ago | |
| 27a7d661 | initial live-region implementation | Charles Lee <c****e@l****u> | over 8 years ago | |
| 434008e8 | Ensuring inputValue is always a string in buildMenuOptions | Jed Watson <j****n@m****m> | over 8 years ago | |
| 82f654c5 | Fixing a bug where nextProps is not always used when building menu options | Jed Watson <j****n@m****m> | over 8 years ago | |
| 58feef39 | merge Merge remote-tracking branch 'jed/v2' into v2 | Michael Crook <m****k@g****m> | over 8 years ago | |
| 91e6a73b | added documentation on how to SSR | Michael Crook <m****k@g****m> | over 8 years ago | |
| 1cb3df29 | nullify focus value on clear, add onValueClick trigger to space key press | Charles Lee <c****e@l****u> | over 8 years ago | |
| 8f9312fb | nullify focus value on clear, add onValueClick trigger to space key press | Charles Lee <c****e@l****u> | over 8 years ago | |
| 9168cb19 | added onValueClick prop | Charles Lee <c****e@l****u> | over 8 years ago | |
| f190dec5 | added onValueClick prop | Charles Lee <c****e@l****u> | over 8 years ago | |
| 774e9793 | clean up flow types LoadingIndicator class, add aria-hidden to passed in inne... | Charles Lee <c****e@l****u> | over 8 years ago | |
| 8bba3259 | aria hidden true on indicators and svgs | Charles Lee <c****e@l****u> | over 8 years ago | |
| b7a3534e | remove allytext from loadingIndicator | Charles Lee <c****e@l****u> | over 8 years ago | |
| 94557364 | removed unnecessary aria attributes from Menu and Option | Charles Lee <c****e@l****u> | over 8 years ago | |
| ab42d2d7 | remove unnecessary aria props from Input and Group components | Charles Lee <c****e@l****u> | over 8 years ago | |
| addff0e6 | added inputValue checks to multivalue keyboard input handle | Charles Lee <c****e@l****u> | over 8 years ago | |
| ba16de9e | added inputValue checks to multivalue keyboard input handle | Charles Lee <c****e@l****u> | over 8 years ago | |
| a01fd940 | Simplify flow distribution | Bogdan Chadkin <t****d@y****u> | over 8 years ago | |
| 766e6d96 | initial commit of multi-value keyboard functionality | Charles Lee <c****e@l****u> | over 8 years ago | |
| 124dad0a | initial commit of multi-value keyboard functionality | Charles Lee <c****e@l****u> | over 8 years ago | |
| ada73793 | Allow Creatable option first |
ioji <i****i@c****r>
Committed by: Charles Lee <c****e@l****u> |
over 8 years ago | |
| f3d937cf | Updating dependencies | Jed Watson <j****n@m****m> | over 8 years ago | |
| 6a7bb500 | merge Merge pull request #2557 from JedWatson/v2-setup-circleci |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 63489506 | Updating e2e task thanks to @willmendesneto | Jed Watson <j****n@m****m> | over 8 years ago | |
| 8df83aa1 | Updating e2e script | Jed Watson <j****n@m****m> | over 8 years ago | |
| 503863b6 | Adding changes from #2559 | Jed Watson <j****n@m****m> | over 8 years ago | |
| c6ef2192 | merge Merge branch 'v2' into v2-setup-circleci | Jed Watson <j****n@m****m> | over 8 years ago | |
| 4496200d | fix group component in experimental | Charles Lee <c****e@l****u> | over 8 years ago | |
| b52bb4d0 | v2.0.0-beta.2 | Jed Watson <j****n@m****m> | over 8 years ago | |
| 8a61132d | Updating TODO | Jed Watson <j****n@m****m> | over 8 years ago | |
| 65872e6e | merge Merge pull request #2547 from JedWatson/v2-use-emotion |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 3fa5f68e | Add CircleCI config | Jed Watson <j****n@m****m> | over 8 years ago | |
| b199642c | merge Merge branch 'v2' into v2-use-emotion | Jed Watson <j****n@m****m> | over 8 years ago | |
| 453d4db4 | Fixing browserslistrc, thanks @jamiebuilds | Jed Watson <j****n@m****m> | over 8 years ago | |
| 722a9846 | merge Merge pull request #2549 from JedWatson/lesha1201-v2 |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| aef6cd3c | merge Merge pull request #2548 from falconmick/v2 |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| dd107fa0 | Moving dependencies to devDependencies | Jed Watson <j****n@m****m> | over 8 years ago | |
| f28c53b4 | merge Merge branch 'v2-use-emotion' of github.com:JedWatson/react-select into v2-us... | Jed Watson <j****n@m****m> | over 8 years ago | |
| b48b8edb | rerun cypress | Charles Lee <c****e@l****u> | over 8 years ago | |
| 7a1e9ddc | update jest snapshots | Charles Lee <c****e@l****u> | over 8 years ago | |
| 3f08b19a | merge Merge branch 'v2' of https://github.com/lesha1201/react-select into lesha1201-v2 | Charles Lee <c****e@l****u> | over 8 years ago | |
| b047767b | added universal/ssr rendering support | Michael Crook <m****k@g****m> | over 8 years ago | |
| 93bf2b9c | Fixing snapshots after css change | Jed Watson <j****n@m****m> | over 8 years ago | |
| 6944231e | Fixing snapshots after css change |
Jed Watson <j****n@m****m>
Committed by: Charles Lee <c****e@l****u> |
over 8 years ago | |
| ec76e1d9 | Flow should ignore dist/ | Jed Watson <j****n@m****m> | over 8 years ago | |
| 839be30c | Removing (now) unnecessary white space from flex styles |
Jed Watson <j****n@m****m>
Committed by: Charles Lee <c****e@l****u> |
over 8 years ago | |
| d8774418 | Removing (now) unnecessary white space from flex styles | Jed Watson <j****n@m****m> | over 8 years ago | |
| dfb885e0 | Add ability to change input color | Alexey Ryabov <l****1@m****u> | over 8 years ago | |
| 1c577874 | Adding bundlesize reporter to build process | Jed Watson <j****n@m****m> | over 8 years ago | |
| bf200acb | Fixing issues with the umd index | Jed Watson <j****n@m****m> | over 8 years ago | |
| f079c403 | Replacing glam with emotion | Jed Watson <j****n@m****m> | over 8 years ago | |
| 3fa147d8 | Replacing glam with emotion |
Jed Watson <j****n@m****m>
Committed by: Charles Lee <c****e@l****u> |
over 8 years ago | |
| d636a038 | merge Merge pull request #2543 from Noviny/bcon/update-guide-sort-and-filter |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 8f59fea0 | Menu should be wrapped in a div, not a span ref #2544 | Jed Watson <j****n@m****m> | over 8 years ago | |
| 0ea7b195 | merge Merge pull request #2544 from JedWatson/v2-remove-fragment |
Jed Watson <j****n@m****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 3001f299 | remove use of Fragment in Select.js | Charles Lee <c****e@l****u> | over 8 years ago | |
| e81145bb | upgrade guide now has filter and order options for all props | Ben Conolly <b****n@t****u> | over 8 years ago |