@mui/docs 6.0.0-alpha.1 → 6.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -2
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v6.0.0-alpha.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v6.0.0-alpha.1..next -->
|
|
6
|
+
|
|
7
|
+
_Apr 9, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 5 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@6.0.0-alpha.2`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 03 -->[typescript][Select] Fix `muiName` property TypeScript error (#41726) @EyaOuenniche
|
|
15
|
+
- ​<!-- 04 -->[l10n] Fix typo in is-IS locale (#41810) @magnimarels
|
|
16
|
+
|
|
17
|
+
### `@pigment-css/react@0.0.6`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 12 -->[core] Remove `muiName` during eval phase (#41811) @brijeshb42
|
|
20
|
+
|
|
21
|
+
### `@pigment-css/nextjs-plugin@0.0.6`
|
|
22
|
+
|
|
23
|
+
- ​<!-- 02 -->[nextjs] Handle file references passed through imports (#41817) @brijeshb42
|
|
24
|
+
- ​<!-- 01 -->[nextjs] Allow usage of url() CSS function (#41758) @brijeshb42
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- ​<!-- 11 -->[docs] Fix 301 links @oliviertassinari
|
|
29
|
+
- ​<!-- 06 -->[pigment-css][docs] Fix README typo (#41808) @aarongarciah
|
|
30
|
+
- ​<!-- 05 -->[pigment-css][docs] Fix output on dynamic styles example (#41805) @aarongarciah
|
|
31
|
+
- ​<!-- 07 -->[material-ui][docs] Fix Material 3 message typo (#41821) @aarongarciah
|
|
32
|
+
- ​<!-- 08 -->[material-ui][docs] Add stray design tweaks to free templates (#41696) @zanivan
|
|
33
|
+
|
|
34
|
+
### Core
|
|
35
|
+
|
|
36
|
+
- ​<!-- 13 -->[core] Remove unused files (#41818) @mnajdova
|
|
37
|
+
- ​<!-- 10 -->[docs-infra] Fix analytics about inline ads (#41474) (#41819) @alexfauquette
|
|
38
|
+
- ​<!-- 08 -->[docs-infra] Fix drawer performances (#41807) @alexfauquette
|
|
39
|
+
|
|
40
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @brijeshb42, @EyaOuenniche, @oliviertassinari
|
|
41
|
+
|
|
3
42
|
## v6.0.0-alpha.1
|
|
4
43
|
|
|
5
44
|
<!-- generated comparing v6.0.0-alpha.0..next -->
|
|
@@ -8128,7 +8167,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
8128
8167
|
|
|
8129
8168
|
<a href="https://mui.com/components/tables/#unstyled-table"><img width="800" alt="unstyled table" src="https://user-images.githubusercontent.com/4512430/144862194-584356ef-7d9d-462c-a631-186a7e716193.png"></a>
|
|
8130
8169
|
|
|
8131
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8170
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
8132
8171
|
|
|
8133
8172
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
8134
8173
|
|
|
@@ -9598,7 +9637,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9598
9637
|
|
|
9599
9638
|
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
9600
9639
|
|
|
9601
|
-
You can follow our progress at https://github.com/mui/
|
|
9640
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9602
9641
|
|
|
9603
9642
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9604
9643
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|