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 'next' into migration-to-v6-writing-tweaks
- Loading branch information
Showing
390 changed files
with
6,276 additions
and
2,676 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 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,150 @@ | ||
# [Versions](https://mui.com/versions/) | ||
|
||
## v6.0.0-alpha.12 | ||
|
||
<!-- generated comparing v6.0.0-alpha.11..next --> | ||
|
||
_Jun 24, 2024_ | ||
|
||
A big thanks to the 17 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Add `InitColorSchemeScript` for Next.js App Router (#42247) @siriwatknp | ||
- [Autocomplete] Fix renderOption props type (#42689) @DiegoAndai | ||
- [Autocomplete] Fix React 18.3 key spread warnings in Autocomplete demos (#42691) @aarongarciah | ||
- Support Pigment CSS for `CssBaseline`, `ScopedCssBaseline` and `Popper` (#42640) @siriwatknp | ||
- Add `DefaultPropsProvider` for Pigment CSS integration (#42638) @siriwatknp | ||
- [Stepper] Generate class for nonLinear prop (#42620) @alexismo | ||
- [Tab] Fix failing test (#42686) @aarongarciah | ||
- [Tab] Deprecate iconWrapper class for icon class (#42647) @sai6855 | ||
- [TableSortLabel] Deprecate composed classes (#42281) @sai6855 | ||
- [usePagination] Update pagination `siblingsEnd` calculation logic (#42667) @Mini-ghost | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Support dynamic props styled transformation (#42683) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Fix issues reported by react compiler in `mui-system` package (#42637) @sai6855 | ||
- [useMediaQuery] Remove deprecated types (#42560) @aarongarciah | ||
|
||
### `@mui/[email protected]` | ||
|
||
- Fix issues reported by the React Compiler (#42671) @anuujj | ||
- [Autocomplete] Fix React spread key warning (#42741) @aarongarciah | ||
|
||
### `@mui/[email protected]` | ||
|
||
- [LoadingButton] Apply wrapping element to prevent React crash on Google page translation (#35198) @BartJanvanAssen | ||
|
||
### Docs | ||
|
||
- Fix git diff format in migration to v6 (#42711) @oliviertassinari | ||
- Use new email for sponsoring @oliviertassinari | ||
- Fix 301 links (#42697) @alexfauquette | ||
- Normalize the capitalization of Design Kit @oliviertassinari | ||
- Recommend setting HTML attribute instead of DOM property for RTL (#42599) @aarongarciah | ||
- [material-ui][Select] Fix the `SelectAutoWidth` demo menu item value (#42648) @Danielkhakbaz | ||
|
||
### Core | ||
|
||
- [code-infra] Try disabling animations when taking screenshots (#42537) @Janpot | ||
- [code-infra] Fix benchmark package (#42553) @Janpot | ||
- [core] Replace enzyme in describeConformance (#42447) @DiegoAndai | ||
- [docs-infra] Fix layout shift demo toolbar (#42743) @oliviertassinari | ||
- [docs-infra] Fix visual look of in-house ad (#42735) @oliviertassinari | ||
- [docs-infra] Add stray design polish (#42646) @danilo-leal | ||
- [docs-infra] Fix wrong migration (#42675) @siriwatknp | ||
- [docs-infra] Fine tune markdown elements design (#42643) @danilo-leal | ||
- [docs-infra] Revamp the product switcher design (#42603) @danilo-leal | ||
- [docs-infra] Allow Link component to receive the `role` attribute (#42629) @danilo-leal | ||
- [infra] Add support donation button (#42499) @oliviertassinari | ||
- [infra] Raise `tsconfig`/`tsc` target to `es2022` (#42645) @LukasTy | ||
- [test] Fix tests on CI (#42670) @michaldudak | ||
- [test] Fix issues reported by react-compiler in test packages (#42626) @sai6855 | ||
- [website] Add Armin to the team members (#42679) @arminmeh | ||
- [website] Open Staff Engineer role for Pigment CSS (#42531) @mnajdova | ||
|
||
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @alexismo, @anuujj, @arminmeh, @BartJanvanAssen, @Danielkhakbaz, @danilo-leal, @DiegoAndai, @Janpot, @LukasTy, @michaldudak, @Mini-ghost, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp | ||
|
||
## v6.0.0-alpha.11 | ||
|
||
<!-- generated comparing v6.0.0-alpha.10..next --> | ||
|
||
_Jun 11, 2024_ | ||
|
||
A big thanks to the 18 contributors who made this release possible. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 38 -->[Autocomplete] Shouldn't resize when hovering (#42452) @ZeeshanTamboli | ||
- ​<!-- 37 -->[Chip] Fix focus issue related with the Escape event (#41578) @shrilsharma | ||
- ​<!-- 12 -->[Grid] Fix support for CSS variables (#42574) @oliviertassinari | ||
- ​<!-- 11 -->[InputBase] Use `globalCss` for Pigment integration (#42431) @siriwatknp | ||
- ​<!-- 10 -->Change React.ReactElement type from `any` to `unknown` (#42473) @sai6855 | ||
- ​<!-- 09 -->Integrate `extendSxProp` adapter (#42543) @siriwatknp | ||
- ​<!-- 08 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (#42549) @sai6855 | ||
- ​<!-- 08 -->[pigment-css] Add `stringifyTheme` for Pigment CSS integration (#42476) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 11 -->[Grid] Remove `disableEqualOverflow` by using `gap` (#42526) @DiegoAndai | ||
- ​<!-- 07 -->[useMediaQuery] Drop Safari < 14 support (#42464) @aarongarciah | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 04 -->Allow passing `NaN` as `defaultValue` to `useControlled` (#41559) @iammminzzy | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 39 -->Improve styled and sx prop transformation (#42598) @siriwatknp | ||
- ​<!-- 36 -->Support more cases for sx-prop transformation (#42527) @siriwatknp | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 09 -->Fix issues reported by react compiler in `mui-private-theming` components (#42619) @sai6855 | ||
|
||
### Docs | ||
|
||
- ​<!-- 31 -->Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp | ||
- ​<!-- 29 -->Fix dashboard template console error (#42594) @oliviertassinari | ||
- ​<!-- 28 -->Migrate system props to `sx` prop (#42475) @siriwatknp | ||
- ​<!-- 27 -->[material-ui]Fix duplicated sentence (#42521) @alexfauquette | ||
- ​<!-- 22 -->[Grid] Fix docs spacing (#42573) @oliviertassinari | ||
- ​<!-- 21 -->[joy-ui] Add Next.js App Router instructions on how to prevent flickering (#42514) @devnyxie | ||
- ​<!-- 20 -->[joy-ui] Fix HTML tag without preformatting (#42525) @jacobmoshipco | ||
- ​<!-- 19 -->[material-ui] Add docs for complementary stepper components (#41900) @anle9650 | ||
- ​<!-- 18 -->[material-ui] Fix typo on Sign-in/Sign-up templates (#42605) @zanivan | ||
- ​<!-- 17 -->[material-ui] Add container queries docs (#42434) @siriwatknp | ||
- ​<!-- 16 -->[material-ui] Fix ESLint error in Stepper demo (#42559) @aarongarciah | ||
- ​<!-- 15 -->[material-ui] Shorten useMediaQuery subheading (#42561) @aarongarciah | ||
- ​<!-- 14 -->[material-ui] Add a Refine example project (#42461) @necatiozmen | ||
|
||
### Core | ||
|
||
- ​<!-- 39 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH | ||
- ​<!-- 35 -->[core] Allow `for..of` loops (#42600) @michaldudak | ||
- ​<!-- 34 -->[core] Add comment about Object.js @oliviertassinari | ||
- ​<!-- 33 -->[core] Disable eslint-plugin-react-compiler for Base (#42563) @aarongarciah | ||
- ​<!-- 33 -->[core] Group Pigment CSS dependencies (#42174) @siriwatknp | ||
- ​<!-- 32 -->[core] Configure eslint-plugin-react-compiler (#42555) @aarongarciah | ||
- ​<!-- 31 -->[core] Skip charts animation for visual regression test (#42530) @alexfauquette | ||
- ​<!-- 26 -->[docs-infra] Simplify click header (#42593) @oliviertassinari | ||
- ​<!-- 25 -->[docs-infra] Add configurable jsdoc host variable (#42472) @tonygravell | ||
- ​<!-- 25 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal | ||
- ​<!-- 24 -->[docs-infra] Prevent link anchor when selecting text (#41994) @alexfauquette | ||
- ​<!-- 23 -->[docs-infra] Add the Base UI logo with copy functionality (#42446) @danilo-leal | ||
- ​<!-- 13 -->[examples] Remove Pigment CSS examples (#42471) @sai6855 | ||
- ​<!-- 06 -->[test] Restore pnpm tc command (#42572) @oliviertassinari | ||
- ​<!-- 05 -->[test] Restore testing internal packages (#42519) @michaldudak | ||
- ​<!-- 03 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari | ||
- ​<!-- 02 -->[website] Remove blank line @oliviertassinari | ||
- ​<!-- 01 -->[website] Fix mobile layout shift @oliviertassinari | ||
|
||
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @DanailH, @danilo-leal, @devnyxie, @DiegoAndai, @iammminzzy, @jacobmoshipco, @michaldudak, @necatiozmen, @oliviertassinari, @sai6855, @shrilsharma, @siriwatknp, @tonygravell, @zanivan, @ZeeshanTamboli | ||
|
||
## v6.0.0-alpha.10 | ||
|
||
<!-- generated comparing v6.0.0-alpha.9..next --> | ||
|
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
24 changes: 24 additions & 0 deletions
24
apps/pigment-css-next-app/src/app/material-ui/react-css-baseline/page.tsx
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,24 @@ | ||
'use client'; | ||
import * as React from 'react'; | ||
import CssBaseline from '@mui/material/CssBaseline'; | ||
import ScopedCssBaseline from '@mui/material/ScopedCssBaseline'; | ||
|
||
export default function CssBaselinePage() { | ||
return ( | ||
<React.Fragment> | ||
<CssBaseline /> | ||
<section> | ||
<h2> CSS Baseline</h2> | ||
<div className="demo-container"> | ||
<p>Hello world</p> | ||
</div> | ||
</section> | ||
<section> | ||
<h2> Positioned Popper</h2> | ||
<div className="demo-container"> | ||
<ScopedCssBaseline>Hello world</ScopedCssBaseline> | ||
</div> | ||
</section> | ||
</React.Fragment> | ||
); | ||
} |
37 changes: 37 additions & 0 deletions
37
apps/pigment-css-next-app/src/app/material-ui/react-paper/page.tsx
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,37 @@ | ||
'use client'; | ||
import * as React from 'react'; | ||
import Elevation from '../../../../../../docs/data/material/components/paper/Elevation'; | ||
import SimplePaper from '../../../../../../docs/data/material/components/paper/SimplePaper'; | ||
import SquareCorners from '../../../../../../docs/data/material/components/paper/SquareCorners'; | ||
import Variants from '../../../../../../docs/data/material/components/paper/Variants'; | ||
|
||
export default function Paper() { | ||
return ( | ||
<React.Fragment> | ||
<section> | ||
<h2> Elevation</h2> | ||
<div className="demo-container"> | ||
<Elevation /> | ||
</div> | ||
</section> | ||
<section> | ||
<h2> Simple Paper</h2> | ||
<div className="demo-container"> | ||
<SimplePaper /> | ||
</div> | ||
</section> | ||
<section> | ||
<h2> Square Corners</h2> | ||
<div className="demo-container"> | ||
<SquareCorners /> | ||
</div> | ||
</section> | ||
<section> | ||
<h2> Variants</h2> | ||
<div className="demo-container"> | ||
<Variants /> | ||
</div> | ||
</section> | ||
</React.Fragment> | ||
); | ||
} |
Oops, something went wrong.