Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Combobox): Improve performance #1771

Merged
merged 53 commits into from
May 13, 2024
Merged

fix(Combobox): Improve performance #1771

merged 53 commits into from
May 13, 2024

Commits on Apr 23, 2024

  1. fix(Combobox): Re-renders

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    24fa39f View commit details
    Browse the repository at this point in the history
  2. some more optimizations

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1f2a6b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a741c View commit details
    Browse the repository at this point in the history
  4. update tests, some misc

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2c9be2a View commit details
    Browse the repository at this point in the history
  5. selectedOptions is an array

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b5fdded View commit details
    Browse the repository at this point in the history
  6. build errors

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3c69ad5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98d44be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b81e9a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18d87f2 View commit details
    Browse the repository at this point in the history
  10. move filter to useCombobox

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5e266d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9de233 View commit details
    Browse the repository at this point in the history
  12. activeIndex working

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b5776a0 View commit details
    Browse the repository at this point in the history
  13. fix keydown Enter

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    45d086c View commit details
    Browse the repository at this point in the history
  14. add missing test for enter

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e746f30 View commit details
    Browse the repository at this point in the history
  15. keyboard func hook

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e3a4e08 View commit details
    Browse the repository at this point in the history
  16. start with adding context

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    955e8f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    69236f4 View commit details
    Browse the repository at this point in the history
  18. fix keyboard navigation

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9f228e2 View commit details
    Browse the repository at this point in the history
  19. more keyboard

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b7f24f9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    03a6d50 View commit details
    Browse the repository at this point in the history
  21. refactor active descendant

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4dffec5 View commit details
    Browse the repository at this point in the history
  22. more list optimization

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1ffac0b View commit details
    Browse the repository at this point in the history
  23. remove console logs, cleanup

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32c402c View commit details
    Browse the repository at this point in the history
  24. more options on story

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dc91645 View commit details
    Browse the repository at this point in the history
  25. fix custom children

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6c8e829 View commit details
    Browse the repository at this point in the history
  26. refactor filtering

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3fb48b1 View commit details
    Browse the repository at this point in the history
  27. fix build errors

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1009446 View commit details
    Browse the repository at this point in the history
  28. typescript enchancement

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e12537d View commit details
    Browse the repository at this point in the history
  29. fix length check

    Barsnes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7053ef2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a51278b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ab8232d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Publish

    mimarz committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0006fe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. only run children once

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8e2e8eb View commit details
    Browse the repository at this point in the history
  2. reducer for children

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ca44956 View commit details
    Browse the repository at this point in the history
  3. early returns

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b3defbe View commit details
    Browse the repository at this point in the history
  4. fix single input reset

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    40b8216 View commit details
    Browse the repository at this point in the history
  5. types

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cff4b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    368ac9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8481123 View commit details
    Browse the repository at this point in the history
  8. remove old prop

    Barsnes committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3bbb62d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    b1f4458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226fc5e View commit details
    Browse the repository at this point in the history
  3. remove duplicate code

    Barsnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c60908d View commit details
    Browse the repository at this point in the history
  4. rework handle value changing

    Barsnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    43ead37 View commit details
    Browse the repository at this point in the history
  5. move props, and remove unused

    Barsnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a8d7c59 View commit details
    Browse the repository at this point in the history
  6. some more work on props

    Barsnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a3debda View commit details
    Browse the repository at this point in the history
  7. remove console logs

    Barsnes committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    00619b1 View commit details
    Browse the repository at this point in the history
  8. built css

    mimarz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7dd6017 View commit details
    Browse the repository at this point in the history
  9. Publish

    mimarz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7e9e9ba View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f44dc06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a1886b View commit details
    Browse the repository at this point in the history
  3. fix closed when typing

    Barsnes committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1031476 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    1f8b784 View commit details
    Browse the repository at this point in the history