Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(Dropdown): Single selection #584

Merged
merged 65 commits into from
Jan 8, 2019
Merged

Commits on Jan 3, 2019

  1. crude implementation

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    431268c View commit details
    Browse the repository at this point in the history
  2. fixed the toggle and added/refactored styles

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    2ee1b5e View commit details
    Browse the repository at this point in the history
  3. fixed the filtering to work for all variants

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b959dd9 View commit details
    Browse the repository at this point in the history
  4. made the toggleButton tabbable by default

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c0482c5 View commit details
    Browse the repository at this point in the history
  5. fixed style case active+focus

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    5fe6ed7 View commit details
    Browse the repository at this point in the history
  6. fixed wrong import

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    8a8882d View commit details
    Browse the repository at this point in the history
  7. fixed ariaLabel for trigger button

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    92ad9c0 View commit details
    Browse the repository at this point in the history
  8. added list focus and accessibility handling for it

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    55e9807 View commit details
    Browse the repository at this point in the history
  9. fixed toggle button bug that appeared after trigger fix

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    0f294b2 View commit details
    Browse the repository at this point in the history
  10. reverted change for filteredItems

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    27396f1 View commit details
    Browse the repository at this point in the history
  11. refactored the renderComponent to pass conformance

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    35d7e53 View commit details
    Browse the repository at this point in the history
  12. fixed button focus at selection

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    fc64c6d View commit details
    Browse the repository at this point in the history
  13. merged ref code review improvement

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    8b24b0c View commit details
    Browse the repository at this point in the history
  14. removed unneeded code

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a2b3424 View commit details
    Browse the repository at this point in the history
  15. removed ternary condition

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    bc88b89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eabbbe1 View commit details
    Browse the repository at this point in the history
  17. improvements on styles from code review

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    50700a4 View commit details
    Browse the repository at this point in the history
  18. replaced Icon with unicode char for theme consistency

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    0d7a892 View commit details
    Browse the repository at this point in the history
  19. some more review comments handled

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1bdf704 View commit details
    Browse the repository at this point in the history
  20. some more code improvements in Dropdown

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    518dad5 View commit details
    Browse the repository at this point in the history
  21. replaced right margin with padding for combobox

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    3cdc8d8 View commit details
    Browse the repository at this point in the history
  22. used functional components in the examples

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    bb670f9 View commit details
    Browse the repository at this point in the history
  23. overriding downshift aria label for the toggle button

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c851c13 View commit details
    Browse the repository at this point in the history
  24. made the toggle button arrow non-selectable

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    58c41a8 View commit details
    Browse the repository at this point in the history
  25. used a lodash util instead of filter

    Silviu Avram committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    96a61ab View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. used buttonNode for consistency

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    97758c2 View commit details
    Browse the repository at this point in the history
  2. apply tabIndex only if dropdown is non-search

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c28f7c5 View commit details
    Browse the repository at this point in the history
  3. Revert "used buttonNode for consistency"

    This reverts commit 97758c2.
    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    1563a65 View commit details
    Browse the repository at this point in the history
  4. refactored the Refs use in Dropdown

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    5e4dc81 View commit details
    Browse the repository at this point in the history
  5. crude implementation

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    14532ef View commit details
    Browse the repository at this point in the history
  6. fixed the toggle and added/refactored styles

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    7e870fe View commit details
    Browse the repository at this point in the history
  7. fixed the filtering to work for all variants

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ee95d06 View commit details
    Browse the repository at this point in the history
  8. made the toggleButton tabbable by default

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    bcd061a View commit details
    Browse the repository at this point in the history
  9. fixed style case active+focus

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    7d69d08 View commit details
    Browse the repository at this point in the history
  10. fixed wrong import

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    75ee900 View commit details
    Browse the repository at this point in the history
  11. fixed ariaLabel for trigger button

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    8684525 View commit details
    Browse the repository at this point in the history
  12. added list focus and accessibility handling for it

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    8a60271 View commit details
    Browse the repository at this point in the history
  13. fixed toggle button bug that appeared after trigger fix

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    5aa379e View commit details
    Browse the repository at this point in the history
  14. reverted change for filteredItems

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    eeaf144 View commit details
    Browse the repository at this point in the history
  15. refactored the renderComponent to pass conformance

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c286133 View commit details
    Browse the repository at this point in the history
  16. fixed button focus at selection

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    1ec2028 View commit details
    Browse the repository at this point in the history
  17. merged ref code review improvement

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c19c12f View commit details
    Browse the repository at this point in the history
  18. removed unneeded code

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    862c4bd View commit details
    Browse the repository at this point in the history
  19. removed ternary condition

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    945bb95 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0675513 View commit details
    Browse the repository at this point in the history
  21. improvements on styles from code review

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    c571d92 View commit details
    Browse the repository at this point in the history
  22. replaced Icon with unicode char for theme consistency

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    277175e View commit details
    Browse the repository at this point in the history
  23. some more review comments handled

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    83fc34d View commit details
    Browse the repository at this point in the history
  24. some more code improvements in Dropdown

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    cf48f4b View commit details
    Browse the repository at this point in the history
  25. replaced right margin with padding for combobox

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b9d5412 View commit details
    Browse the repository at this point in the history
  26. used functional components in the examples

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d2ae9e1 View commit details
    Browse the repository at this point in the history
  27. overriding downshift aria label for the toggle button

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    5882ab8 View commit details
    Browse the repository at this point in the history
  28. made the toggle button arrow non-selectable

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0350af6 View commit details
    Browse the repository at this point in the history
  29. used a lodash util instead of filter

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d13c089 View commit details
    Browse the repository at this point in the history
  30. used buttonNode for consistency

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    40744a7 View commit details
    Browse the repository at this point in the history
  31. apply tabIndex only if dropdown is non-search

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    390999a View commit details
    Browse the repository at this point in the history
  32. Revert "used buttonNode for consistency"

    This reverts commit 97758c2.
    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    6c54706 View commit details
    Browse the repository at this point in the history
  33. refactored the Refs use in Dropdown

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0c97678 View commit details
    Browse the repository at this point in the history
  34. updated changelog

    Silviu Avram committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4996260 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Merge branch 'feat/selection-dropdown' of https://github.com/stardust…

    …-ui/react into feat/selection-dropdown
    manajdov committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    afeefa0 View commit details
    Browse the repository at this point in the history
  2. -added white background on the list in the Dropdown for fixing transp…

    …arent scrollbar
    manajdov committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    2b7f913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8244c86 View commit details
    Browse the repository at this point in the history
  4. -fixed changelog

    manajdov committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    5d49229 View commit details
    Browse the repository at this point in the history
  5. removed '.shorthand' from examplePath

    Silviu Avram committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    f17b5b1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feat/selection-dropdown

    Silviu Avram committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    36a34f7 View commit details
    Browse the repository at this point in the history