@mui/private-theming 5.13.7 → 5.14.5
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 +491 -15
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,481 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.4..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 14, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
|
|
12
|
+
|
|
13
|
+
### `@mui/material@5.14.5`
|
|
14
|
+
|
|
15
|
+
- ​<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
|
|
16
|
+
|
|
17
|
+
### `@mui/codemod@5.14.5`
|
|
18
|
+
|
|
19
|
+
- ​<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
|
|
20
|
+
|
|
21
|
+
### `@mui/joy@5.0.0-beta.2`
|
|
22
|
+
|
|
23
|
+
- ​<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
|
|
24
|
+
- ​<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
|
|
25
|
+
- ​<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
|
|
26
|
+
|
|
27
|
+
### `@mui/base@5.0.0-beta.11`
|
|
28
|
+
|
|
29
|
+
- ​<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
|
|
30
|
+
- ​<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
|
|
31
|
+
- ​<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
|
|
32
|
+
- ​<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
|
|
33
|
+
- ​<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
|
|
34
|
+
|
|
35
|
+
### Docs
|
|
36
|
+
|
|
37
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
38
|
+
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
39
|
+
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
40
|
+
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
41
|
+
- ​<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
|
|
42
|
+
- ​<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
|
|
43
|
+
- ​<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
|
|
44
|
+
- ​<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
|
|
45
|
+
- ​<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
|
|
46
|
+
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
47
|
+
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
48
|
+
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
49
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
50
|
+
|
|
51
|
+
### Examples
|
|
52
|
+
|
|
53
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
54
|
+
|
|
55
|
+
### Core
|
|
56
|
+
|
|
57
|
+
- ​<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
|
|
58
|
+
- ​<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
|
|
59
|
+
- ​<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
|
|
60
|
+
- ​<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
|
|
61
|
+
- ​<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
|
|
62
|
+
- ​<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
|
|
63
|
+
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
64
|
+
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
65
|
+
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
66
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
67
|
+
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
68
|
+
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
69
|
+
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
70
|
+
|
|
71
|
+
All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan
|
|
72
|
+
|
|
73
|
+
## 5.14.4
|
|
74
|
+
|
|
75
|
+
<!-- generated comparing v5.14.3..master -->
|
|
76
|
+
|
|
77
|
+
_Aug 8, 2023_
|
|
78
|
+
|
|
79
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
80
|
+
|
|
81
|
+
- 🎉 Added [Number input](https://mui.com/base-ui/react-number-input) component & [useNumberInput](https://mui.com/base-ui/react-number-input#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
|
|
82
|
+
|
|
83
|
+
### `@mui/material@5.14.4`
|
|
84
|
+
|
|
85
|
+
- ​<!-- 25 -->[Checkbox][material] Add size classes (#38182) @michaldudak
|
|
86
|
+
- ​<!-- 03 -->[Typography] Improve inherit variant logic (#38123) @ZeeshanTamboli
|
|
87
|
+
|
|
88
|
+
### `@mui/system@5.14.4`
|
|
89
|
+
|
|
90
|
+
- ​<!-- 34 -->Revert "[Box] Remove `component` from TypeMap (#38168)" (#38356) @michaldudak
|
|
91
|
+
|
|
92
|
+
### `@mui/base@5.0.0-beta.10`
|
|
93
|
+
|
|
94
|
+
#### Breaking changes
|
|
95
|
+
|
|
96
|
+
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
97
|
+
|
|
98
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
99
|
+
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
100
|
+
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
101
|
+
|
|
102
|
+
```diff
|
|
103
|
+
- import Button, { buttonClasses } from '@mui/base/Button';
|
|
104
|
+
+ import { Button, buttonClasses } from '@mui/base/Button';
|
|
105
|
+
- import BaseMenu from '@mui/base/Menu';
|
|
106
|
+
+ import { Menu as BaseMenu } from '@mui/base/Menu';
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Additionally, the `ClassNameGenerator` has been moved to the directory matching its name:
|
|
110
|
+
|
|
111
|
+
```diff
|
|
112
|
+
- import ClassNameGenerator from '@mui/base/className';
|
|
113
|
+
+ import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
A codemod is provided to help with the migration:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
npx @mui/codemod v5.0.0/base-use-named-imports <path>
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
#### Changes
|
|
123
|
+
|
|
124
|
+
- ​<!-- 31 -->[base] Create useNumberInput and NumberInput (#36119) @mj12albert
|
|
125
|
+
- ​<!-- 28 -->[Select][base] Fix flicker on click of controlled Select button (#37855) @VishruthR
|
|
126
|
+
- ​<!-- 09 -->[Dropdown] Fix imports of types (#38296) @yash-thakur
|
|
127
|
+
|
|
128
|
+
### `@mui/joy@5.0.0-beta.1`
|
|
129
|
+
|
|
130
|
+
- ​<!-- 06 -->[joy-ui][MenuButton] Fix disable of `MenuButton` (#38342) @sai6855
|
|
131
|
+
|
|
132
|
+
### Docs
|
|
133
|
+
|
|
134
|
+
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
135
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
136
|
+
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
137
|
+
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
138
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
139
|
+
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
140
|
+
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
141
|
+
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
142
|
+
- ​<!-- 10 -->[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan
|
|
143
|
+
- ​<!-- 12 -->[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal
|
|
144
|
+
- ​<!-- 11 -->[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore
|
|
145
|
+
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
146
|
+
|
|
147
|
+
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
148
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
149
|
+
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
150
|
+
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
151
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
152
|
+
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
153
|
+
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
154
|
+
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
155
|
+
|
|
156
|
+
### Core
|
|
157
|
+
|
|
158
|
+
- ​<!-- 24 -->[core] Fix docs demo export function consistency (#38191) @oliviertassinari
|
|
159
|
+
- ​<!-- 23 -->[core] Fix the link-check script on Windows (#38276) @michaldudak
|
|
160
|
+
- ​<!-- 26 -->[core] Use @testing-library/user-event direct API (#38325) @mj12albert
|
|
161
|
+
- ​<!-- 29 -->[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
|
|
162
|
+
- ​<!-- 19 -->[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
|
|
163
|
+
- ​<!-- 18 -->[docs-infra] Fix skip to content design (#38304) @oliviertassinari
|
|
164
|
+
- ​<!-- 17 -->[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
|
|
165
|
+
- ​<!-- 16 -->[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
|
|
166
|
+
- ​<!-- 15 -->[docs-infra] New Component API design followup (#38183) @cherniavskii
|
|
167
|
+
- ​<!-- 06 -->[test] Remove unnecessary `async` keyword from test (#38373) @ZeeshanTamboli
|
|
168
|
+
|
|
169
|
+
All contributors of this release in alphabetical order: @alisasanib, @cherniavskii, @DanailH, @danilo-leal, @iownthegame, @michaldudak, @mj12albert, @mnajdova, @noraleonte, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @siriwatknp, @VishruthR, @yash-thakur, @zanivan, @ZeeshanTamboli
|
|
170
|
+
|
|
171
|
+
## 5.14.3
|
|
172
|
+
|
|
173
|
+
<!-- generated comparing v5.14.2..master -->
|
|
174
|
+
|
|
175
|
+
_Jul 31, 2023_
|
|
176
|
+
|
|
177
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
178
|
+
|
|
179
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
180
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
181
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
182
|
+
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
183
|
+
|
|
184
|
+
### `@mui/material@5.14.3`
|
|
185
|
+
|
|
186
|
+
- ​<!-- 36 -->[Autocomplete][material][joy] Add default `getOptionLabel` prop in ownerState (#38100) @DSK9012
|
|
187
|
+
- ​<!-- 26 -->[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
|
|
188
|
+
- ​<!-- 06 -->[typescript][material] Rename one letter type parameters (#38155) @michaldudak
|
|
189
|
+
- ​<!-- 08 -->[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
|
|
190
|
+
- ​<!-- 07 -->[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
|
|
191
|
+
- ​<!-- 04 -->[typescript][material] Add `component` field to `*Props` types (#38084) @michaldudak
|
|
192
|
+
|
|
193
|
+
### `@mui/base@5.0.0-beta.9`
|
|
194
|
+
|
|
195
|
+
#### Breaking changes
|
|
196
|
+
|
|
197
|
+
- ​<!-- 11 -->[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak
|
|
198
|
+
|
|
199
|
+
#### Other changes
|
|
200
|
+
|
|
201
|
+
- ​<!-- 33 -->[typescript][base] Rename one letter type parameters (#38171) @michaldudak
|
|
202
|
+
|
|
203
|
+
### `@mui/joy@5.0.0-beta.0`
|
|
204
|
+
|
|
205
|
+
- ​<!-- 10 -->[joy] Refine the default theme (#36843) @siriwatknp
|
|
206
|
+
|
|
207
|
+
### `@mui/material-next@6.0.0-alpha.95`
|
|
208
|
+
|
|
209
|
+
- ​<!-- 35 -->[Badge][material-next] Add Badge component (#37850) @DiegoAndai
|
|
210
|
+
- ​<!-- 30 -->[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai
|
|
211
|
+
- ​<!-- 09 -->[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak
|
|
212
|
+
|
|
213
|
+
### `@mui/system@5.14.3`
|
|
214
|
+
|
|
215
|
+
- ​<!-- 32 -->[Box][system] Remove `component` from TypeMap (#38168) @michaldudak
|
|
216
|
+
- ​<!-- 05 -->[Stack][system] Fix CSS selector (#37525) @sai6855
|
|
217
|
+
|
|
218
|
+
### Docs
|
|
219
|
+
|
|
220
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
221
|
+
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
222
|
+
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
223
|
+
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
224
|
+
- ​<!-- 42 -->[docs-infra] Show props in the table of content (#38173) @alexfauquette
|
|
225
|
+
- ​<!-- 41 -->[docs-infra] Polish API page design (#38196) @oliviertassinari
|
|
226
|
+
- ​<!-- 40 -->[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari
|
|
227
|
+
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
228
|
+
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
229
|
+
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
230
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
231
|
+
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
232
|
+
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
233
|
+
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
234
|
+
- ​<!-- 23 -->[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari
|
|
235
|
+
- ​<!-- 22 -->[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova
|
|
236
|
+
- ​<!-- 21 -->[docs] Fix Discord redirection chain @oliviertassinari
|
|
237
|
+
- ​<!-- 20 -->[docs] Cover pnpm in more places (#38161) @oliviertassinari
|
|
238
|
+
- ​<!-- 19 -->[docs] Avoid broken link (#38154) @oliviertassinari
|
|
239
|
+
- ​<!-- 18 -->[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1
|
|
240
|
+
- ​<!-- 17 -->[docs-infra] Remove sidenav icons (#38174) @oliviertassinari
|
|
241
|
+
- ​<!-- 16 -->[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari
|
|
242
|
+
- ​<!-- 15 -->[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii
|
|
243
|
+
- ​<!-- 14 -->[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli
|
|
244
|
+
- ​<!-- 13 -->[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855
|
|
245
|
+
- ​<!-- 12 -->[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855
|
|
246
|
+
|
|
247
|
+
### Core
|
|
248
|
+
|
|
249
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
250
|
+
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
251
|
+
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
252
|
+
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
253
|
+
- ​<!-- 28 -->[core] Remove unnecessary `Required` utility type from Typography font style type (#38203) @ZeeshanTamboli
|
|
254
|
+
- ​<!-- 27 -->[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert
|
|
255
|
+
- ​<!-- 03 -->[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos
|
|
256
|
+
- ​<!-- 02 -->[website] Prepare importing data from HiBob (#38238) @oliviertassinari
|
|
257
|
+
- ​<!-- 01 -->[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1
|
|
258
|
+
|
|
259
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
260
|
+
|
|
261
|
+
## 5.14.2
|
|
262
|
+
|
|
263
|
+
<!-- generated comparing v5.14.1..master -->
|
|
264
|
+
|
|
265
|
+
_Jul 25, 2023_
|
|
266
|
+
|
|
267
|
+
A big thanks to the 23 contributors who made this release possible.
|
|
268
|
+
|
|
269
|
+
### @mui/material@5.14.2
|
|
270
|
+
|
|
271
|
+
- ​<!-- 39 -->Revert "[core] Adds `component` prop to `OverrideProps` type (#35924)" (#38150) @michaldudak
|
|
272
|
+
- ​<!-- 32 -->[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
|
|
273
|
+
- ​<!-- 12 -->[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
|
|
274
|
+
- ​<!-- 11 -->[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar
|
|
275
|
+
|
|
276
|
+
### @mui/joy@5.0.0-alpha.89
|
|
277
|
+
|
|
278
|
+
- ​<!-- 15 -->[Joy] Replace leftover `Joy-` prefix with `Mui-` (#38086) @siriwatknp
|
|
279
|
+
- ​<!-- 14 -->[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
|
|
280
|
+
- ​<!-- 13 -->[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari
|
|
281
|
+
|
|
282
|
+
### Docs
|
|
283
|
+
|
|
284
|
+
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
285
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
286
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
287
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
288
|
+
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
289
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
290
|
+
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
291
|
+
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
292
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
293
|
+
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
294
|
+
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
295
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
296
|
+
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
297
|
+
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
298
|
+
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
299
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
300
|
+
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
301
|
+
|
|
302
|
+
### Core
|
|
303
|
+
|
|
304
|
+
- ​<!-- 34 -->[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
|
|
305
|
+
- ​<!-- 33 -->[blog] Update discord server link (#38131) @prakhargupta1
|
|
306
|
+
- ​<!-- 31 -->[core] Fix rsc-builder removing the first line (#38134) @michaldudak
|
|
307
|
+
- ​<!-- 30 -->[core] Remove the deprecation rule in tslint (#38087) @michaldudak
|
|
308
|
+
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
309
|
+
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
310
|
+
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
311
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
312
|
+
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
313
|
+
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
314
|
+
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
315
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
316
|
+
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
317
|
+
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
318
|
+
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
319
|
+
|
|
320
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli
|
|
321
|
+
|
|
322
|
+
## 5.14.1
|
|
323
|
+
|
|
324
|
+
<!-- generated comparing v5.14.0..master -->
|
|
325
|
+
|
|
326
|
+
_Jul 19, 2023_
|
|
327
|
+
|
|
328
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
329
|
+
|
|
330
|
+
- 💫 Introducing some new components for Joy UI:
|
|
331
|
+
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
332
|
+
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
333
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
334
|
+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
335
|
+
|
|
336
|
+
### `@mui/material@5.14.1`
|
|
337
|
+
|
|
338
|
+
- ​<!-- 14 -->[FormControlLabel] Fix misplaced asterisk when `labelPlacement` is provided (#37831) @ZeeshanTamboli
|
|
339
|
+
- ​<!-- 11 -->[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
|
|
340
|
+
- ​<!-- 10 -->[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
|
|
341
|
+
- ​<!-- 09 -->[Modal] Remove deprecated `BackdropComponent` and `BackdropProps` from tests (#38018) @sai6855
|
|
342
|
+
|
|
343
|
+
### `@mui/material-next@6.0.0-alpha.93`
|
|
344
|
+
|
|
345
|
+
- ​<!-- 54 -->[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
|
|
346
|
+
- ​<!-- 47 -->[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai
|
|
347
|
+
|
|
348
|
+
### `@mui/base@5.0.0-beta.8`
|
|
349
|
+
|
|
350
|
+
- ​<!-- 53 -->[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok
|
|
351
|
+
|
|
352
|
+
### `@mui/joy@5.0.0-alpha.88`
|
|
353
|
+
|
|
354
|
+
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
355
|
+
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
356
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
357
|
+
|
|
358
|
+
### `@mui/utils@5.14.1`
|
|
359
|
+
|
|
360
|
+
- ​<!-- 06 -->[utils] Add function overload for `useEventCallback` (#37827) @cherniavskii
|
|
361
|
+
|
|
362
|
+
### Docs
|
|
363
|
+
|
|
364
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
365
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
366
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
367
|
+
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
368
|
+
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
369
|
+
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
370
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
371
|
+
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
372
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
373
|
+
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
374
|
+
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
375
|
+
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
376
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
377
|
+
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
378
|
+
|
|
379
|
+
### Core
|
|
380
|
+
|
|
381
|
+
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
382
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
383
|
+
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
384
|
+
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
385
|
+
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
386
|
+
- ​<!-- 44 -->[core] Fix rsc build step in CI (#38019) @mj12albert
|
|
387
|
+
- ​<!-- 43 -->[core] Remove nx dependency (#37964) @Janpot
|
|
388
|
+
- ​<!-- 42 -->[core] Lock `@types/node` to v18 (#37965) @ZeeshanTamboli
|
|
389
|
+
- ​<!-- 41 -->[core] Update priority support issue template and prompt (#37824) @DanailH
|
|
390
|
+
- ​<!-- 40 -->[core] Remove warnings in docs:api (#37858) @alexfauquette
|
|
391
|
+
- ​<!-- 39 -->[core] Make rimraf work after a major update (#37930) @michaldudak
|
|
392
|
+
- ​<!-- 28 -->[docs-infra] Change the Diamond Sponsor block positioning on the side nav (#37933) @danilo-leal
|
|
393
|
+
- ​<!-- 27 -->[docs-infra] Support backticks in the codeblocks (#37950) @cherniavskii
|
|
394
|
+
- ​<!-- 26 -->[docs-infra] Improve performance hideToolbar: true (#37969) @oliviertassinari
|
|
395
|
+
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
396
|
+
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
397
|
+
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
398
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
399
|
+
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
400
|
+
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
401
|
+
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
402
|
+
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
403
|
+
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
404
|
+
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
405
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
406
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
407
|
+
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
408
|
+
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
409
|
+
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
410
|
+
|
|
411
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @ericbrian, @Janpot, @joserodolfofreitas, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @officialrajdeepsingh, @oliviertassinari, @OmPr366, @OndrejHj04, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
412
|
+
|
|
413
|
+
## 5.14.0
|
|
414
|
+
|
|
415
|
+
<!-- generated comparing v5.13.7..master -->
|
|
416
|
+
|
|
417
|
+
_Jul 11, 2023_
|
|
418
|
+
|
|
419
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
420
|
+
|
|
421
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
422
|
+
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
423
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
424
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/)
|
|
425
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
426
|
+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
427
|
+
|
|
428
|
+
### `@mui/material@5.14.0`
|
|
429
|
+
|
|
430
|
+
- [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot
|
|
431
|
+
|
|
432
|
+
### `@mui/material-next@6.0.0-alpha.92`
|
|
433
|
+
|
|
434
|
+
- [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai
|
|
435
|
+
|
|
436
|
+
### `@mui/joy@5.0.0-alpha.87`
|
|
437
|
+
|
|
438
|
+
- [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
|
|
439
|
+
- Fix theme typography fallback value (#37845) @siriwatknp
|
|
440
|
+
|
|
441
|
+
### `@mui/icons-material@5.14.0`
|
|
442
|
+
|
|
443
|
+
- [icons-material] Rebuild icons with `"use client"` (#37894) @mj12albert
|
|
444
|
+
|
|
445
|
+
### Docs
|
|
446
|
+
|
|
447
|
+
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
448
|
+
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
449
|
+
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
450
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
451
|
+
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
452
|
+
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
453
|
+
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
454
|
+
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
455
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
456
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
457
|
+
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
458
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
459
|
+
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
460
|
+
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
461
|
+
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
462
|
+
- [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
|
|
463
|
+
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
464
|
+
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
465
|
+
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
466
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
467
|
+
|
|
468
|
+
### Core
|
|
469
|
+
|
|
470
|
+
- [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
|
|
471
|
+
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
472
|
+
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
473
|
+
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
474
|
+
- [core] Point to Crowdin directly @oliviertassinari
|
|
475
|
+
- [website] Sync career page (#37847) @oliviertassinari
|
|
476
|
+
|
|
477
|
+
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384
|
|
478
|
+
|
|
3
479
|
## 5.13.7
|
|
4
480
|
|
|
5
481
|
<!-- generated comparing v5.13.6..master -->
|
|
@@ -93,7 +569,7 @@ _Jun 21, 2023_
|
|
|
93
569
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
94
570
|
|
|
95
571
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
96
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-
|
|
572
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
97
573
|
|
|
98
574
|
### `@mui/material@5.13.6`
|
|
99
575
|
|
|
@@ -154,7 +630,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
154
630
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
155
631
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
156
632
|
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
157
|
-
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-
|
|
633
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
158
634
|
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
159
635
|
|
|
160
636
|
### Core
|
|
@@ -521,7 +997,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
521
997
|
|
|
522
998
|
There is codemod that you can run in your project to do the transformation:
|
|
523
999
|
|
|
524
|
-
```
|
|
1000
|
+
```bash
|
|
525
1001
|
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
526
1002
|
```
|
|
527
1003
|
|
|
@@ -620,7 +1096,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
620
1096
|
|
|
621
1097
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
|
|
622
1098
|
|
|
623
|
-
```
|
|
1099
|
+
```bash
|
|
624
1100
|
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
625
1101
|
```
|
|
626
1102
|
|
|
@@ -2732,7 +3208,7 @@ _Sep 12, 2022_
|
|
|
2732
3208
|
|
|
2733
3209
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2734
3210
|
|
|
2735
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-
|
|
3211
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
2736
3212
|
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
|
|
2737
3213
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2738
3214
|
|
|
@@ -3311,7 +3787,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3311
3787
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
3312
3788
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
3313
3789
|
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
3314
|
-
- [examples] Add
|
|
3790
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
3315
3791
|
|
|
3316
3792
|
### Core
|
|
3317
3793
|
|
|
@@ -3330,7 +3806,7 @@ _Jul 4, 2022_
|
|
|
3330
3806
|
|
|
3331
3807
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3332
3808
|
|
|
3333
|
-
- 🐛 Fixed an issue causing
|
|
3809
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
3334
3810
|
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
3335
3811
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3336
3812
|
|
|
@@ -3359,7 +3835,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3359
3835
|
|
|
3360
3836
|
### `@mui/base@5.0.0-alpha.88`
|
|
3361
3837
|
|
|
3362
|
-
- [base] Remove a type incompatible with
|
|
3838
|
+
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
3363
3839
|
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
3364
3840
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
3365
3841
|
|
|
@@ -4801,7 +5277,7 @@ _Feb 1, 2022_
|
|
|
4801
5277
|
|
|
4802
5278
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
4803
5279
|
|
|
4804
|
-
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241)
|
|
5280
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
4805
5281
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
4806
5282
|
|
|
4807
5283
|
### `@mui/material@5.4.0`
|
|
@@ -6265,7 +6741,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
6265
6741
|
|
|
6266
6742
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
6267
6743
|
|
|
6268
|
-
```
|
|
6744
|
+
```bash
|
|
6269
6745
|
@material-ui/system -> @mui/system
|
|
6270
6746
|
@material-ui/styles -> @mui/styles
|
|
6271
6747
|
@material-ui/lab -> @mui/lab
|
|
@@ -6278,7 +6754,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
6278
6754
|
|
|
6279
6755
|
except these 3 packages that are renamed.
|
|
6280
6756
|
|
|
6281
|
-
```
|
|
6757
|
+
```bash
|
|
6282
6758
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
6283
6759
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
6284
6760
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -9940,7 +10416,7 @@ _Nov 14, 2020_
|
|
|
9940
10416
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
9941
10417
|
|
|
9942
10418
|
- 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
|
|
9943
|
-
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high
|
|
10419
|
+
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high-quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
|
|
9944
10420
|
|
|
9945
10421
|
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.
|
|
9946
10422
|
|
|
@@ -9976,7 +10452,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
9976
10452
|
- [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
|
|
9977
10453
|
- [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
|
|
9978
10454
|
- [Tooltip] Long press select text on iOS (#23466) @hmaddisb
|
|
9979
|
-
- [Tooltip] Unexpected
|
|
10455
|
+
- [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
|
|
9980
10456
|
|
|
9981
10457
|
### `@material-ui/lab@v5.0.0-alpha.16`
|
|
9982
10458
|
|
|
@@ -10973,13 +11449,13 @@ Here are some highlights ✨:
|
|
|
10973
11449
|
|
|
10974
11450
|
Before:
|
|
10975
11451
|
|
|
10976
|
-
```
|
|
11452
|
+
```bash
|
|
10977
11453
|
theme.spacing(2) => 16
|
|
10978
11454
|
```
|
|
10979
11455
|
|
|
10980
11456
|
After:
|
|
10981
11457
|
|
|
10982
|
-
```
|
|
11458
|
+
```bash
|
|
10983
11459
|
theme.spacing(2) => '16px'
|
|
10984
11460
|
```
|
|
10985
11461
|
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/private-theming",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.14.5",
|
|
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`.",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.22.
|
|
39
|
-
"@mui/utils": "^5.
|
|
38
|
+
"@babel/runtime": "^7.22.6",
|
|
39
|
+
"@mui/utils": "^5.14.5",
|
|
40
40
|
"prop-types": "^15.8.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|