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 'master' into inputprops-remove
- Loading branch information
Showing
103 changed files
with
3,017 additions
and
2,195 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/[email protected] | ||
aws-s3: circleci/[email protected] | ||
aws-s3: circleci/aws-s3@4.1.0 | ||
|
||
parameters: | ||
browserstack-force: | ||
|
@@ -380,7 +380,7 @@ jobs: | |
<<: *default-job | ||
resource_class: 'medium+' | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
@@ -408,7 +408,7 @@ jobs: | |
test_e2e: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
@@ -420,7 +420,7 @@ jobs: | |
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
@@ -433,7 +433,7 @@ jobs: | |
test_profile: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
@@ -458,7 +458,7 @@ jobs: | |
test_regressions: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
@@ -525,7 +525,7 @@ jobs: | |
test_bundling_next_webpack4: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ | ||
steps: | ||
- checkout: | ||
|
@@ -543,7 +543,7 @@ jobs: | |
test_bundling_next_webpack5: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ | ||
steps: | ||
- checkout: | ||
|
@@ -561,7 +561,7 @@ jobs: | |
test_bundling_create_react_app: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ | ||
steps: | ||
- checkout: | ||
|
@@ -579,7 +579,7 @@ jobs: | |
test_bundling_snowpack: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ | ||
steps: | ||
- checkout: | ||
|
@@ -597,7 +597,7 @@ jobs: | |
test_bundling_vite: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ | ||
steps: | ||
- checkout: | ||
|
@@ -615,7 +615,7 @@ jobs: | |
test_bundling_esbuild: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ | ||
steps: | ||
- checkout: | ||
|
@@ -633,7 +633,7 @@ jobs: | |
test_bundling_gatsby: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
environment: | ||
GATSBY_CPU_COUNT: '3' | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ | ||
|
@@ -734,7 +734,7 @@ jobs: | |
test_benchmark: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.48.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.48.2-focal | ||
steps: | ||
- checkout | ||
- install_js: | ||
|
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
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
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,5 +1,57 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 6.1.6 | ||
|
||
<!-- generated comparing v6.1.5..master --> | ||
|
||
_Oct 30, 2024_ | ||
|
||
A big thanks to the 13 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855 | ||
- [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah | ||
- [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb | ||
- [Divider] Fix CSS specificity order (#44204) @o-alexandrov | ||
- [Slider] Fix value prop type warning (#44131) @joshkel | ||
- Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Support Next 15.0.0 (#42428) @nphmuller | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Tabs] Fix type of TabPanel component (#44207) @blackcow1987 | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Fix system props default import specifier (#44170) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Bring back useIsFocusVisible (#44256) @aarongarciah | ||
- Bring back getReactNodeRef (#44248) @aarongarciah | ||
|
||
### Docs | ||
|
||
- [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah | ||
- Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1 | ||
- Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin | ||
- Use () when referencing functions (#44184) @oliviertassinari | ||
- Follow types description convention (#44187) @oliviertassinari | ||
|
||
### Core | ||
|
||
- Lock file maintenance (#43947) | ||
- Run @mui/icon-material src:icons (#44097) @oliviertassinari | ||
- [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai | ||
- [test] Distinguish private with public tests API (#44188) @oliviertassinari | ||
- [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova | ||
|
||
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 | ||
|
||
<!-- 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
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.