-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
206 changed files
with
3,990 additions
and
2,220 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,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/[email protected].1 | ||
aws-cli: circleci/[email protected].2 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
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,81 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## 6.3.0 | ||
|
||
<!-- generated comparing v6.2.1..master --> | ||
|
||
_Dec 23, 2024_ | ||
|
||
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨: | ||
|
||
- Fix invalid HTML structure in the Accordion component (#44408) @ZeeshanTamboli | ||
The HTML elements of the Accordion summary have been updated: | ||
- the root element is now button (previously div). | ||
- summary content and the icon wrapper are now span (previously div). | ||
This will only impact you if you used the HTML element as selectors in your styles. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [Accordion] Fix invalid HTML inside heading (#44408) @ZeeshanTamboli | ||
- [useAutocomplete] Improve TS typing of `groupedOptions` prop (#44657) @lewxdev | ||
- Prevent `ownerState` propagation for transition slots (#44401) @ZeeshanTamboli | ||
- [StepContent] Add slots and slotProps (#44742) @sai6855 | ||
- [TablePagination] Add the rest of `slots` and `slotProps`. (#44570) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Set `before` directly without using prepend for global styles (#44648) @siriwatknp | ||
|
||
### Docs | ||
|
||
- [material-ui] Improve `theme.applyStyles()` docs (#44658) @DiegoAndai | ||
- [material-ui] Update MD callout (#43958) @aarongarciah | ||
|
||
### Core | ||
|
||
- Remove unnecessary conditional around `.muiName =` (#44071) @Janpot | ||
- [blog] Material UI: 2024 EOY updates blog post (#44722) @alelthomas | ||
- Fix quickstart command in pigment docs (#44806) @yash49 | ||
- [docs-infra] Remove Next.js production profiler (#44823) @romgrk | ||
- [docs-infra] Remove no longer support `optimizeFonts` Next.js option (#44802) @LukasTy | ||
|
||
All contributors of this release in alphabetical order: @aarongarciah, @alelthomas, @DiegoAndai, @Janpot, @lewxdev, @LukasTy, @romgrk, @sai6855, @siriwatknp, @yash49, @ZeeshanTamboli | ||
|
||
## 6.2.1 | ||
|
||
<!-- generated comparing v6.2.0..master --> | ||
|
||
_Dec 17, 2024_ | ||
|
||
A big thanks to the 10 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Update `overridesResolver` return from object to array of styles (#44752) @siddhantantil39 | ||
- [Pagination] Use correct `aria-current` value (#44753) @jacklaurencegaray | ||
- [Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input (#44731) @ben-pomelo | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Warns if the hex color contains trailing space (#44538) @siriwatknp | ||
|
||
### Docs | ||
|
||
- [material-ui][Dialog] Fix crashing of DraggableDialog demo (#44747) @sai6855 | ||
- [material-ui][TextField] Update `react-number-format` demo to use the recommended prop (#44743) @siriwatknp | ||
- [material-ui][TextField] Add size default prop to api docs (#44714) @sai6855 | ||
- [material-ui][TextField] Add suffix shrink demo (#44744) @siriwatknp | ||
|
||
### Core | ||
|
||
- [api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option (#44737) @vladmoroz | ||
- Fix running mocha related scripts on Windows locally (#44664) @ChristopherJamesL | ||
- Update `eslint-plugin-jsx-a11y` (#44701) @ZeeshanTamboli | ||
- Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions (#44703) @JCQuintas | ||
- [examples] Add Theme Mode Switch to Next.js TS example (#43576) @TurtIeSocks | ||
|
||
All contributors of this release in alphabetical order: @ben-pomelo, @ChristopherJamesL, @jacklaurencegaray, @JCQuintas, @sai6855, @siddhantantil39, @siriwatknp, @TurtIeSocks, @vladmoroz, @ZeeshanTamboli | ||
|
||
## 6.2.0 | ||
|
||
<!-- generated comparing v6.1.10..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
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
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.