@mui/docs 5.15.13 → 5.15.16
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 +210 -62
- package/InfoCard/InfoCard.d.ts +21 -0
- package/InfoCard/InfoCard.js +87 -0
- package/InfoCard/index.d.ts +1 -0
- package/InfoCard/index.js +1 -0
- package/InfoCard/package.json +6 -0
- package/branding/BrandingProvider.d.ts +9 -0
- package/branding/BrandingProvider.js +17 -0
- package/branding/brandingTheme.d.ts +152 -0
- package/branding/brandingTheme.js +1146 -0
- package/branding/index.d.ts +2 -0
- package/branding/index.js +2 -0
- package/branding/package.json +6 -0
- package/legacy/InfoCard/InfoCard.js +87 -0
- package/legacy/InfoCard/index.js +1 -0
- package/legacy/branding/BrandingProvider.js +17 -0
- package/legacy/branding/brandingTheme.js +1168 -0
- package/legacy/branding/index.js +2 -0
- package/node/InfoCard/InfoCard.js +96 -0
- package/node/InfoCard/index.js +16 -0
- package/node/branding/BrandingProvider.js +25 -0
- package/node/branding/brandingTheme.js +1157 -0
- package/node/branding/index.js +27 -0
- package/node/translations/translations.json +214 -0
- package/package.json +8 -7
- package/translations/translations.json +214 -0
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,162 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## v5.15.16
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.15..master -->
|
|
6
|
+
|
|
7
|
+
_May 1, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.15.16`
|
|
13
|
+
|
|
14
|
+
- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
|
|
15
|
+
- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
|
|
16
|
+
- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
|
|
17
|
+
|
|
18
|
+
### Docs
|
|
19
|
+
|
|
20
|
+
- Fix small SEO issues @oliviertassinari
|
|
21
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
22
|
+
- Fix 301 Toolpad links @oliviertassinari
|
|
23
|
+
- Fix 301 image redirections @oliviertassinari
|
|
24
|
+
- Fix small SEO issues @oliviertassinari
|
|
25
|
+
- Fix 301 redirection @oliviertassinari
|
|
26
|
+
- Fix format git diff regression (#41882) @oliviertassinari
|
|
27
|
+
- Fix 301 links @oliviertassinari
|
|
28
|
+
- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
|
|
29
|
+
- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
|
|
30
|
+
- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
|
|
31
|
+
- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
|
|
32
|
+
- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
|
|
33
|
+
- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
|
|
34
|
+
- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
|
|
35
|
+
- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
|
|
36
|
+
- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
|
|
37
|
+
|
|
38
|
+
### Core
|
|
39
|
+
|
|
40
|
+
- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
|
|
41
|
+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
|
|
42
|
+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
|
|
43
|
+
- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
|
|
44
|
+
- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
|
|
45
|
+
- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
|
|
46
|
+
- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
|
|
47
|
+
- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
|
|
48
|
+
- [website] Add Nadja on the about page (#42054) @mnajdova
|
|
49
|
+
- [website] Close the `Design Engineer - X` role (#42014) @DanailH
|
|
50
|
+
- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
|
|
51
|
+
- [website] Add Jose to About Us (#41759) @JCQuintas
|
|
52
|
+
|
|
53
|
+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
|
|
54
|
+
|
|
55
|
+
## v5.15.15
|
|
56
|
+
|
|
57
|
+
<!-- generated comparing v5.15.14..master -->
|
|
58
|
+
|
|
59
|
+
_Apr 4, 2024_
|
|
60
|
+
|
|
61
|
+
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
|
|
62
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
63
|
+
|
|
64
|
+
### `@mui/material@5.15.15`
|
|
65
|
+
|
|
66
|
+
- [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
|
|
67
|
+
- [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
|
|
68
|
+
|
|
69
|
+
### `@mui/system@5.15.15`
|
|
70
|
+
|
|
71
|
+
- Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
|
|
72
|
+
|
|
73
|
+
### Docs
|
|
74
|
+
|
|
75
|
+
- [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
|
|
76
|
+
- [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
|
|
77
|
+
- [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
|
|
78
|
+
- Continue migration of Base UI to sperate repository @oliviertassinari
|
|
79
|
+
- Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
|
|
80
|
+
- Update the versions dropdown to show v6 (#41557) @mnajdova
|
|
81
|
+
|
|
82
|
+
### Core
|
|
83
|
+
|
|
84
|
+
- [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
|
|
85
|
+
- [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
|
|
86
|
+
- [blog] Add post about remote (#41565) @danilo-leal
|
|
87
|
+
- [core] Continue rename of Toolpad @oliviertassinari
|
|
88
|
+
- [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
|
|
89
|
+
- [website] Add Aarón to About Us (#41747) @aarongarciah
|
|
90
|
+
- [website] Add stray design adjustments throughout the site (#41642) @mnajdova
|
|
91
|
+
- [website] Update pricing table (#41606) @cherniavskii
|
|
92
|
+
|
|
93
|
+
All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
|
|
94
|
+
|
|
95
|
+
## v5.15.14
|
|
96
|
+
|
|
97
|
+
<!-- generated comparing v5.15.13..master -->
|
|
98
|
+
|
|
99
|
+
_Mar 18, 2024_
|
|
100
|
+
|
|
101
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
102
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
103
|
+
|
|
104
|
+
### `@mui/material@5.15.13`
|
|
105
|
+
|
|
106
|
+
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
|
|
107
|
+
- ​<!-- 24 -->[Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
|
|
108
|
+
- ​<!-- 06 -->[Slider] Convert to support CSS extraction (#41201) @mnajdova
|
|
109
|
+
- ​<!-- 07 -->[Select] Fix variant type (#41405) @sai6855
|
|
110
|
+
- ​<!-- 09 -->[typescript] Use interface instead of type for props (#41500) @siriwatknp
|
|
111
|
+
|
|
112
|
+
### `@pigment-css/react@0.0.3`
|
|
113
|
+
|
|
114
|
+
- ​<!-- 03 -->Add Box component (#41451) @brijeshb42
|
|
115
|
+
|
|
116
|
+
### `pigment-css/nextjs-plugin@0.0.3`
|
|
117
|
+
|
|
118
|
+
- ​<!-- 04 -->Fix alias resolver (#41494) @brijeshb42
|
|
119
|
+
- ​<!-- 05 -->Follow-up to #41494 (#41502) @brijeshb42
|
|
120
|
+
|
|
121
|
+
### Docs
|
|
122
|
+
|
|
123
|
+
- ​<!-- 12 -->[joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
|
|
124
|
+
- ​<!-- 11 -->[pigment-css] Add media query guide (#41473) @siriwatknp
|
|
125
|
+
- ​<!-- 10 -->[pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
|
|
126
|
+
- ​<!-- 08 -->[material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
|
|
127
|
+
|
|
128
|
+
### Core
|
|
129
|
+
|
|
130
|
+
- ​<!-- 23 -->[blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
|
|
131
|
+
- ​<!-- 22 -->[code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
|
|
132
|
+
- ​<!-- 21 -->[code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
|
|
133
|
+
- ​<!-- 20 -->[core] Use Circle CI context (#41532) @oliviertassinari
|
|
134
|
+
- ​<!-- 19 -->[core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
|
|
135
|
+
- ​<!-- 18 -->[docs] Fix useStorageState regressions (#41223) @Janpot
|
|
136
|
+
- ​<!-- 17 -->[docs] Fix some Vale errors (#41516) @oliviertassinari
|
|
137
|
+
- ​<!-- 15 -->[material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
|
|
138
|
+
- ​<!-- 14 -->[material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
|
|
139
|
+
- ​<!-- 11 -->[material-next] Drop the package (#41544) @mnajdova
|
|
140
|
+
- ​<!-- 16 -->[docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
|
|
141
|
+
- ​<!-- 15 -->[docs-infra] Improve Vale config @oliviertassinari
|
|
142
|
+
- ​<!-- 14 -->[docs-infra] Add a feature list "component" (#41484) @danilo-leal
|
|
143
|
+
- ​<!-- 13 -->[docs-infra] Add code block header classes (#41487) @danilo-leal
|
|
144
|
+
- ​<!-- 21 -->[docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
|
|
145
|
+
- ​<!-- 03 -->[website] Improve navbar's items hover state (#41535) @EyaOuenniche
|
|
146
|
+
- ​<!-- 02 -->[website] Split Toolpad documentation (#41316) @bharatkashyap
|
|
147
|
+
- ​<!-- 01 -->[website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
|
|
148
|
+
|
|
149
|
+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
|
|
150
|
+
|
|
3
151
|
## v5.15.13
|
|
4
152
|
|
|
5
153
|
<!-- generated comparing v5.15.12..master -->
|
|
6
154
|
|
|
7
|
-
_Mar
|
|
155
|
+
_Mar 13, 2024_
|
|
8
156
|
|
|
9
|
-
A big thanks to the
|
|
157
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highights ✨
|
|
10
158
|
|
|
11
|
-
- The Material
|
|
159
|
+
- The Material UI free Checkout template got a design uplift (#41447) @zanivan
|
|
12
160
|
|
|
13
161
|
### `@mui/material@5.15.13`
|
|
14
162
|
|
|
@@ -64,33 +212,33 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
64
212
|
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
|
|
65
213
|
- Finish brand name fixes #41438 @oliviertassinari
|
|
66
214
|
- Remove noreferrer @oliviertassinari
|
|
67
|
-
- Fix v4 docs
|
|
215
|
+
- Fix v4 docs `<b>` appearing in notifications (#41390) @peterwangsc
|
|
68
216
|
- Update GitHub project links (#41370) @danilo-leal
|
|
69
217
|
|
|
70
218
|
### Core
|
|
71
219
|
|
|
72
|
-
- [pigment] Make all Pigment
|
|
220
|
+
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
|
|
73
221
|
- [pigment] Rename directories to match package names (#41453) @brijeshb42
|
|
74
222
|
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
|
|
75
223
|
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
|
|
76
224
|
- [code-infra] Add alias for icon types (#41248) @Janpot
|
|
77
225
|
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
|
|
78
226
|
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
|
|
79
|
-
- [code-infra] Adapt API code generator to Base
|
|
227
|
+
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
|
|
80
228
|
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
|
|
81
|
-
- [docs-infra] Fix
|
|
229
|
+
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
|
|
82
230
|
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
|
|
83
231
|
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
|
|
84
232
|
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
|
|
85
233
|
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
|
|
86
|
-
- [blog] Update the Base
|
|
234
|
+
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
|
|
87
235
|
- [website] Update the Careers page role (#41384) @danilo-leal
|
|
88
236
|
- [website] Compress about images @oliviertassinari
|
|
89
237
|
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
|
|
90
238
|
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
|
|
91
239
|
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
|
|
92
240
|
|
|
93
|
-
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @Janpot, @michaeldfoley, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
241
|
+
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
94
242
|
|
|
95
243
|
## v5.15.12
|
|
96
244
|
|
|
@@ -125,7 +273,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
125
273
|
- ​<!-- 12 -->[pigment-css] Rename zero-runtime to pigmentcss (#41317) @brijeshb42
|
|
126
274
|
- ​<!-- 11 -->Fix createSpacing return type (#41318) @matystroia
|
|
127
275
|
- ​<!-- 06 -->[zero] Add support for styled tagged-template literals (#41268) @brijeshb42
|
|
128
|
-
- ​<!-- 05 -->[zero] Set up Material
|
|
276
|
+
- ​<!-- 05 -->[zero] Set up Material UI migration demos (#41267) @siriwatknp
|
|
129
277
|
- ​<!-- 04 -->[zero] Move extendTheme to already existing @mui/zero-runtime/utils (#41254) @brijeshb42
|
|
130
278
|
- ​<!-- 03 -->[zero] Remove `object` intersection from CSS Fallback (#41271) @siriwatknp
|
|
131
279
|
- ​<!-- 02 -->[zero] Minor wording changes in README (#41253) @brijeshb42
|
|
@@ -162,7 +310,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
162
310
|
- ​<!-- 30 -->[docs-infra] Fix missing non breaking spaces @oliviertassinari
|
|
163
311
|
- ​<!-- 29 -->[docs-infra] Add design customizations to the disclosure element (#41285) @danilo-leal
|
|
164
312
|
- ​<!-- 28 -->[docs-infra] Adjust headings dark mode color (#41292) @danilo-leal
|
|
165
|
-
- ​<!-- 27 -->[docs-infra] Fix Stack
|
|
313
|
+
- ​<!-- 27 -->[docs-infra] Fix Stack Overflow breaking space @oliviertassinari
|
|
166
314
|
- ​<!-- 26 -->[docs-infra] Fix product selector popup not closing on route change (#41166) @divyammadhok
|
|
167
315
|
- ​<!-- 25 -->[docs-infra] Improve fix blank links ad @oliviertassinari
|
|
168
316
|
- ​<!-- 24 -->[docs-infra] Support interfaces for X docs (#41069) @alexfauquette
|
|
@@ -269,7 +417,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
269
417
|
- [docs-infra] Reduce scrollbar width on ROC (#41148) @oliviertassinari
|
|
270
418
|
- [docs-infra] Add external link arrow (#41129) @siriwatknp
|
|
271
419
|
- [docs-infra] Fix external link arrow (#41181) @alexfauquette
|
|
272
|
-
- [docs-infra] Flag
|
|
420
|
+
- [docs-infra] Flag npm and GitHub as wrong spellings @oliviertassinari
|
|
273
421
|
- [docs-infra] Fix display when the default props is undefined (#41114) @oliviertassinari
|
|
274
422
|
- [docs-infra] Remove random layout assignment (#40862) @alexfauquette
|
|
275
423
|
- [docs-infra] Add spacing and contrast improvements (#41191) @danilo-leal
|
|
@@ -317,7 +465,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
317
465
|
- Fix 301 redirection to StackBlitz @oliviertassinari
|
|
318
466
|
- Fix h1 on Joy UI templates @oliviertassinari
|
|
319
467
|
- Have MUI workspace own the CodeSandbox @oliviertassinari
|
|
320
|
-
- Add notification for
|
|
468
|
+
- Add notification for MUI X v7 beta (#41001) @joserodolfofreitas
|
|
321
469
|
- Fix 301 links @oliviertassinari
|
|
322
470
|
- Fix Next.js v13.5.1 <title> SEO regression (#40302) @oliviertassinari
|
|
323
471
|
- Add a 404 page (#40884) @danilo-leal
|
|
@@ -1594,7 +1742,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1594
1742
|
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
1595
1743
|
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
1596
1744
|
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
1597
|
-
- [docs][base] Add Tailwind
|
|
1745
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
1598
1746
|
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
1599
1747
|
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
1600
1748
|
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
@@ -1664,7 +1812,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
|
|
|
1664
1812
|
### Docs
|
|
1665
1813
|
|
|
1666
1814
|
- Improve focus trap demo (#38985) @oliviertassinari
|
|
1667
|
-
- Add Tailwind
|
|
1815
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
1668
1816
|
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
1669
1817
|
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
1670
1818
|
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
@@ -1730,7 +1878,7 @@ A big thanks to the 16 contributors who made this release possible. This release
|
|
|
1730
1878
|
|
|
1731
1879
|
### Docs
|
|
1732
1880
|
|
|
1733
|
-
- ​<!-- 21 -->[docs][base] Add Tailwind
|
|
1881
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
1734
1882
|
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
1735
1883
|
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
1736
1884
|
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
@@ -1837,7 +1985,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1837
1985
|
### Examples
|
|
1838
1986
|
|
|
1839
1987
|
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
1840
|
-
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind
|
|
1988
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
1841
1989
|
|
|
1842
1990
|
### Core
|
|
1843
1991
|
|
|
@@ -1906,9 +2054,9 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
1906
2054
|
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
1907
2055
|
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
1908
2056
|
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
1909
|
-
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind
|
|
2057
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
1910
2058
|
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
1911
|
-
- ​<!-- 45 -->[docs][base] Add Tailwind
|
|
2059
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
1912
2060
|
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
1913
2061
|
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
1914
2062
|
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
@@ -2043,10 +2191,10 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
2043
2191
|
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
2044
2192
|
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
2045
2193
|
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
2046
|
-
- [docs][base-ui] Add Tailwind
|
|
2047
|
-
- [docs][base-ui] Add Tailwind
|
|
2048
|
-
- [docs][base-ui] Add Tailwind
|
|
2049
|
-
- [docs][base-ui] Add Tailwind
|
|
2194
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
2195
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
2196
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
2197
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
2050
2198
|
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
2051
2199
|
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
2052
2200
|
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
@@ -2071,7 +2219,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
2071
2219
|
- [docs] Fix typo in Base UI @oliviertassinari
|
|
2072
2220
|
- [docs] Update the backers page (#38505) @danilo-leal
|
|
2073
2221
|
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
2074
|
-
- [docs] Use IBM Plex Sans in Tailwind
|
|
2222
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
2075
2223
|
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
2076
2224
|
|
|
2077
2225
|
### Examples
|
|
@@ -2158,7 +2306,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2158
2306
|
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
2159
2307
|
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
2160
2308
|
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
2161
|
-
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind
|
|
2309
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
2162
2310
|
|
|
2163
2311
|
### Examples
|
|
2164
2312
|
|
|
@@ -2244,7 +2392,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2244
2392
|
### Docs
|
|
2245
2393
|
|
|
2246
2394
|
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
2247
|
-
- ​<!-- 30 -->[docs][base] Add Tailwind
|
|
2395
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
2248
2396
|
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
2249
2397
|
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
2250
2398
|
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
@@ -2339,7 +2487,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2339
2487
|
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
2340
2488
|
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
2341
2489
|
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
2342
|
-
- ​<!-- 34 -->[docs][base] Add Tailwind
|
|
2490
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
2343
2491
|
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
2344
2492
|
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
2345
2493
|
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
@@ -2394,14 +2542,14 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
2394
2542
|
### Docs
|
|
2395
2543
|
|
|
2396
2544
|
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
2397
|
-
- ​<!-- 36 -->[docs][base] Add Tailwind
|
|
2398
|
-
- ​<!-- 35 -->[docs][base] Add Tailwind
|
|
2545
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
2546
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
2399
2547
|
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
2400
2548
|
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
2401
|
-
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind
|
|
2549
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
2402
2550
|
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
2403
2551
|
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
2404
|
-
- ​<!-- 24 -->[docs] Add Tailwind
|
|
2552
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
2405
2553
|
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
2406
2554
|
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
2407
2555
|
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
@@ -2473,7 +2621,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2473
2621
|
|
|
2474
2622
|
### Docs
|
|
2475
2623
|
|
|
2476
|
-
- ​<!-- 52 -->[docs][base] Add Tailwind
|
|
2624
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
2477
2625
|
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
2478
2626
|
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
2479
2627
|
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
@@ -2485,7 +2633,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
|
|
|
2485
2633
|
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
2486
2634
|
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
2487
2635
|
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
2488
|
-
- ​<!-- 16 -->[docs][menu] Add Tailwind
|
|
2636
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
2489
2637
|
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
2490
2638
|
|
|
2491
2639
|
### Core
|
|
@@ -2559,15 +2707,15 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
2559
2707
|
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
2560
2708
|
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
2561
2709
|
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
2562
|
-
- [docs] Add missing Portal elements to Tailwind
|
|
2710
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
2563
2711
|
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
2564
2712
|
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
2565
2713
|
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
2566
2714
|
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
2567
|
-
- [docs][base] Add Tailwind
|
|
2568
|
-
- [docs][base] Add Tailwind
|
|
2715
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
2716
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
2569
2717
|
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
2570
|
-
- [docs][base] Add Tailwind
|
|
2718
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
2571
2719
|
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
2572
2720
|
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
2573
2721
|
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
@@ -2628,10 +2776,10 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2628
2776
|
### Docs
|
|
2629
2777
|
|
|
2630
2778
|
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
2631
|
-
- [docs][base] Add Tailwind
|
|
2779
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
2632
2780
|
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
2633
2781
|
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
2634
|
-
- [docs][base] Add Tailwind
|
|
2782
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
2635
2783
|
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
2636
2784
|
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
2637
2785
|
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
@@ -2640,7 +2788,7 @@ This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️
|
|
|
2640
2788
|
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
2641
2789
|
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
2642
2790
|
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
2643
|
-
- [docs][base] Add Tailwind
|
|
2791
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
2644
2792
|
|
|
2645
2793
|
### Core
|
|
2646
2794
|
|
|
@@ -2723,7 +2871,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2723
2871
|
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
2724
2872
|
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
2725
2873
|
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
2726
|
-
- ​<!-- 31 -->[docs] Add support for Tailwind
|
|
2874
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
2727
2875
|
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
2728
2876
|
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
2729
2877
|
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
@@ -3811,7 +3959,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
3811
3959
|
- ​<!-- 27 -->[docs][base] List slots in API documentation (#36104) @hbjORbj
|
|
3812
3960
|
- ​<!-- 26 -->[docs] Add missing sandbox adapter deps resolving (#36291) @LukasTy
|
|
3813
3961
|
- ​<!-- 25 -->[docs] Allow to pass navigation bar banner from outside (#36299) @MBilalShafi
|
|
3814
|
-
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind
|
|
3962
|
+
- ​<!-- 24 -->[docs] Fix code on the Working with Tailwind CSS guide (#36090) @mnajdova
|
|
3815
3963
|
- ​<!-- 23 -->[docs] Remove See Slots Section text from Material UI slots description (#36284) @hbjORbj
|
|
3816
3964
|
- ​<!-- 22 -->[docs] Fix emotion warning `:first-child` (#36263) @siriwatknp
|
|
3817
3965
|
- ​<!-- 21 -->[docs][joy] Improve the descriptions of props in API docs (#36307) @hbjORbj
|
|
@@ -4922,7 +5070,7 @@ A big thanks to the 10 contributors who made this release possible. Here are som
|
|
|
4922
5070
|
- [base] Make CSS class prefixes consistent (#33411) @michaldudak
|
|
4923
5071
|
|
|
4924
5072
|
**This is a breaking change for anyone who depends on the class names applied to Base components.**
|
|
4925
|
-
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (
|
|
5073
|
+
If you use the `<component>UnstyledClasses` objects, you won't notice a difference. Only if you depend on the resulting class names (for example in CSS stylesheets), you'll have to adjust your code.
|
|
4926
5074
|
|
|
4927
5075
|
```diff
|
|
4928
5076
|
-.ButtonUnstyled-root { ... };
|
|
@@ -5627,7 +5775,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5627
5775
|
- [docs] Fix typo in the ClickAwayListerner name (#33813) @pawelsmigielski
|
|
5628
5776
|
- [docs] Fix link to `Basics` section in `Trap Focus` docs (#33772) @ZeeshanTamboli
|
|
5629
5777
|
- [docs] z-index added in popper when used by split button (#33763) @PunitSoniME
|
|
5630
|
-
- [docs] Improve the guide for using @mui/base with Tailwind
|
|
5778
|
+
- [docs] Improve the guide for using @mui/base with Tailwind CSS (#33670) @mnajdova
|
|
5631
5779
|
- [docs] Fix warnings related to Next.js' links (#33693) @mnajdova
|
|
5632
5780
|
- [docs] Add notification to aggregation blogpost (#33745) @joserodolfofreitas
|
|
5633
5781
|
- [docs] Add Grid version 2 docs (#33554) @siriwatknp
|
|
@@ -5897,7 +6045,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
5897
6045
|
- [docs] Add "refine" demo to showcase (#33240) @omeraplak
|
|
5898
6046
|
- [docs] Add Webpack alias for legacy utils package (#33376) @jgbae
|
|
5899
6047
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
5900
|
-
- [examples] Update Base UI with Tailwind
|
|
6048
|
+
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
5901
6049
|
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
5902
6050
|
|
|
5903
6051
|
### Core
|
|
@@ -5956,7 +6104,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
5956
6104
|
- [docs] Add caveat about class components with Tooltip (#33325) @joshkel
|
|
5957
6105
|
- [docs] Fix SEO issues (#33288) @oliviertassinari
|
|
5958
6106
|
- [docs] Fix Slider's "player" demo (#33267) @xlianghang
|
|
5959
|
-
- [website] Link
|
|
6107
|
+
- [website] Link Toolpad in mui.com (#33287) @oliviertassinari
|
|
5960
6108
|
|
|
5961
6109
|
All contributors of this release in alphabetical order: @aaarichter, @aaronlademann-wf, @danilo-leal, @henriqueholtz, @jake-collibra, @joshkel, @MattiasMartens, @Methuselah96, @michaldudak, @oliviertassinari, @siriwatknp, @TimoWilhelm, @xlianghang
|
|
5962
6110
|
|
|
@@ -6071,7 +6219,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
6071
6219
|
- ​<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
|
|
6072
6220
|
- ​<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
|
|
6073
6221
|
- ​<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
|
|
6074
|
-
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind
|
|
6222
|
+
- ​<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
|
|
6075
6223
|
- ​<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
|
|
6076
6224
|
- ​<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
|
|
6077
6225
|
- ​<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
|
|
@@ -6349,7 +6497,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
6349
6497
|
- ​<!-- 31 -->[docs] Simplify header DOM structure (#32844) @oliviertassinari
|
|
6350
6498
|
- ​<!-- 30 -->[docs] Fix CodeSandbox & StackBlitz generation (#32726) @siriwatknp
|
|
6351
6499
|
- ​<!-- 29 -->[docs] Fix urls to columns pages in pricing table (#32842) @alexfauquette
|
|
6352
|
-
- ​<!-- 28 -->[docs] Fix Tailwind
|
|
6500
|
+
- ​<!-- 28 -->[docs] Fix Tailwind CSS integration docs (#32512) @robertwt7
|
|
6353
6501
|
- ​<!-- 27 -->[docs] Fixed wrong command for the `link-underline-hover` codemod (#32793) @veronikaslc
|
|
6354
6502
|
- ​<!-- 26 -->[docs] Fixed broken link on the icons page (#32780) @SamuelMaddox
|
|
6355
6503
|
- ​<!-- 25 -->[docs] Add "back to top" button (#30441) @VibhorJaiswal
|
|
@@ -6920,7 +7068,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
6920
7068
|
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
6921
7069
|
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
6922
7070
|
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
6923
|
-
- ​<!-- 18 -->[docs] Fix the CSS
|
|
7071
|
+
- ​<!-- 18 -->[docs] Fix the CSS Modules example in the Interoperability page (#31935) @WilsonNet
|
|
6924
7072
|
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
6925
7073
|
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
6926
7074
|
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
@@ -7289,7 +7437,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
7289
7437
|
- [docs] Use full product names (Material UI, MUI System) (#30960) @oliviertassinari
|
|
7290
7438
|
- [docs] Prefer useEnhancedEffect to avoid server side warnings (#30977) @mnajdova
|
|
7291
7439
|
- [docs] Fix force redirection to a different locale (#30967) @oliviertassinari
|
|
7292
|
-
- [docs] Add live Tailwind
|
|
7440
|
+
- [docs] Add live Tailwind CSS demo (#30966) @oliviertassinari
|
|
7293
7441
|
- [website] Add banner for promoting priority open roles (#31076) @danilo-leal
|
|
7294
7442
|
- [website] Open Full-stack Engineer role for studio (#31038) @prakhargupta1
|
|
7295
7443
|
- [website] Minor security improvements (#31062) @oliviertassinari
|
|
@@ -7472,7 +7620,7 @@ _Jan 24, 2022_
|
|
|
7472
7620
|
|
|
7473
7621
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
7474
7622
|
|
|
7475
|
-
- 🛠 @mnajdova added interoperability guide for using Tailwind
|
|
7623
|
+
- 🛠 @mnajdova added interoperability guide for using Tailwind CSS (#30700)
|
|
7476
7624
|
- A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
|
|
7477
7625
|
|
|
7478
7626
|
### `@mui/icons-material@5.3.1`
|
|
@@ -7498,7 +7646,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
7498
7646
|
- ​<!-- 21 -->[docs] Fix SEO crawl errors (#30733) @oliviertassinari
|
|
7499
7647
|
- ​<!-- 20 -->[docs] Update migration-v4.md (#30721) @ddecrulle
|
|
7500
7648
|
- ​<!-- 19 -->[docs] Fix migration issues detected by `ahrefs` (#30751) @siriwatknp
|
|
7501
|
-
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind
|
|
7649
|
+
- ​<!-- 18 -->[docs] Add interoprability guide for using Tailwind CSS (#30700) @mnajdova
|
|
7502
7650
|
- ​<!-- 17 -->[docs] Fix typo in containedSizeMedium class (#30723) @aaneitchik
|
|
7503
7651
|
- ​<!-- 16 -->[docs] Hotfix the wrong URL in X marketing page (#30729) @siriwatknp
|
|
7504
7652
|
- ​<!-- 15 -->[docs] Post migration preparation fix (#30716) @siriwatknp
|
|
@@ -7712,7 +7860,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
7712
7860
|
- ​<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
|
|
7713
7861
|
- ​<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
|
|
7714
7862
|
- ​<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
|
|
7715
|
-
- ​<!-- 05 -->[examples] Fix CSS
|
|
7863
|
+
- ​<!-- 05 -->[examples] Fix CSS Modules integration (#30381) @oliviertassinari
|
|
7716
7864
|
- ​<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
|
|
7717
7865
|
- ​<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
|
|
7718
7866
|
|
|
@@ -7866,7 +8014,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
7866
8014
|
|
|
7867
8015
|
<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>
|
|
7868
8016
|
|
|
7869
|
-
You can follow our progress with unstyled components at https://github.com/mui/
|
|
8017
|
+
You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
|
|
7870
8018
|
|
|
7871
8019
|
- 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
|
|
7872
8020
|
|
|
@@ -9336,7 +9484,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
9336
9484
|
|
|
9337
9485
|
<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>
|
|
9338
9486
|
|
|
9339
|
-
You can follow our progress at https://github.com/mui/
|
|
9487
|
+
You can follow our progress at https://github.com/mui/base-ui/issues/10.
|
|
9340
9488
|
|
|
9341
9489
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
9342
9490
|
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
@@ -10082,7 +10230,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
10082
10230
|
- [ButtonBase] Fix role="button" attribute (#26271) @Gautam-Arora24
|
|
10083
10231
|
- [Dialog] Fix support for custom breakpoints (#26331) @jeferson-sb
|
|
10084
10232
|
- [Select] Open popup below button (#26200) @oliviertassinari
|
|
10085
|
-
- [TextField] Add variants support,
|
|
10233
|
+
- [TextField] Add variants support, for example custom sizes (#26468) @siriwatknp
|
|
10086
10234
|
- [Tooltip] Improve handling of small vs. touch screens (#26097) @oliviertassinari
|
|
10087
10235
|
|
|
10088
10236
|
### `@material-ui/codemod@5.0.0-alpha.35`
|
|
@@ -11607,7 +11755,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
11607
11755
|
|
|
11608
11756
|
- ​<!-- 78 -->[system] Use spacing unit in `gap`, `rowGap`, and `columnGap` (#24794) @ruppysuppy
|
|
11609
11757
|
|
|
11610
|
-
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties,
|
|
11758
|
+
If you were using a number previously, you need to provide the value in `px` to bypass the new transformation with `theme.spacing`. The change was done for consistency with the Grid spacing prop and the other system spacing properties, for example `<Box padding={2}>`.
|
|
11611
11759
|
|
|
11612
11760
|
```diff
|
|
11613
11761
|
<Box
|
|
@@ -11991,7 +12139,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
11991
12139
|
- 👩🎤 Migrate the Avatar to emotion (#24114) @oliviertassinari
|
|
11992
12140
|
- 👩🎤 Migrate the Button to emotion (#24107, #24100) @mnajdova
|
|
11993
12141
|
- ♿️ Improve TrapFocus behavior, ignore the container as a tabbable element (#23364) @gregnb
|
|
11994
|
-
In rare cases, an element might not longer be tabbable when looping,
|
|
12142
|
+
In rare cases, an element might not longer be tabbable when looping, for example overflow container in Firefox.
|
|
11995
12143
|
You can work around the problem by adding a `tabIndex={0}` or customizing the `getTabbable` prop.
|
|
11996
12144
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
11997
12145
|
|
|
@@ -12531,7 +12679,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
12531
12679
|
|
|
12532
12680
|
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
12533
12681
|
|
|
12534
|
-
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles,
|
|
12682
|
+
- 📚 Revamp the documentation for [MUI System](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, for example padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
12535
12683
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
12536
12684
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
12537
12685
|
|
|
@@ -12643,7 +12791,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12643
12791
|
|
|
12644
12792
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
12645
12793
|
|
|
12646
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API,
|
|
12794
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, for example [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
12647
12795
|
|
|
12648
12796
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
12649
12797
|
|
|
@@ -12670,7 +12818,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
12670
12818
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
12671
12819
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
12672
12820
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
12673
|
-
- [Icon] Fix translation,
|
|
12821
|
+
- [Icon] Fix translation, for example Google Translate (#23237) @cbeltrangomez84
|
|
12674
12822
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
12675
12823
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
12676
12824
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -14352,7 +14500,7 @@ A big thanks to the 11 contributors who made this release possible.
|
|
|
14352
14500
|
- [core] Drop support for non-ref-forwarding class components (#21811) @eps1lon
|
|
14353
14501
|
Support for non-ref-forwarding class components in the `component` prop or as an immediate `children` has been dropped. If you were using `unstable_createStrictModeTheme` or didn't see any warnings related to `findDOMNode` in `React.StrictMode` then you don't need to do anything.
|
|
14354
14502
|
Otherwise check out the ["Caveat with refs" section in our composition guide](/guides/composition/#caveat-with-refs) to find out how to migrate.
|
|
14355
|
-
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (
|
|
14503
|
+
This change affects almost all components where you're using the `component` prop or passing `children` to components that require `children` to be elements (for example `<MenuList><CustomMenuItem /></MenuList>`)
|
|
14356
14504
|
- [Stepper] Use context API (#21613) @baterson
|
|
14357
14505
|
Rely on the context over the `React.cloneElement()` API.
|
|
14358
14506
|
This change makes composition easier.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { TypographyProps } from '@mui/material/Typography';
|
|
3
|
+
import { LinkProps } from '../Link';
|
|
4
|
+
interface GlowingIconContainerProps {
|
|
5
|
+
icon: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export declare function GlowingIconContainer({ icon }: GlowingIconContainerProps): React.JSX.Element;
|
|
8
|
+
interface InfoCardProps {
|
|
9
|
+
classNameDescription?: string;
|
|
10
|
+
classNameTitle?: string;
|
|
11
|
+
dense?: boolean;
|
|
12
|
+
description?: string;
|
|
13
|
+
icon?: React.ReactNode;
|
|
14
|
+
link?: string;
|
|
15
|
+
prefetch?: LinkProps['prefetch'];
|
|
16
|
+
svg?: React.ReactNode;
|
|
17
|
+
title: string;
|
|
18
|
+
titleProps?: TypographyProps;
|
|
19
|
+
}
|
|
20
|
+
export declare function InfoCard(props: InfoCardProps): React.JSX.Element;
|
|
21
|
+
export {};
|