@mui/private-theming 5.15.14 → 5.15.20

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 CHANGED
@@ -1,5 +1,233 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## v5.15.20
4
+
5
+ <!-- generated comparing v5.15.19..master -->
6
+
7
+ _Jun 12, 2024_
8
+
9
+ A big thanks to the 9 contributors who made this release possible.
10
+
11
+ ### `@mui/material@5.15.20`
12
+
13
+ - &#8203;<!-- 17 -->[Autocomplete] Shouldn't resize when hovering (@ZeeshanTamboli) (#42535) @ZeeshanTamboli
14
+ - &#8203;<!-- 07 -->[Tab] Fix applying `iconWrapper` styles from theme and update its description (@sai6855) (#42570) @sai6855
15
+
16
+ ### `@mui/utils@5.15.15`
17
+
18
+ - &#8203;<!-- 06 -->Allow passing `NaN` as `defaultValue` to `useControlled` (@iammminzzy) (#42571) @iammminzzy
19
+ - &#8203;<!-- 17 -->Fix GitHub-reported prototype pollution vulnerability in `deepmerge` (#41652) (#42608) @DiegoAndai
20
+
21
+ ### Docs
22
+
23
+ - &#8203;<!-- 16 -->[docs] Add Pigment CSS and Base UI logos SVGs (#42513) @danilo-leal
24
+ - &#8203;<!-- 15 -->[docs] Update twitter.com to x.com @oliviertassinari
25
+ - &#8203;<!-- 14 -->[docs] Simplify Example projects page @oliviertassinari
26
+ - &#8203;<!-- 13 -->[material-ui] Add docs for complementary stepper components (@anle9650) (#42613) @anle9650
27
+ - &#8203;<!-- 12 -->[docs] Add changelog section to the design kits page (@danilo-leal) (#42463) @danilo-leal
28
+ - &#8203;<!-- 11 -->[material-ui] Fix sentence in the All components page (@danilo-leal) (#42462) @danilo-leal
29
+ - &#8203;<!-- 10 -->[material-ui] Update Figma design kit doc redirect link (@danilo-leal) (#42456) @danilo-leal
30
+ - &#8203;<!-- 09 -->[system] Add "dynamic values" section to sx prop page (@aarongarciah) (#42453) @aarongarciah
31
+
32
+ ### Core
33
+
34
+ - &#8203;<!-- 18 -->[website] Move the `React Engineer - X` role to future roles (#42532) @DanailH
35
+ - &#8203;<!-- 08 -->[examples] Remove Pigment CSS examples (#42538) @sai6855
36
+ - &#8203;<!-- 05 -->[website] Close Developer Advocate / Content Engineer role @oliviertassinari
37
+ - &#8203;<!-- 04 -->[website] Update DoiT description and link in Sponsors section (@erezstmn-doit) (#42511) @erezstmn-doit
38
+ - &#8203;<!-- 03 -->[website] Clean up the docs-infra job ad (@danilo-leal) (#42509) @danilo-leal
39
+ - &#8203;<!-- 02 -->[website] Open the Docs-infra engineer role (@danilo-leal) (#42496) @danilo-leal
40
+ - &#8203;<!-- 01 -->[website] Fix locationCountry in about page @oliviertassinari
41
+
42
+ All contributors of this release in alphabetical order: @aarongarciah, @anle9650, @DanailH, @danilo-leal, @erezstmn-doit, @iammminzzy, @oliviertassinari, @sai6855, @ZeeshanTamboli
43
+
44
+ ## v5.15.19
45
+
46
+ <!-- generated comparing v5.15.18..master -->
47
+
48
+ _May 29, 2024_
49
+
50
+ A big thanks to the 12 contributors who made this release possible.
51
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
52
+
53
+ ### `@mui/material@5.15.19`
54
+
55
+ - &#8203;<!-- 19 -->[AlertTitle] Enable extending Typography props (@lucasgmelo) (#42334) @github-actions[bot]
56
+ - &#8203;<!-- 06 -->[responsiveFontSizes] Handled undefined variants (@brijeshb42) (#42419) @github-actions[bot]
57
+ - &#8203;<!-- 05 -->[Slider] Fix wrong CSS value (@mnajdova) (#42373) @github-actions[bot]
58
+
59
+ ### Docs
60
+
61
+ - &#8203;<!-- 13 -->Link to pnpm installation docs (#42420) @aarongarciah
62
+ - &#8203;<!-- 12 -->Remove LocalMonero (@oliviertassinari) (#42315) @github-actions[bot]
63
+ - &#8203;<!-- 10 -->[material-ui] Fix typo in style interoperability with Tailwind CSS docs (@ZeeshanTamboli) (#42312) @github-actions[bot]
64
+ - &#8203;<!-- 09 -->[material-ui][Pagination] Clarify pagination `page` prop API (@Mandar-Pandya) (#42265) @github-actions[bot]
65
+ - &#8203;<!-- 08 -->[material-ui][Tabs] Improve the Basic Tabs demo (@MatheusEli) (#42426) @github-actions[bot]
66
+ - &#8203;<!-- 07 -->[pigment-css] Fix duplication of content (#42410) @oliviertassinari
67
+
68
+ ### Core
69
+
70
+ - &#8203;<!-- 18 -->[blog] Add the "Product" tag to the Pigment CSS post (@danilo-leal) (#42366) @github-actions[bot]
71
+ - &#8203;<!-- 17 -->[blog] Update blog post OG image (@danilo-leal) (#42306) @github-actions[bot]
72
+ - &#8203;<!-- 16 -->[blog] Update Pigment CSS post (@danilo-leal) (#42267) @github-actions[bot]
73
+ - &#8203;<!-- 15 -->[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) (#42241) @DiegoAndai
74
+ - &#8203;<!-- 14 -->[core] Fix a few more key spread issues (@oliviertassinari) (#42318) @github-actions[bot]
75
+ - &#8203;<!-- 11 -->[docs-infra] Allow JSDoc tags (#42327) @aarongarciah
76
+ - &#8203;<!-- 04 -->[website] Add Nikita to the about page (@nikitaa24) (#42421) @github-actions[bot]
77
+ - &#8203;<!-- 03 -->[website] Fix hero spacing changes applying at the wrong breakpoint (@KenanYusuf) (#42357) @github-actions[bot]
78
+ - &#8203;<!-- 02 -->[website] Adds Kenan Yusuf to about page (@KenanYusuf) (#42330) @github-actions[bot]
79
+ - &#8203;<!-- 01 -->[website] Improve about page @oliviertassinari
80
+
81
+ All contributors of this release in alphabetical order: @aarongarciah, @brijeshb42, @danilo-leal, @DiegoAndai, @KenanYusuf, @lucasgmelo, @Mandar-Pandya, @MatheusEli, @mnajdova, @nikitaa24, @oliviertassinari, @ZeeshanTamboli
82
+
83
+ ## v5.15.18
84
+
85
+ <!-- generated comparing v5.15.17..master -->
86
+
87
+ _May 14, 2024_
88
+
89
+ A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
90
+
91
+ ### `@mui/material@5.15.18`
92
+
93
+ - &#8203;<!-- 6 -->[Autocomplete] Improve design when there's a start adornment for small autocomplete (@TahaRhidouani) (#42176) @github-actions[bot]
94
+ - &#8203;<!-- 3 -->[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (@tarunrajput) (#42250) @github-actions[bot]
95
+
96
+ ### Docs
97
+
98
+ - &#8203;<!-- 4 -->[docs] Fix 301 to Figma @oliviertassinari
99
+
100
+ ### Core
101
+
102
+ - &#8203;<!-- 5 -->[blog] Introducing Pigment CSS blog post (#42198) (#42255) @samuelsycamore
103
+ - &#8203;<!-- 2 -->[website] Add redirection for talk @oliviertassinari
104
+ - &#8203;<!-- 1 -->[website] Adds Arthur Balduini team info (@arthurbalduini) (#42226) @github-actions[bot]
105
+
106
+ All contributors of this release in alphabetical order: @arthurbalduini, @oliviertassinari, @samuelsycamore, @TahaRhidouani, @tarunrajput
107
+
108
+ ## v5.15.17
109
+
110
+ <!-- generated comparing v5.15.16..master -->
111
+
112
+ _May 8, 2024_
113
+
114
+ A big thanks to the 4 contributors who made this release possible.
115
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
116
+
117
+ ### `@mui/material@5.15.17`
118
+
119
+ - [Slider] Move palette styles to the bottom (#41676) @siriwatknp
120
+
121
+ ### Docs
122
+
123
+ - Fix SEO redirection issues @oliviertassinari
124
+ - [material-ui] Fix broken link (@aarongarciah) (#42143) @github-actions[bot]
125
+ - [material-ui] Fix link on the Sync page (@danilo-leal) (#42089) @github-actions[bot]
126
+
127
+ ### Core
128
+
129
+ - [blog] Shorten title to fit @oliviertassinari
130
+ - [blog] Update Sync post OG image (@danilo-leal) (#42117) @github-actions[bot]
131
+ - [blog] A few tweaks in introducing-sync-plugin (@oliviertassinari) (#42094) @github-actions[bot]
132
+ - [docs-infra] Fix code block layout shift (#41917) @oliviertassinari
133
+ - [website] Fix home page slider's track position (@aarongarciah) (#42144) @github-actions[bot]
134
+ - [website] Closing the survey @oliviertassinari
135
+ - [website] Remove Survey banner from website and Core docs (#42104) @joserodolfofreitas
136
+
137
+ All contributors of this release in alphabetical order: @github-actions[bot], @joserodolfofreitas, @oliviertassinari, @siriwatknp
138
+
139
+ ## v5.15.16
140
+
141
+ <!-- generated comparing v5.15.15..master -->
142
+
143
+ _May 1, 2024_
144
+
145
+ A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
146
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
147
+
148
+ ### `@mui/material@5.15.16`
149
+
150
+ - [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
151
+ - [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
152
+ - —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
153
+
154
+ ### Docs
155
+
156
+ - Fix small SEO issues @oliviertassinari
157
+ - Fix 301 Toolpad links @oliviertassinari
158
+ - Fix 301 Toolpad links @oliviertassinari
159
+ - Fix 301 image redirections @oliviertassinari
160
+ - Fix small SEO issues @oliviertassinari
161
+ - Fix 301 redirection @oliviertassinari
162
+ - Fix format git diff regression (#41882) @oliviertassinari
163
+ - Fix 301 links @oliviertassinari
164
+ - [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
165
+ - [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
166
+ - [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
167
+ - [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
168
+ - [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
169
+ - [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
170
+ - [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
171
+ - [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
172
+ - [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
173
+
174
+ ### Core
175
+
176
+ - [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
177
+ - [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
178
+ - [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
179
+ - [docs-infra] Use edge function for card generation (#41188) @alexfauquette
180
+ - [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
181
+ - [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
182
+ - [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
183
+ - [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
184
+ - [website] Add Nadja on the about page (#42054) @mnajdova
185
+ - [website] Close the `Design Engineer - X` role (#42014) @DanailH
186
+ - [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
187
+ - [website] Add Jose to About Us (#41759) @JCQuintas
188
+
189
+ All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
190
+
191
+ ## v5.15.15
192
+
193
+ <!-- generated comparing v5.15.14..master -->
194
+
195
+ _Apr 4, 2024_
196
+
197
+ A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
198
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
199
+
200
+ ### `@mui/material@5.15.15`
201
+
202
+ - [Autocomplete] Display options provided to the `options` prop even if loading is true (#41677) @ZeeshanTamboli
203
+ - [RadioGroup] Apply classnames (#41681) @ZeeshanTamboli
204
+
205
+ ### `@mui/system@5.15.15`
206
+
207
+ - Fix typo to avoid infinite recursion in function call (#41678) @ZeeshanTamboli
208
+
209
+ ### Docs
210
+
211
+ - [material-ui][Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text (#41679) @ZeeshanTamboli
212
+ - [material-ui] Remove deleted page from the sidenav (#41594) @danilo-leal
213
+ - [material-ui] Fix typo in CSS theme variables customization (#41680) @ZeeshanTamboli
214
+ - Continue migration of Base UI to sperate repository @oliviertassinari
215
+ - Add notification for MUI X v7 blog post (#41587) (#41605) @cherniavskii
216
+ - Update the versions dropdown to show v6 (#41557) @mnajdova
217
+
218
+ ### Core
219
+
220
+ - [blog] Link to Romain's blog post in MUI X v7 announcement post (#41641) @cherniavskii
221
+ - [blog] Blog post with MUI X v7.0.0 annoucement (#41563) (#41604) @cherniavskii
222
+ - [blog] Add post about remote (#41565) @danilo-leal
223
+ - [core] Continue rename of Toolpad @oliviertassinari
224
+ - [docs-infra] Add Toolpad product/category IDs to types (#41551) @bharatkashyap
225
+ - [website] Add Aarón to About Us (#41747) @aarongarciah
226
+ - [website] Add stray design adjustments throughout the site (#41642) @mnajdova
227
+ - [website] Update pricing table (#41606) @cherniavskii
228
+
229
+ All contributors of this release in alphabetical order: @aarongarciah, @bharatkashyap, @cherniavskii, @danilo-leal, @mnajdova, @oliviertassinari, @ZeeshanTamboli
230
+
3
231
  ## v5.15.14
4
232
 
5
233
  <!-- generated comparing v5.15.13..master -->
@@ -7922,7 +8150,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
7922
8150
 
7923
8151
  <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>
7924
8152
 
7925
- You can follow our progress with unstyled components at https://github.com/mui/material-ui/issues/27170.
8153
+ You can follow our progress with unstyled components at https://github.com/mui/base-ui/issues/10.
7926
8154
 
7927
8155
  - 🎉 We have added an example of how to use MUI with [Remix](https://remix.run/) (#29952) @mnajdova
7928
8156
 
@@ -8189,7 +8417,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
8189
8417
 
8190
8418
  - &#8203;<!-- 27 -->[core] Rename mui/core to mui/base (#29585) @michaldudak
8191
8419
 
8192
- Based on the results of the [poll](https://twitter.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8420
+ Based on the results of the [poll](https://x.com/michaldudak/status/1452630484706635779) and our internal discussions, we decided to rename the `@mui/core` package to `@mui/base`. The main rationale for this is the fact that we use the term "Core" to refer to the core components product family, the one that includes Material Design components, unstyled components, System utilities, etc. Therefore, @mui/core was effectively a subset of MUI Core. This was confusing.
8193
8421
 
8194
8422
  The new name better reflects the purpose of the package: it contains unstyled components, hooks, and utilities that serve as a **base** to build on.
8195
8423
 
@@ -9392,7 +9620,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
9392
9620
 
9393
9621
  <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>
9394
9622
 
9395
- You can follow our progress at https://github.com/mui/material-ui/issues/27170.
9623
+ You can follow our progress at https://github.com/mui/base-ui/issues/10.
9396
9624
 
9397
9625
  - 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
9398
9626
  You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
@@ -12606,7 +12834,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
12606
12834
  ```
12607
12835
 
12608
12836
  - [Autocomplete] Remove `debug` in favor of `open` and dev tools (#23377) @eps1lon
12609
- There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://twitter.com/sulco/status/1305841873945272321), or React devtools props.
12837
+ There are a couple of simpler alternatives: `open={true}`, Chrome devtools ["Emulate focused"](https://x.com/sulco/status/1305841873945272321), or React devtools props.
12610
12838
 
12611
12839
  #### Changes
12612
12840
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.14
2
+ * @mui/private-theming v5.15.20
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.14
2
+ * @mui/private-theming v5.15.20
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.14
2
+ * @mui/private-theming v5.15.20
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.15.14
2
+ * @mui/private-theming v5.15.20
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.15.14",
3
+ "version": "5.15.20",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.23.9",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "^5.15.14"
31
+ "@mui/utils": "^5.15.20"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0",