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

[SliderUnstyled] Use useSlotProps #33132

Merged
merged 12 commits into from Jun 24, 2022

Commits on Jun 13, 2022

  1. Copy the full SHA
    ae22ea8 View commit details
    Browse the repository at this point in the history
  2. proptypes

    michaldudak committed Jun 13, 2022
    Copy the full SHA
    033668c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f0a190e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d598556 View commit details
    Browse the repository at this point in the history
  5. proptypes, again

    michaldudak committed Jun 13, 2022
    Copy the full SHA
    40448e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Copy the full SHA
    9c5caf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Copy the full SHA
    884faae View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Copy the full SHA
    d3cb7c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    522511c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. proptypes

    michaldudak committed Jun 23, 2022
    Copy the full SHA
    1ce900b View commit details
    Browse the repository at this point in the history
  2. Improve the return type of useSlotProps

    Make useSlotProps (and the underlying appendOwnerState) aware of the type of element
    on which the props should be applied. Based on this, ownerState will either be present
    or undefined in the resulting type.
    michaldudak committed Jun 23, 2022
    Copy the full SHA
    c99ea5f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Copy the full SHA
    8534f0a View commit details
    Browse the repository at this point in the history