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

[Slider] New Slider components and hook #373

Merged
merged 73 commits into from
Jul 2, 2024

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    3116377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bf2a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7708204 View commit details
    Browse the repository at this point in the history
  4. Gradient slider demo

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cf4579c View commit details
    Browse the repository at this point in the history
  5. Fix thumb shift

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1369a1c View commit details
    Browse the repository at this point in the history
  6. Vertical slider demo

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    65e5d6e View commit details
    Browse the repository at this point in the history
  7. Clean up CSS

    revert lockfile
    colmtuite authored and mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    68d3ebb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32a90f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52e046a View commit details
    Browse the repository at this point in the history
  10. Reorganize

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ba3cecb View commit details
    Browse the repository at this point in the history
  11. Add tests and demos

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b52bf79 View commit details
    Browse the repository at this point in the history
  12. Skip old test

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    25d0289 View commit details
    Browse the repository at this point in the history
  13. Swap tabIndex of thumb and input

    fix
    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5834ac2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6243780 View commit details
    Browse the repository at this point in the history
  15. Dont use context in hooks

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d0d0514 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a865de7 View commit details
    Browse the repository at this point in the history
  17. Slider with marks demo

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e044c80 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ddd6489 View commit details
    Browse the repository at this point in the history
  19. Support Home and End keys

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    015cdf9 View commit details
    Browse the repository at this point in the history
  20. Refactor track ref

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f070558 View commit details
    Browse the repository at this point in the history
  21. WIP refactor 1

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    df60810 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9102f38 View commit details
    Browse the repository at this point in the history
  23. Revert "WIP refactor 2 - add sort prop"

    e0d31a38c29961f5995012511b7d77e7c4c785c6
    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5888040 View commit details
    Browse the repository at this point in the history
  24. Revert "WIP refactor 1"

    56a7b419a5381cd516cebf5a2fc83d585baa2c5d
    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5fb735e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c751582 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1497edd View commit details
    Browse the repository at this point in the history
  27. Add docs & demos

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b7e33c7 View commit details
    Browse the repository at this point in the history
  28. Add data-orientation

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    15b3c51 View commit details
    Browse the repository at this point in the history
  29. Update demos

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e4a7b41 View commit details
    Browse the repository at this point in the history
  30. Move v5 slider

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6b569e6 View commit details
    Browse the repository at this point in the history
  31. Fix root aria-labelledby

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    398a82b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6ca09da View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f97628d View commit details
    Browse the repository at this point in the history
  34. Change root to div

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    977840e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0b0e045 View commit details
    Browse the repository at this point in the history
  36. Use useComponentRenderer

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8e7bac4 View commit details
    Browse the repository at this point in the history
  37. Change isRtl prop

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e8eed16 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cd98458 View commit details
    Browse the repository at this point in the history
  39. Misc fixes

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    960732b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3dcc31a View commit details
    Browse the repository at this point in the history
  41. Add vo aria valuetext demo

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5678b26 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a6d980c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    0ce48e6 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2e8daf7 View commit details
    Browse the repository at this point in the history
  45. Update experiments

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    20044f8 View commit details
    Browse the repository at this point in the history
  46. Add Indicator component

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f0dbf64 View commit details
    Browse the repository at this point in the history
  47. Update demos

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    76e998a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d0f09f9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    357b751 View commit details
    Browse the repository at this point in the history
  50. SSR improvements

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a765bbc View commit details
    Browse the repository at this point in the history
  51. Clean up experiments pages

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b4314b8 View commit details
    Browse the repository at this point in the history
  52. Remove legacy slider

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6167fe5 View commit details
    Browse the repository at this point in the history
  53. Misc docs fixes

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    88b296e View commit details
    Browse the repository at this point in the history
  54. PR review fixes

    mj12albert committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1d1f779 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Remove marks

    mj12albert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ada992e View commit details
    Browse the repository at this point in the history
  2. Remove legacy useSlider

    mj12albert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d87176f View commit details
    Browse the repository at this point in the history
  3. More review fixes

    mj12albert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c29b69f View commit details
    Browse the repository at this point in the history
  4. Remove internal open state

    mj12albert committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e4da263 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70339a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    2122858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2797c1d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    e4e2118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4211af7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    20012fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a30f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    4495a10 View commit details
    Browse the repository at this point in the history
  2. Update types

    mj12albert committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dc1aeb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f865dd View commit details
    Browse the repository at this point in the history
  4. Rename directories

    mj12albert committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fbe5ef1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8556c03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d07a34b View commit details
    Browse the repository at this point in the history
  7. Remove scale prop

    mj12albert committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c6b4565 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37059b8 View commit details
    Browse the repository at this point in the history