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

[Joy] Add slots/slotProps props to the typing of all components and apply useSlot to all components #34997

Merged
merged 147 commits into from
Dec 5, 2022

Commits on Nov 18, 2022

  1. use getBy for better DX

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ee3091f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae5629c View commit details
    Browse the repository at this point in the history
  3. fix Alert

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    52df009 View commit details
    Browse the repository at this point in the history
  4. update conformance

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    397c96d View commit details
    Browse the repository at this point in the history
  5. Revert "use getBy for better DX"

    This reverts commit ee3091f.
    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    842cf9b View commit details
    Browse the repository at this point in the history
  6. update Autocomplete

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fc8a694 View commit details
    Browse the repository at this point in the history
  7. fix AvatarGroup

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3fa5754 View commit details
    Browse the repository at this point in the history
  8. rename to components

    siriwatknp committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3a6b30a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    a0771dd View commit details
    Browse the repository at this point in the history
  2. add comment

    siriwatknp committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e14e4fb View commit details
    Browse the repository at this point in the history
  3. fix misused variables

    siriwatknp committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bd95b34 View commit details
    Browse the repository at this point in the history
  4. remove outdated tests

    siriwatknp committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1005da0 View commit details
    Browse the repository at this point in the history
  5. add comment

    siriwatknp committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    97713b2 View commit details
    Browse the repository at this point in the history
  6. fix pagination tests

    siriwatknp committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5585d42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecbdb3d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    b56ab74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063d2e7 View commit details
    Browse the repository at this point in the history
  3. Apply useSlot to Chip

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a68cac3 View commit details
    Browse the repository at this point in the history
  4. Apply useSlot to ChipDelete

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    74e63a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae13c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc5b30b View commit details
    Browse the repository at this point in the history
  7. Apply useSlot to Tooltip

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c8bd681 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddec72d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69da1d6 View commit details
    Browse the repository at this point in the history
  10. [Chip, ChipDelete, LinearProgress, CircularProgress] Ensure API doc o…

    …f component prop is generated + improve code
    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3b30500 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    109fa4a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea89935 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9aa71e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6b457e2 View commit details
    Browse the repository at this point in the history
  15. [Slider] Add components prop

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2e2266f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae7c289 View commit details
    Browse the repository at this point in the history
  17. Apply useSlot to more components & Rename components to slots, compon…

    …entsProps to slotProps
    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4387e71 View commit details
    Browse the repository at this point in the history
  18. Fix Joy useSlot() test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0005956 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9343bce View commit details
    Browse the repository at this point in the history
  20. Apply useSlot, add slots prop, rename componentsProps to slotProps fo…

    …r all other Joy components
    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dbe766d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0fd81f0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    415e9c0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    39f01a6 View commit details
    Browse the repository at this point in the history
  24. Test slots of Alert

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5ffc2f3 View commit details
    Browse the repository at this point in the history
  25. Test slots of AspectRatio

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bfa5ccd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3358f31 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1ee303f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0ed9bee View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    780f905 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d171e41 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e9432ff View commit details
    Browse the repository at this point in the history
  32. Test slots of LinearProgress

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9396b0d View commit details
    Browse the repository at this point in the history
  33. Prettier

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f679a18 View commit details
    Browse the repository at this point in the history
  34. Test slots of more components

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    88e5960 View commit details
    Browse the repository at this point in the history
  35. Add backdrop class to Modal

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dd2ffc8 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d5db0f3 View commit details
    Browse the repository at this point in the history
  37. Test slots of more components

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    56c9830 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    08b82b7 View commit details
    Browse the repository at this point in the history
  39. Format docs

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9390a14 View commit details
    Browse the repository at this point in the history
  40. Improve test of Alert

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d83191e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8c88f4e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    391ade6 View commit details
    Browse the repository at this point in the history
  43. muiName could be undefined

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    255e230 View commit details
    Browse the repository at this point in the history
  44. Improve Breadcrumbs test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0e6d0f7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a6d205a View commit details
    Browse the repository at this point in the history
  46. Typo in aria prop in SvgIcon

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6fa6667 View commit details
    Browse the repository at this point in the history
  47. Fix errors in Chip

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a43fea9 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5b4c575 View commit details
    Browse the repository at this point in the history
  49. Fix LinearProgress test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4a0e042 View commit details
    Browse the repository at this point in the history
  50. [MenuList] Fix test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b6d4471 View commit details
    Browse the repository at this point in the history
  51. [ListDivider] Fix errors

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c8f81db View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1c99eba View commit details
    Browse the repository at this point in the history
  53. [Select] Fix implementation

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    cf3dfea View commit details
    Browse the repository at this point in the history
  54. Ensure Select test passes

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    797c6b2 View commit details
    Browse the repository at this point in the history
  55. [ListDivider] Run proptypes

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a22bc04 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a7cce30 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    324dfdf View commit details
    Browse the repository at this point in the history
  58. [Tooltip] Refactor

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    69d0d42 View commit details
    Browse the repository at this point in the history
  59. [TextField] Improve test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f1dc124 View commit details
    Browse the repository at this point in the history
  60. [TextField] Fix slot errors

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    61cf5f6 View commit details
    Browse the repository at this point in the history
  61. [Menu] Fix test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c659455 View commit details
    Browse the repository at this point in the history
  62. [Chip] Fix test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    1fb6285 View commit details
    Browse the repository at this point in the history
  63. [Breadcrumbs] Fix test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f9fcb8e View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    3283459 View commit details
    Browse the repository at this point in the history
  65. Format docs

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7409ad7 View commit details
    Browse the repository at this point in the history
  66. Fix tests

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5d3599b View commit details
    Browse the repository at this point in the history
  67. [Tooltip] Improve test

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    128fc4c View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    3e788b3 View commit details
    Browse the repository at this point in the history
  69. add data-testid="custom"

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d79f007 View commit details
    Browse the repository at this point in the history
  70. ref should be null

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7a86534 View commit details
    Browse the repository at this point in the history
  71. simplify Tooltip tests

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    37028bd View commit details
    Browse the repository at this point in the history
  72. only pass the className

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9bef057 View commit details
    Browse the repository at this point in the history
  73. exclude slot tests from TextField

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    379d211 View commit details
    Browse the repository at this point in the history
  74. skip test?

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9911b40 View commit details
    Browse the repository at this point in the history
  75. skip element tests

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    281e318 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    8c1883a View commit details
    Browse the repository at this point in the history
  77. fix Select

    siriwatknp authored and hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8eb3aec View commit details
    Browse the repository at this point in the history
  78. Fix format / lint errors

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f76f3ad View commit details
    Browse the repository at this point in the history
  79. Fix errors

    hbjORbj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c1f1694 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    f0a43d9 View commit details
    Browse the repository at this point in the history
  2. fix lint

    siriwatknp committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    200986d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ec85a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c93fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    755640c View commit details
    Browse the repository at this point in the history
  6. update component

    siriwatknp committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    be42289 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b91e8e3 View commit details
    Browse the repository at this point in the history
  8. fix MenuList name

    siriwatknp committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8772417 View commit details
    Browse the repository at this point in the history
  9. [Menu] Fix ref instsance test

    hbjORbj committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c8e23ae View commit details
    Browse the repository at this point in the history
  10. fix Avatar tests

    siriwatknp committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9df9797 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. remove testStateOverrides

    siriwatknp committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    199e05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc5281 View commit details
    Browse the repository at this point in the history
  3. run proptypes

    siriwatknp committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bb63e5e View commit details
    Browse the repository at this point in the history
  4. fix regression

    siriwatknp committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ba310d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    6148c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fc03d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Run prettier

    hbjORbj committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    20f7257 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    42de4f3 View commit details
    Browse the repository at this point in the history
  2. add tests

    siriwatknp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5a30f27 View commit details
    Browse the repository at this point in the history
  3. Fix types for Alert

    siriwatknp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    98c630f View commit details
    Browse the repository at this point in the history
  4. [Autocomplete] Fix types

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a69a676 View commit details
    Browse the repository at this point in the history
  5. Update prop types for Alert

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1ff5c9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    157b3fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3de1087 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cff7d46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba1d106 View commit details
    Browse the repository at this point in the history
  10. [Alert] Improve types

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3238336 View commit details
    Browse the repository at this point in the history
  11. [AspectRatio] Improve types

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4c7d643 View commit details
    Browse the repository at this point in the history
  12. [Badge] improve types

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f619d3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    890bf19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61287ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eae5f42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea52b18 View commit details
    Browse the repository at this point in the history
  17. Fix prop typs

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e70bd45 View commit details
    Browse the repository at this point in the history
  18. Fix useSlot test

    hbjORbj committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6d34417 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    778d508 View commit details
    Browse the repository at this point in the history
  2. revert Material UI changes

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2c01680 View commit details
    Browse the repository at this point in the history
  3. fix Tooltip

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4a3b0e1 View commit details
    Browse the repository at this point in the history
  4. fix test

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    740485d View commit details
    Browse the repository at this point in the history
  5. update Avatar

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    96e7f71 View commit details
    Browse the repository at this point in the history
  6. update Badge

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    999f9fa View commit details
    Browse the repository at this point in the history
  7. update breadcrumbs

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e590744 View commit details
    Browse the repository at this point in the history
  8. update components

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e4f5722 View commit details
    Browse the repository at this point in the history
  9. fix slider props

    siriwatknp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8ebc521 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    7a830f3 View commit details
    Browse the repository at this point in the history
  2. prettier

    hbjORbj committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    60ea322 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Fix codemod

    hbjORbj committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    25e2e76 View commit details
    Browse the repository at this point in the history
  2. Improve codemod test

    hbjORbj committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c3b09f7 View commit details
    Browse the repository at this point in the history
  3. Run proptypes

    hbjORbj committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    ef9722c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    f53ee69 View commit details
    Browse the repository at this point in the history
  2. fix duplicate

    siriwatknp committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    04728f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05203d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715d72d View commit details
    Browse the repository at this point in the history