aperturerobotics / react-chonky

File Browser component for React.
https://chonky.io
MIT License
23 stars 17 forks source link

Bump @mui/material from 5.11.5 to 5.11.6 #1

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @mui/material from 5.11.5 to 5.11.6.

Release notes

Sourced from @​mui/material's releases.

v5.11.6

Jan 23, 2023

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • @​ZeeshanTamboli improved the logic for handling the value label in the SliderUnstyled (#35805)
  • many other 🐛 bug fixes and 📚 documentation improvements

@mui/material@5.11.6

@mui/base@5.0.0-alpha.115

Breaking changes

  • ​[SliderUnstyled] Improved logic for displaying the value label (#35805) @​ZeeshanTamboli

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
    

    The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel
    

    In the custom value label component, you can define your own classNames and target them with CSS.

    • The SliderValueLabelUnstyled component is removed from SliderUnstyled. You should provide your own custom component for the value label.

    • To avoid using React.cloneElement API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - Thumb -> Input, ValueLabel.

Changes

@mui/joy@5.0.0-alpha.64

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.11.6

Jan 23, 2023

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • @​ZeeshanTamboli improved the logic for handling the value label in the SliderUnstyled (#35805)
  • many other 🐛 bug fixes and 📚 documentation improvements

@mui/material@5.11.6

@mui/base@5.0.0-alpha.115

Breaking changes

  • &#8203;[SliderUnstyled] Improved logic for displaying the value label (#35805) @​ZeeshanTamboli

    • The valueLabelDisplay prop is removed from SliderUnstyled. The prop was not working as intended in SliderUnstyled (See #35398). You can instead provide a valueLabel slot with the slots prop API to show the value label:
    - <SliderUnstyled valueLabelDisplay="on" />
    + <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
    

    The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label

    • The following classes are removed from sliderUnstyledClasses since they are not needed for the value label:
    - valueLabel
    - valueLabelOpen
    - valueLabelCircle
    - valueLabelLabel
    

    In the custom value label component, you can define your own classNames and target them with CSS.

    • The SliderValueLabelUnstyled component is removed from SliderUnstyled. You should provide your own custom component for the value label.

    • To avoid using React.cloneElement API in value label, the component hierarchy structure of the value label is changed. The value label is now inside the Thumb slot - Thumb -> Input, ValueLabel.

Changes

... (truncated)

Commits
  • a2e5523 [release] v5.11.6 (#35925)
  • 6311da5 [SliderUnstyled] Improved logic for displaying the value label (#35805)
  • 0ff044d [SwipeableDrawer] Add callback to customise touchstart ignore for swipeable d...
  • 7c1c73f [Button] Fix border color for secondary disabled button (#35866)
  • 628b532 [Box] Fix usage of not supported features in TypeScript 3.5 (#35877)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language