forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'repalce-unknown-with-any' of https://github.com/sai6855…
…/material-ui into repalce-unknown-with-any
- Loading branch information
Showing
396 changed files
with
5,021 additions
and
2,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Create cherry-pick PR | ||
on: | ||
pull_request_target: | ||
branches: | ||
- 'next' | ||
- 'v*.x' | ||
- 'master' | ||
types: ['closed'] | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
create_pr: | ||
name: Create cherry-pick PR | ||
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@master | ||
permissions: | ||
contents: write | ||
pull-requests: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,111 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 6.1.6 | ||
## v6.1.8 | ||
|
||
<!-- generated comparing v6.1.7..master --> | ||
|
||
_Nov 20, 2024_ | ||
|
||
A big thanks to the 10 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Autocomplete] Use `ul` element for the listbox (#44422) @DiegoAndai | ||
- [Grid2] Remove item and zeroMinWidth classes from grid2Classes (#44419) @sai6855 | ||
- [StepIcon] Add SvgIconOwnProps type to StepIcon props (#44337) @sai6855 | ||
- Add generic back to `useMediaQuery` to prevent a breaking change (#44455) @siriwatknp | ||
- [Tooltip] Deprecate `*Component` and `*Props` for v6 (#44350) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Warn when calling `setMode` without configuring `colorSchemeSelector` (#43783) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Add back removed internal function (#44421) @mnajdova | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Skip deep clone React element (#44400) @siriwatknp | ||
- Add documentation to `useForkRef` (#44410) @JCQuintas | ||
|
||
### Docs | ||
|
||
- [Accordion] Replace hardcoded classes with constants in demos (#44453) @ZeeshanTamboli | ||
- [material-ui][Autocomplete] Fix virtualization demo (#44382) @DiegoAndai | ||
- Revert #44388 (#44454) @prakhargupta1 | ||
- Add App starters in related-projects.md (#44315) @oliviertassinari | ||
- Bring back `*Component` and `*Props` codemods and deprecation messages (#44383) @DiegoAndai | ||
- [docs] Copyedit Templates page (#44461) @samuelsycamore | ||
|
||
### Core | ||
|
||
- Remove `stylis-plugin-rtl-sc` (#44447) @renovate[bot] | ||
- [test][Autocomplete] Make virtualize regression screenshots deterministic (#44425) @DiegoAndai | ||
- [blog] Fix reference to subdomain on MUI X v8 alpha zero post (#44416) @joserodolfofreitas | ||
- [blog] MUI X v8 alpha zero blog post (#44377) @joserodolfofreitas | ||
- [code-infra] Use vitest-compatible skip in `describeConformance` (#44412) @JCQuintas | ||
- Keep OpenSSF badge up-to-date (aef2bf2) @oliviertassinari | ||
- Polish useForkRef docs (#44424) @oliviertassinari | ||
- [infra] Upgrade Cherry-pick workflow to latest (#44448) @oliviertassinari | ||
|
||
All contributors of this release in alphabetical order: @DiegoAndai, @JCQuintas, @joserodolfofreitas, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, samuelsycamore, @siriwatknp, @ZeeshanTamboli | ||
|
||
## v6.1.7 | ||
|
||
<!-- generated comparing v6.1.6..master --> | ||
|
||
_Nov 13, 2024_ | ||
|
||
A big thanks to the 13 contributors who made this release possible. | ||
This release includes fixes as well as documentation improvements. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Fix default props theme scoping (#44340) @siriwatknp | ||
- Support theme scoping in `useMediaQuery` (#44339) @siriwatknp | ||
- [Grid] Fix regression spacing prop with string value (#44376) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Fix missing `@types/hoist-non-react-statics` causing `styled` returns any (#44397) @megos | ||
|
||
### Docs | ||
|
||
- Replace 'Experimental APIs - Toolpad' with 'Toolpad (Beta)' (#44388) @prakhargupta1 | ||
- Fix Pigment CSS install (#44353) @oliviertassinari | ||
- Fix dashboard menu warning (#44317) @siriwatknp | ||
- Add runtime theme section for Material Pigment CSS (#44137) @siriwatknp | ||
- Add hash to `key` to remove noise from console (#44289) @sai6855 | ||
- Revise Example Projects and Related Projects pages (#44191) @samuelsycamore | ||
- [material-ui] Fix typo in typography theme set up for templates (#44338) @navedqb | ||
- [material-ui] Add StackBlitz/CodeSandbox buttons to template cards (#44253) @zanivan | ||
- [material-ui] Fix Sign-in/Sign-up templates layout (#44281) @zanivan | ||
- [material-ui] Remove noise in template (#44260) @oliviertassinari | ||
- [material-ui][Rating] Add uncontrolled example to Basic Rating demo (#44386) @sai6855 | ||
- [material-ui][TextField] Replace InputProps with slotProps.input in demo (#44288) @sai6855 | ||
|
||
### Core | ||
|
||
- [blog] Follow media asset guidelines (#44374) @oliviertassinari | ||
- [code-infra] Changes for test util to work in `vitest` (#43625) @JCQuintas | ||
- Remove old marked JS options (#44375) @ZeeshanTamboli | ||
- Fix webpack capitalization (#44352) @oliviertassinari | ||
- Fix Next.js link 404 (710cd95) @oliviertassinari | ||
- Update Gold sponsoring backlinks (#44316) @oliviertassinari | ||
- Fix tools-public.mui.com redirection (9196fa5) @oliviertassinari | ||
- Remove blank AlertTitle test file (#44282) @ZeeshanTamboli | ||
- [docs-infra] Fix ad in RTL (#44345) @oliviertassinari | ||
- [docs-infra] Enforce punctuation on descriptions (#44292) @oliviertassinari | ||
- [docs-infra] Add CodeSandbox and StackBlitz to vale vocab (6db477a) @oliviertassinari | ||
- [docs-infra] Fix correct spelling of VS Code (#44277) @oliviertassinari | ||
- [docs-infra] Add a `rawDescriptions` option (#44390) @vladmoroz | ||
- [examples] Add missing `clsx` dependency (#43526) @Janpot | ||
- [infra] Fix @renovate[bot] appearing in changelog (#44275) @mnajdova | ||
|
||
All contributors of this release in alphabetical order: @Janpot, @JCQuintas, @megos, @mnajdova, @navedqb, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @vladmoroz, @zanivan, @ZeeshanTamboli | ||
|
||
## v6.1.6 | ||
|
||
<!-- generated comparing v6.1.5..master --> | ||
|
||
|
@@ -52,7 +157,7 @@ A big thanks to the 13 contributors who made this release possible. | |
|
||
All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp | ||
|
||
## 6.1.5 | ||
## v6.1.5 | ||
|
||
<!-- generated comparing v6.1.4..master --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.