@mui/styled-engine 5.13.2 → 5.14.6
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 +924 -22
- package/GlobalStyles/GlobalStyles.js +2 -0
- package/GlobalStyles/index.js +2 -0
- package/StyledEngineProvider/StyledEngineProvider.js +2 -0
- package/StyledEngineProvider/index.js +2 -0
- package/index.js +3 -1
- package/legacy/GlobalStyles/GlobalStyles.js +2 -0
- package/legacy/GlobalStyles/index.js +2 -0
- package/legacy/StyledEngineProvider/StyledEngineProvider.js +2 -0
- package/legacy/StyledEngineProvider/index.js +2 -0
- package/legacy/index.js +3 -1
- package/modern/GlobalStyles/GlobalStyles.js +2 -0
- package/modern/GlobalStyles/index.js +2 -0
- package/modern/StyledEngineProvider/StyledEngineProvider.js +2 -0
- package/modern/StyledEngineProvider/index.js +2 -0
- package/modern/index.js +3 -1
- package/node/GlobalStyles/GlobalStyles.js +1 -0
- package/node/GlobalStyles/index.js +1 -0
- package/node/StyledEngineProvider/StyledEngineProvider.js +1 -0
- package/node/StyledEngineProvider/index.js +1 -0
- package/node/index.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,907 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.5..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 23, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
12
|
+
It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
|
|
13
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
14
|
+
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
15
|
+
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
16
|
+
|
|
17
|
+
### `@mui/material@5.14.6`
|
|
18
|
+
|
|
19
|
+
- [Modal] Update it to use the useModal hook (#38498) @mnajdova
|
|
20
|
+
- [Select] Add `root` class to `SelectClasses` (#38424) @sai6855
|
|
21
|
+
- [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
|
|
22
|
+
- [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
|
|
23
|
+
- [TextField] Fix TextField onClick test (#38597) @mj12albert
|
|
24
|
+
|
|
25
|
+
### `@mui/base@5.0.0-beta.12`
|
|
26
|
+
|
|
27
|
+
- [Popup] New component (#37960) @michaldudak
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-beta.3`
|
|
30
|
+
|
|
31
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
32
|
+
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
33
|
+
- Miscellaneous fixes (#38462) @siriwatknp
|
|
34
|
+
|
|
35
|
+
### `@mui/material-next@6.0.0-alpha.98`
|
|
36
|
+
|
|
37
|
+
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
38
|
+
- [Input] Add InputBase component (#38392) @mj12albert
|
|
39
|
+
|
|
40
|
+
### `@mui/zero-runtime@0.0.1-alpha.0`
|
|
41
|
+
|
|
42
|
+
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- [blog] Clarify tree view move @oliviertassinari
|
|
47
|
+
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
48
|
+
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
49
|
+
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
50
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
51
|
+
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
52
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
53
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
54
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
55
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
56
|
+
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
57
|
+
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
58
|
+
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
59
|
+
- [docs][joy-ui] Fix the `fullWidth` prop description for the Input (#38545) @0xturner
|
|
60
|
+
- [docs][joy-ui] Updated the List playground demo (#38499) @zanivan
|
|
61
|
+
- [docs][joy-ui] Changed bgcolor of the Playground demo (#38502) @zanivan
|
|
62
|
+
- [docs][material-ui] Fix key warning in SimpleDialog demo (#38580) @ZeeshanTamboli
|
|
63
|
+
- [docs][material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz (#38247) @ZeeshanTamboli
|
|
64
|
+
- [docs][material-ui] Fix the Drawer's `onClose` API docs (#38273) @johnmatthiggins
|
|
65
|
+
- [docs][material-ui] Improve nav link tab example (#38315) @oliviertassinari
|
|
66
|
+
- [docs][material-ui] Fix missing import in the styled engine guide (#38450) @codersjj
|
|
67
|
+
- [docs][material-ui][Dialog] Improve screen reader announcement of Customized Dialog (#38592) @ZeeshanTamboli
|
|
68
|
+
- [docs] Add 3rd party libraries integration examples for Joy Input (#38541) @siriwatknp
|
|
69
|
+
- [docs] Hide translation call to action (#38449) @cristianmacedo
|
|
70
|
+
- [docs] Fix codemod name in changelog of v5.14.4 (#38593) @GresilleSiffle
|
|
71
|
+
- [docs] More space for theme builder (#38532) @oliviertassinari
|
|
72
|
+
- [docs] Fix the math symbol of the width sx prop range @oliviertassinari
|
|
73
|
+
- [docs] Fix typo on a11y section of Tabs @oliviertassinari
|
|
74
|
+
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
75
|
+
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
76
|
+
- [docs] Code style convention @oliviertassinari
|
|
77
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
78
|
+
- [docs] Update the backers page (#38505) @danilo-leal
|
|
79
|
+
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
80
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
81
|
+
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
82
|
+
|
|
83
|
+
### Examples
|
|
84
|
+
|
|
85
|
+
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
86
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
87
|
+
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
88
|
+
|
|
89
|
+
### Core
|
|
90
|
+
|
|
91
|
+
- [CHANGELOG] Fix issues in highlight @oliviertassinari
|
|
92
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
|
|
93
|
+
- [core] Fix CI error @oliviertassinari
|
|
94
|
+
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
95
|
+
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
96
|
+
- [docs-infra][joy-ui] Polish the usage and CSS vars playgrounds (#38600) @danilo-leal
|
|
97
|
+
- [docs-infra] Support link title (#38579) @oliviertassinari
|
|
98
|
+
- [docs-infra] Fix ad layout shift (#38622) @oliviertassinari
|
|
99
|
+
- [docs-infra] Add light tweaks to the ad container (#38504) @danilo-leal
|
|
100
|
+
- [docs-infra] Fix anchor scroll without tabs (#38586) @oliviertassinari
|
|
101
|
+
- [docs-infra] Retain velocity animation speed (#38470) @oliviertassinari
|
|
102
|
+
- [docs-infra] Follow import and CSS token standard (#38508) @oliviertassinari
|
|
103
|
+
- [docs-infra] Add icon to callouts (#38525) @alexfauquette
|
|
104
|
+
- [docs-infra] Fix the anchor link on headings (#38528) @danilo-leal
|
|
105
|
+
- [docs-infra] Cleanup code on demo code block expansion (#38522) @ZeeshanTamboli
|
|
106
|
+
- [docs-infra] Improve the heading buttons positioning (#38428) @danilo-leal
|
|
107
|
+
- [docs-infra] Customize the blockquote design (#38503) @danilo-leal
|
|
108
|
+
- [docs-infra] Improve the alert before a negative feedback (#38500) @danilo-leal
|
|
109
|
+
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
110
|
+
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
111
|
+
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
112
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
113
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
114
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
115
|
+
- [website] Fix reference to the data grid @oliviertassinari
|
|
116
|
+
- [website] Configure Apple Pay @oliviertassinari
|
|
117
|
+
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
118
|
+
|
|
119
|
+
All contributors of this release in alphabetical order: @0xturner, @alexfauquette, @alisasanib, @brijeshb42, @codersjj, @cristianmacedo, @danilo-leal, @DiegoAndai, @GresilleSiffle, @homerchen19, @johnmatthiggins, @michaldudak, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
120
|
+
|
|
121
|
+
## 5.14.5
|
|
122
|
+
|
|
123
|
+
<!-- generated comparing v5.14.4..master -->
|
|
124
|
+
|
|
125
|
+
_Aug 14, 2023_
|
|
126
|
+
|
|
127
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
128
|
+
|
|
129
|
+
- @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)
|
|
130
|
+
|
|
131
|
+
### `@mui/material@5.14.5`
|
|
132
|
+
|
|
133
|
+
- ​<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
|
|
134
|
+
|
|
135
|
+
### `@mui/codemod@5.14.5`
|
|
136
|
+
|
|
137
|
+
- ​<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
|
|
138
|
+
|
|
139
|
+
### `@mui/joy@5.0.0-beta.2`
|
|
140
|
+
|
|
141
|
+
- ​<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
|
|
142
|
+
- ​<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
|
|
143
|
+
- ​<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
|
|
144
|
+
|
|
145
|
+
### `@mui/base@5.0.0-beta.11`
|
|
146
|
+
|
|
147
|
+
- ​<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
|
|
148
|
+
- ​<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
|
|
149
|
+
- ​<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
|
|
150
|
+
- ​<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
|
|
151
|
+
- ​<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
|
|
152
|
+
|
|
153
|
+
### Docs
|
|
154
|
+
|
|
155
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
156
|
+
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
157
|
+
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
158
|
+
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
159
|
+
- ​<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
|
|
160
|
+
- ​<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
|
|
161
|
+
- ​<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
|
|
162
|
+
- ​<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
|
|
163
|
+
- ​<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
|
|
164
|
+
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
165
|
+
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
166
|
+
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
167
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
168
|
+
|
|
169
|
+
### Examples
|
|
170
|
+
|
|
171
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
172
|
+
|
|
173
|
+
### Core
|
|
174
|
+
|
|
175
|
+
- ​<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
|
|
176
|
+
- ​<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
|
|
177
|
+
- ​<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
|
|
178
|
+
- ​<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
|
|
179
|
+
- ​<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
|
|
180
|
+
- ​<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
|
|
181
|
+
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
182
|
+
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
183
|
+
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
184
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
185
|
+
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
186
|
+
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
187
|
+
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
188
|
+
|
|
189
|
+
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
|
|
190
|
+
|
|
191
|
+
## 5.14.4
|
|
192
|
+
|
|
193
|
+
<!-- generated comparing v5.14.3..master -->
|
|
194
|
+
|
|
195
|
+
_Aug 8, 2023_
|
|
196
|
+
|
|
197
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
198
|
+
|
|
199
|
+
- 🎉 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
|
|
200
|
+
|
|
201
|
+
### `@mui/material@5.14.4`
|
|
202
|
+
|
|
203
|
+
- ​<!-- 25 -->[Checkbox][material] Add size classes (#38182) @michaldudak
|
|
204
|
+
- ​<!-- 03 -->[Typography] Improve inherit variant logic (#38123) @ZeeshanTamboli
|
|
205
|
+
|
|
206
|
+
### `@mui/system@5.14.4`
|
|
207
|
+
|
|
208
|
+
- ​<!-- 34 -->Revert "[Box] Remove `component` from TypeMap (#38168)" (#38356) @michaldudak
|
|
209
|
+
|
|
210
|
+
### `@mui/base@5.0.0-beta.10`
|
|
211
|
+
|
|
212
|
+
#### Breaking changes
|
|
213
|
+
|
|
214
|
+
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
215
|
+
|
|
216
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
217
|
+
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
218
|
+
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
219
|
+
|
|
220
|
+
```diff
|
|
221
|
+
- import Button, { buttonClasses } from '@mui/base/Button';
|
|
222
|
+
+ import { Button, buttonClasses } from '@mui/base/Button';
|
|
223
|
+
- import BaseMenu from '@mui/base/Menu';
|
|
224
|
+
+ import { Menu as BaseMenu } from '@mui/base/Menu';
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
Additionally, the `ClassNameGenerator` has been moved to the directory matching its name:
|
|
228
|
+
|
|
229
|
+
```diff
|
|
230
|
+
- import ClassNameGenerator from '@mui/base/className';
|
|
231
|
+
+ import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
A codemod is provided to help with the migration:
|
|
235
|
+
|
|
236
|
+
```bash
|
|
237
|
+
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
#### Changes
|
|
241
|
+
|
|
242
|
+
- ​<!-- 31 -->[base] Create useNumberInput and NumberInput (#36119) @mj12albert
|
|
243
|
+
- ​<!-- 28 -->[Select][base] Fix flicker on click of controlled Select button (#37855) @VishruthR
|
|
244
|
+
- ​<!-- 09 -->[Dropdown] Fix imports of types (#38296) @yash-thakur
|
|
245
|
+
|
|
246
|
+
### `@mui/joy@5.0.0-beta.1`
|
|
247
|
+
|
|
248
|
+
- ​<!-- 06 -->[joy-ui][MenuButton] Fix disable of `MenuButton` (#38342) @sai6855
|
|
249
|
+
|
|
250
|
+
### Docs
|
|
251
|
+
|
|
252
|
+
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
253
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
254
|
+
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
255
|
+
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
256
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
257
|
+
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
258
|
+
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
259
|
+
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
260
|
+
- ​<!-- 10 -->[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan
|
|
261
|
+
- ​<!-- 12 -->[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal
|
|
262
|
+
- ​<!-- 11 -->[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore
|
|
263
|
+
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
264
|
+
|
|
265
|
+
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
266
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
267
|
+
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
268
|
+
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
269
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
270
|
+
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
271
|
+
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
272
|
+
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
273
|
+
|
|
274
|
+
### Core
|
|
275
|
+
|
|
276
|
+
- ​<!-- 24 -->[core] Fix docs demo export function consistency (#38191) @oliviertassinari
|
|
277
|
+
- ​<!-- 23 -->[core] Fix the link-check script on Windows (#38276) @michaldudak
|
|
278
|
+
- ​<!-- 26 -->[core] Use @testing-library/user-event direct API (#38325) @mj12albert
|
|
279
|
+
- ​<!-- 29 -->[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
|
|
280
|
+
- ​<!-- 19 -->[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
|
|
281
|
+
- ​<!-- 18 -->[docs-infra] Fix skip to content design (#38304) @oliviertassinari
|
|
282
|
+
- ​<!-- 17 -->[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
|
|
283
|
+
- ​<!-- 16 -->[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
|
|
284
|
+
- ​<!-- 15 -->[docs-infra] New Component API design followup (#38183) @cherniavskii
|
|
285
|
+
- ​<!-- 06 -->[test] Remove unnecessary `async` keyword from test (#38373) @ZeeshanTamboli
|
|
286
|
+
|
|
287
|
+
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
|
|
288
|
+
|
|
289
|
+
## 5.14.3
|
|
290
|
+
|
|
291
|
+
<!-- generated comparing v5.14.2..master -->
|
|
292
|
+
|
|
293
|
+
_Jul 31, 2023_
|
|
294
|
+
|
|
295
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
296
|
+
|
|
297
|
+
- 🚀 [Joy UI](https://mui.com/joy-ui/getting-started/) is now in Beta
|
|
298
|
+
- ✨ Refine [Joy UI](https://mui.com/joy-ui/getting-started/)'s default theme @siriwatknp @zanivan
|
|
299
|
+
- 🎉 Added Dropdown higher-level menu component [Base UI](https://mui.com/base-ui/getting-started/) @michaldudak
|
|
300
|
+
- 💫 Added Material You [Badge](https://mui.com/material-ui/react-badge/#material-you-version) to `material-next` (#37850) @DiegoAndai
|
|
301
|
+
|
|
302
|
+
### `@mui/material@5.14.3`
|
|
303
|
+
|
|
304
|
+
- ​<!-- 36 -->[Autocomplete][material][joy] Add default `getOptionLabel` prop in ownerState (#38100) @DSK9012
|
|
305
|
+
- ​<!-- 26 -->[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
|
|
306
|
+
- ​<!-- 06 -->[typescript][material] Rename one letter type parameters (#38155) @michaldudak
|
|
307
|
+
- ​<!-- 08 -->[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
|
|
308
|
+
- ​<!-- 07 -->[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
|
|
309
|
+
- ​<!-- 04 -->[typescript][material] Add `component` field to `*Props` types (#38084) @michaldudak
|
|
310
|
+
|
|
311
|
+
### `@mui/base@5.0.0-beta.9`
|
|
312
|
+
|
|
313
|
+
#### Breaking changes
|
|
314
|
+
|
|
315
|
+
- ​<!-- 11 -->[Dropdown][base][joy] Introduce higher-level menu component (#37667) @michaldudak
|
|
316
|
+
|
|
317
|
+
#### Other changes
|
|
318
|
+
|
|
319
|
+
- ​<!-- 33 -->[typescript][base] Rename one letter type parameters (#38171) @michaldudak
|
|
320
|
+
|
|
321
|
+
### `@mui/joy@5.0.0-beta.0`
|
|
322
|
+
|
|
323
|
+
- ​<!-- 10 -->[joy] Refine the default theme (#36843) @siriwatknp
|
|
324
|
+
|
|
325
|
+
### `@mui/material-next@6.0.0-alpha.95`
|
|
326
|
+
|
|
327
|
+
- ​<!-- 35 -->[Badge][material-next] Add Badge component (#37850) @DiegoAndai
|
|
328
|
+
- ​<!-- 30 -->[Chip][material-next] Copy chip component from material (#38053) @DiegoAndai
|
|
329
|
+
- ​<!-- 09 -->[typescript][material-next] Rename one letter type parameters (#38172) @michaldudak
|
|
330
|
+
|
|
331
|
+
### `@mui/system@5.14.3`
|
|
332
|
+
|
|
333
|
+
- ​<!-- 32 -->[Box][system] Remove `component` from TypeMap (#38168) @michaldudak
|
|
334
|
+
- ​<!-- 05 -->[Stack][system] Fix CSS selector (#37525) @sai6855
|
|
335
|
+
|
|
336
|
+
### Docs
|
|
337
|
+
|
|
338
|
+
- ​<!-- 49 -->[docs] Update Joy UI's package README (#38262) @ZeeshanTamboli
|
|
339
|
+
- ​<!-- 48 -->[docs][base-ui] Add new batch of coming soon pages (#38025) @danilo-leal
|
|
340
|
+
- ​<!-- 44 -->[docs] fix links to standardized examples (#38193) @emmanuel-ferdman
|
|
341
|
+
- ​<!-- 43 -->[docs-infra] Small design polish to the Diamond Sponsor container (#38257) @danilo-leal
|
|
342
|
+
- ​<!-- 42 -->[docs-infra] Show props in the table of content (#38173) @alexfauquette
|
|
343
|
+
- ​<!-- 41 -->[docs-infra] Polish API page design (#38196) @oliviertassinari
|
|
344
|
+
- ​<!-- 40 -->[docs-infra] Search with productCategory when product is missing (#38239) @oliviertassinari
|
|
345
|
+
- ​<!-- 39 -->[docs][material] Revise and update Examples doc (#38205) @samuelsycamore
|
|
346
|
+
- ​<!-- 38 -->[docs] Fix typo in notifications.json @mbrookes
|
|
347
|
+
- ​<!-- 37 -->[docs-infra] Remove leftover standardNavIcon (#38252) @DiegoAndai
|
|
348
|
+
- ​<!-- 34 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Popper page (#37953) @zanivan
|
|
349
|
+
- ​<!-- 31 -->[docs][Button][joy] Improve `loading` prop documentation (#38156) @sai6855
|
|
350
|
+
- ​<!-- 25 -->[docs] Prepare docs infra for Tree View migration to X (#38202) @flaviendelangle
|
|
351
|
+
- ​<!-- 24 -->[docs] Fix SEO issues reported by ahrefs @oliviertassinari
|
|
352
|
+
- ​<!-- 23 -->[docs] Fix palette pages - live edit not working (#38195) @oliviertassinari
|
|
353
|
+
- ​<!-- 22 -->[docs] Add Google Analytics action for the styling menu (#38085) @mnajdova
|
|
354
|
+
- ​<!-- 21 -->[docs] Fix Discord redirection chain @oliviertassinari
|
|
355
|
+
- ​<!-- 20 -->[docs] Cover pnpm in more places (#38161) @oliviertassinari
|
|
356
|
+
- ​<!-- 19 -->[docs] Avoid broken link (#38154) @oliviertassinari
|
|
357
|
+
- ​<!-- 18 -->[docs] Add notification for beta release of Toolpad (#38152) @prakhargupta1
|
|
358
|
+
- ​<!-- 17 -->[docs-infra] Remove sidenav icons (#38174) @oliviertassinari
|
|
359
|
+
- ​<!-- 16 -->[docs-infra] Fix search ranking when no productId (#38162) @oliviertassinari
|
|
360
|
+
- ​<!-- 15 -->[docs-infra] Adjust the side nav for deeper nested items (#38047) @cherniavskii
|
|
361
|
+
- ​<!-- 14 -->[docs][joy] Update TS file of adding more typography levels demo to match the corresponding JS file's styles (#38232) @ZeeshanTamboli
|
|
362
|
+
- ​<!-- 13 -->[docs][joy] Add TS demo for reusable component section in approaches page (#38210) @sai6855
|
|
363
|
+
- ​<!-- 12 -->[docs][joy] Add TS demo for theme typography new level customization (#38199) @sai6855
|
|
364
|
+
|
|
365
|
+
### Core
|
|
366
|
+
|
|
367
|
+
- ​<!-- 47 -->[blog] Fix blog post slug Base UI (#38254) @oliviertassinari
|
|
368
|
+
- ​<!-- 46 -->[core] Use native Node's fetch instead of node-fetch package (#38263) @michaldudak
|
|
369
|
+
- ​<!-- 45 -->[core] Remove dead code @oliviertassinari
|
|
370
|
+
- ​<!-- 29 -->[core] Polish Stack test to closer CSS injection order @oliviertassinari
|
|
371
|
+
- ​<!-- 28 -->[core] Remove unnecessary `Required` utility type from Typography font style type (#38203) @ZeeshanTamboli
|
|
372
|
+
- ​<!-- 27 -->[core] Fix generate Proptypes script skipping unstable items (#38198) @mj12albert
|
|
373
|
+
- ​<!-- 03 -->[website] Adding Rich Bustos Twitter handle in bio (#38213) @richbustos
|
|
374
|
+
- ​<!-- 02 -->[website] Prepare importing data from HiBob (#38238) @oliviertassinari
|
|
375
|
+
- ​<!-- 01 -->[website] Sync team member with HiBob, add Raffaella (#38201) @rluzists1
|
|
376
|
+
|
|
377
|
+
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
|
|
378
|
+
|
|
379
|
+
## 5.14.2
|
|
380
|
+
|
|
381
|
+
<!-- generated comparing v5.14.1..master -->
|
|
382
|
+
|
|
383
|
+
_Jul 25, 2023_
|
|
384
|
+
|
|
385
|
+
A big thanks to the 23 contributors who made this release possible.
|
|
386
|
+
|
|
387
|
+
### @mui/material@5.14.2
|
|
388
|
+
|
|
389
|
+
- ​<!-- 39 -->Revert "[core] Adds `component` prop to `OverrideProps` type (#35924)" (#38150) @michaldudak
|
|
390
|
+
- ​<!-- 32 -->[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
|
|
391
|
+
- ​<!-- 12 -->[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
|
|
392
|
+
- ​<!-- 11 -->[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar
|
|
393
|
+
|
|
394
|
+
### @mui/joy@5.0.0-alpha.89
|
|
395
|
+
|
|
396
|
+
- ​<!-- 15 -->[Joy] Replace leftover `Joy-` prefix with `Mui-` (#38086) @siriwatknp
|
|
397
|
+
- ​<!-- 14 -->[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
|
|
398
|
+
- ​<!-- 13 -->[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari
|
|
399
|
+
|
|
400
|
+
### Docs
|
|
401
|
+
|
|
402
|
+
- ​<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
|
|
403
|
+
- ​<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
|
|
404
|
+
- ​<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
|
|
405
|
+
- ​<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
|
|
406
|
+
- ​<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
|
|
407
|
+
- ​<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
|
|
408
|
+
- ​<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
|
|
409
|
+
- ​<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
|
|
410
|
+
- ​<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
|
|
411
|
+
- ​<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
|
|
412
|
+
- ​<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
|
|
413
|
+
- ​<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
|
|
414
|
+
- ​<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
|
|
415
|
+
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
416
|
+
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
417
|
+
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
418
|
+
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
419
|
+
|
|
420
|
+
### Core
|
|
421
|
+
|
|
422
|
+
- ​<!-- 34 -->[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
|
|
423
|
+
- ​<!-- 33 -->[blog] Update discord server link (#38131) @prakhargupta1
|
|
424
|
+
- ​<!-- 31 -->[core] Fix rsc-builder removing the first line (#38134) @michaldudak
|
|
425
|
+
- ​<!-- 30 -->[core] Remove the deprecation rule in tslint (#38087) @michaldudak
|
|
426
|
+
- ​<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
|
|
427
|
+
- ​<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
|
|
428
|
+
- ​<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
|
|
429
|
+
- ​<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
|
|
430
|
+
- ​<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
|
|
431
|
+
- ​<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
|
|
432
|
+
- ​<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
|
|
433
|
+
- ​<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
|
|
434
|
+
- ​<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
|
|
435
|
+
- ​<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
|
|
436
|
+
- ​<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
|
|
437
|
+
|
|
438
|
+
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
|
|
439
|
+
|
|
440
|
+
## 5.14.1
|
|
441
|
+
|
|
442
|
+
<!-- generated comparing v5.14.0..master -->
|
|
443
|
+
|
|
444
|
+
_Jul 19, 2023_
|
|
445
|
+
|
|
446
|
+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
|
|
447
|
+
|
|
448
|
+
- 💫 Introducing some new components for Joy UI:
|
|
449
|
+
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
|
|
450
|
+
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
|
|
451
|
+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
|
|
452
|
+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
453
|
+
|
|
454
|
+
### `@mui/material@5.14.1`
|
|
455
|
+
|
|
456
|
+
- ​<!-- 14 -->[FormControlLabel] Fix misplaced asterisk when `labelPlacement` is provided (#37831) @ZeeshanTamboli
|
|
457
|
+
- ​<!-- 11 -->[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
|
|
458
|
+
- ​<!-- 10 -->[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
|
|
459
|
+
- ​<!-- 09 -->[Modal] Remove deprecated `BackdropComponent` and `BackdropProps` from tests (#38018) @sai6855
|
|
460
|
+
|
|
461
|
+
### `@mui/material-next@6.0.0-alpha.93`
|
|
462
|
+
|
|
463
|
+
- ​<!-- 54 -->[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
|
|
464
|
+
- ​<!-- 47 -->[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai
|
|
465
|
+
|
|
466
|
+
### `@mui/base@5.0.0-beta.8`
|
|
467
|
+
|
|
468
|
+
- ​<!-- 53 -->[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok
|
|
469
|
+
|
|
470
|
+
### `@mui/joy@5.0.0-alpha.88`
|
|
471
|
+
|
|
472
|
+
- ​<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
|
|
473
|
+
- ​<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
|
|
474
|
+
- ​<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
|
|
475
|
+
|
|
476
|
+
### `@mui/utils@5.14.1`
|
|
477
|
+
|
|
478
|
+
- ​<!-- 06 -->[utils] Add function overload for `useEventCallback` (#37827) @cherniavskii
|
|
479
|
+
|
|
480
|
+
### Docs
|
|
481
|
+
|
|
482
|
+
- ​<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
|
|
483
|
+
- ​<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
|
|
484
|
+
- ​<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
|
|
485
|
+
- ​<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
|
|
486
|
+
- ​<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
|
|
487
|
+
- ​<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
|
|
488
|
+
- ​<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
|
|
489
|
+
- ​<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
|
|
490
|
+
- ​<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
|
|
491
|
+
- ​<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
|
|
492
|
+
- ​<!-- 30 -->[docs] Improve changelog @oliviertassinari
|
|
493
|
+
- ​<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
|
|
494
|
+
- ​<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
|
|
495
|
+
- ​<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
|
|
496
|
+
|
|
497
|
+
### Core
|
|
498
|
+
|
|
499
|
+
- ​<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
|
|
500
|
+
- ​<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
|
|
501
|
+
- ​<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
|
|
502
|
+
- ​<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
|
|
503
|
+
- ​<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
|
|
504
|
+
- ​<!-- 44 -->[core] Fix rsc build step in CI (#38019) @mj12albert
|
|
505
|
+
- ​<!-- 43 -->[core] Remove nx dependency (#37964) @Janpot
|
|
506
|
+
- ​<!-- 42 -->[core] Lock `@types/node` to v18 (#37965) @ZeeshanTamboli
|
|
507
|
+
- ​<!-- 41 -->[core] Update priority support issue template and prompt (#37824) @DanailH
|
|
508
|
+
- ​<!-- 40 -->[core] Remove warnings in docs:api (#37858) @alexfauquette
|
|
509
|
+
- ​<!-- 39 -->[core] Make rimraf work after a major update (#37930) @michaldudak
|
|
510
|
+
- ​<!-- 28 -->[docs-infra] Change the Diamond Sponsor block positioning on the side nav (#37933) @danilo-leal
|
|
511
|
+
- ​<!-- 27 -->[docs-infra] Support backticks in the codeblocks (#37950) @cherniavskii
|
|
512
|
+
- ​<!-- 26 -->[docs-infra] Improve performance hideToolbar: true (#37969) @oliviertassinari
|
|
513
|
+
- ​<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
|
|
514
|
+
- ​<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
|
|
515
|
+
- ​<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
|
|
516
|
+
- ​<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
|
|
517
|
+
- ​<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
|
|
518
|
+
- ​<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
|
|
519
|
+
- ​<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
|
|
520
|
+
- ​<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
|
|
521
|
+
- ​<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
|
|
522
|
+
- ​<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
|
|
523
|
+
- ​<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
|
|
524
|
+
- ​<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
|
|
525
|
+
- ​<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
|
|
526
|
+
- ​<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
|
|
527
|
+
- ​<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
|
|
528
|
+
|
|
529
|
+
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
|
|
530
|
+
|
|
531
|
+
## 5.14.0
|
|
532
|
+
|
|
533
|
+
<!-- generated comparing v5.13.7..master -->
|
|
534
|
+
|
|
535
|
+
_Jul 11, 2023_
|
|
536
|
+
|
|
537
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
538
|
+
|
|
539
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
540
|
+
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
541
|
+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
542
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/)
|
|
543
|
+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
544
|
+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
545
|
+
|
|
546
|
+
### `@mui/material@5.14.0`
|
|
547
|
+
|
|
548
|
+
- [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot
|
|
549
|
+
|
|
550
|
+
### `@mui/material-next@6.0.0-alpha.92`
|
|
551
|
+
|
|
552
|
+
- [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai
|
|
553
|
+
|
|
554
|
+
### `@mui/joy@5.0.0-alpha.87`
|
|
555
|
+
|
|
556
|
+
- [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
|
|
557
|
+
- Fix theme typography fallback value (#37845) @siriwatknp
|
|
558
|
+
|
|
559
|
+
### `@mui/icons-material@5.14.0`
|
|
560
|
+
|
|
561
|
+
- [icons-material] Rebuild icons with `"use client"` (#37894) @mj12albert
|
|
562
|
+
|
|
563
|
+
### Docs
|
|
564
|
+
|
|
565
|
+
- [docs] Polish Ukraine banner (#37905) @oliviertassinari
|
|
566
|
+
- [docs] Reduce Ukraine banner size (#34795) @oliviertassinari
|
|
567
|
+
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
|
|
568
|
+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
|
|
569
|
+
- [docs] Small pickers migration improvement (#37815) @alexfauquette
|
|
570
|
+
- [docs] Fix pickers product name (#37825) @LukasTy
|
|
571
|
+
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
|
|
572
|
+
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
|
|
573
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
|
|
574
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
|
|
575
|
+
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
|
|
576
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
|
|
577
|
+
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
|
|
578
|
+
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
|
|
579
|
+
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
|
|
580
|
+
- [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
|
|
581
|
+
- [docs-infra] Fix code parser (#37828) @alexfauquette
|
|
582
|
+
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
|
|
583
|
+
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
|
|
584
|
+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
|
|
585
|
+
|
|
586
|
+
### Core
|
|
587
|
+
|
|
588
|
+
- [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
|
|
589
|
+
- [core] Fix imports to React (#37863) @oliviertassinari
|
|
590
|
+
- [core] Disambiguate eslint plugin name @oliviertassinari
|
|
591
|
+
- [core] Sync the lint script name with the other repositories @oliviertassinari
|
|
592
|
+
- [core] Point to Crowdin directly @oliviertassinari
|
|
593
|
+
- [website] Sync career page (#37847) @oliviertassinari
|
|
594
|
+
|
|
595
|
+
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
|
|
596
|
+
|
|
597
|
+
## 5.13.7
|
|
598
|
+
|
|
599
|
+
<!-- generated comparing v5.13.6..master -->
|
|
600
|
+
|
|
601
|
+
_Jul 4, 2023_
|
|
602
|
+
|
|
603
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
604
|
+
This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
605
|
+
|
|
606
|
+
### `@mui/material@5.13.7`
|
|
607
|
+
|
|
608
|
+
- [OutlinedInput] Fix form control properties in `ownerState` (#37668) @vonagam
|
|
609
|
+
|
|
610
|
+
### `@mui/system@5.13.7`
|
|
611
|
+
|
|
612
|
+
- [Stack] Fix spacing when there are `<style>` children (#34966) @cmd-johnson
|
|
613
|
+
|
|
614
|
+
### `@mui/icons-material@5.13.7`
|
|
615
|
+
|
|
616
|
+
- [icons] Add Microsoft logo (#37717) @zephyrus21
|
|
617
|
+
|
|
618
|
+
### `@mui/joy@5.0.0-alpha.86`
|
|
619
|
+
|
|
620
|
+
- [Autocomplete][joy] Fix Autocomplete and Modal components to work together (#37515) @saikathalderr
|
|
621
|
+
- [Menu][Joy] Improve UX of `Menu` usage demo (#37797) @sai6855
|
|
622
|
+
|
|
623
|
+
### `@mui/base@5.0.0-beta.6`
|
|
624
|
+
|
|
625
|
+
- [Slider][base][material][joy] Fix not draggable on the edge when `disableSwap={true}` (#35998) @sai6855
|
|
626
|
+
- [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
|
|
627
|
+
- [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
|
|
628
|
+
- [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech
|
|
629
|
+
|
|
630
|
+
### `@mui/lab@5.0.0-alpha.135`
|
|
631
|
+
|
|
632
|
+
- [Timeline] Fix position `alternate-reverse` generated classname (#37678) @ZeeshanTamboli
|
|
633
|
+
|
|
634
|
+
### Docs
|
|
635
|
+
|
|
636
|
+
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
637
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
638
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
639
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
640
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
641
|
+
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
642
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
643
|
+
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
644
|
+
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
645
|
+
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
646
|
+
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
647
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
648
|
+
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
649
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
650
|
+
|
|
651
|
+
### Core
|
|
652
|
+
|
|
653
|
+
- [docs–infra] Prevent displaying multiple ads (#37696) @oliviertassinari
|
|
654
|
+
- [blog] Fix mismatch between plan and link @oliviertassinari
|
|
655
|
+
- [core] Update yarn lockfile (#37802) @michaldudak
|
|
656
|
+
- [core] Add bundle size Toolpad app link to PRs (#36311) @Janpot
|
|
657
|
+
- [core] Fix priority support prompt action flow (#37726) @DanailH
|
|
658
|
+
- [core] Fix typo in priority support @oliviertassinari
|
|
659
|
+
- [core][docs] add Eslint rule to ensure main demo component match file… (#37278) @alexfauquette
|
|
660
|
+
- [docs-infra] Fix truncated TOCs scrollbar (#37770) @oliviertassinari
|
|
661
|
+
- [docs-infra] Adjust demo container to be glued to the toolbar (#37744) @danilo-leal
|
|
662
|
+
- [docs-infra] Fix layout shift ad (#37694) @oliviertassinari
|
|
663
|
+
- [docs-infra] Improve demos toolbar (#37762) @oliviertassinari
|
|
664
|
+
- [docs-infra] Make the GitHub link in the nav bar open in a new tab (#37766) @gateremark
|
|
665
|
+
- [docs-infra] Allow to persist icons in ToC (#37731) @cherniavskii
|
|
666
|
+
- [docs-infra] Improve product mapping (#37729) @oliviertassinari
|
|
667
|
+
- [docs-infra] Add design polish to the comment and anchor buttons (#37734) @danilo-leal
|
|
668
|
+
- [docs-infra] Tweak editable code blocks callout design (#37681) @danilo-leal
|
|
669
|
+
- [docs-infra] Improve the edit page experience (#37695) @oliviertassinari
|
|
670
|
+
- [docs-infra] Support rendering markdown outside of docs (#37691) @oliviertassinari
|
|
671
|
+
- [docs-infra] Polish demo toolbar button designs (#37680) @danilo-leal
|
|
672
|
+
- [docs-infra] Adjust demo component container design (#37659) @danilo-leal
|
|
673
|
+
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
674
|
+
- [test] Remove failing test in dev @oliviertassinari
|
|
675
|
+
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
676
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
677
|
+
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
678
|
+
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
679
|
+
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
680
|
+
|
|
681
|
+
All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21
|
|
682
|
+
|
|
683
|
+
## 5.13.6
|
|
684
|
+
|
|
685
|
+
_Jun 21, 2023_
|
|
686
|
+
|
|
687
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
688
|
+
|
|
689
|
+
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
690
|
+
- 📚 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
|
|
691
|
+
|
|
692
|
+
### `@mui/material@5.13.6`
|
|
693
|
+
|
|
694
|
+
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
695
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
696
|
+
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
697
|
+
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
698
|
+
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
699
|
+
- ​<!-- 09 -->[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
|
|
700
|
+
- ​<!-- 08 -->[SvgIcon] allow `svg` as a child (#37231) @siriwatknp
|
|
701
|
+
- ​<!-- 07 -->[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
|
|
702
|
+
- ​<!-- 06 -->[Tooltip] Fix type of sx prop in `slotProps` (#37550) @SuperKXT
|
|
703
|
+
- ​<!-- 05 -->[TouchRipple] perf: avoid calling `clearTimeout()` (#37512) @romgrk
|
|
704
|
+
|
|
705
|
+
### `@mui/material-next@6.0.0-alpha.90`
|
|
706
|
+
|
|
707
|
+
- ​<!-- 12 -->[Material You] Add Slider component with Material You design (#37520) @DiegoAndai
|
|
708
|
+
|
|
709
|
+
### `@mui/joy@5.0.0-alpha.85`
|
|
710
|
+
|
|
711
|
+
- ​<!-- 37 -->[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
|
|
712
|
+
- ​<!-- 36 -->[CardActions][joy] Add `CardActions` component (#37441) @siriwatknp
|
|
713
|
+
- ​<!-- 14 -->[Menu][joy] Fix closing of `Menu` in demos (#36917) @sai6855
|
|
714
|
+
|
|
715
|
+
### `@mui/base@5.0.0-beta.5`
|
|
716
|
+
|
|
717
|
+
- ​<!-- 39 -->[Menu][base] Add the resetHighlight action (#37392) @michaldudak
|
|
718
|
+
- ​<!-- 38 -->[Select][base] Expose the `areOptionsEqual` prop (#37615) @michaldudak
|
|
719
|
+
|
|
720
|
+
### `@mui/utils@5.13.2`
|
|
721
|
+
|
|
722
|
+
- ​<!-- 04 -->[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
|
|
723
|
+
|
|
724
|
+
### Docs
|
|
725
|
+
|
|
726
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
727
|
+
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
728
|
+
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
729
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
730
|
+
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
731
|
+
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
732
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
733
|
+
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
734
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
735
|
+
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
736
|
+
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
737
|
+
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
738
|
+
- ​<!-- 25 -->[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
|
|
739
|
+
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
740
|
+
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
741
|
+
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
742
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
743
|
+
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
744
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
745
|
+
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
746
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
747
|
+
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
748
|
+
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
749
|
+
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
750
|
+
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
751
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
752
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
753
|
+
|
|
754
|
+
### Core
|
|
755
|
+
|
|
756
|
+
- ​<!-- 34 -->[core] Update to Node.js v18 for `test-dev` CI (#37604) @ZeeshanTamboli
|
|
757
|
+
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
758
|
+
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
759
|
+
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
760
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
761
|
+
|
|
762
|
+
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
|
|
763
|
+
|
|
764
|
+
## 5.13.5
|
|
765
|
+
|
|
766
|
+
_Jun 12, 2023_
|
|
767
|
+
|
|
768
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
769
|
+
|
|
770
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
771
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
772
|
+
|
|
773
|
+
### `@mui/material@5.13.5`
|
|
774
|
+
|
|
775
|
+
- ​<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
|
|
776
|
+
|
|
777
|
+
### `@mui/joy@5.0.0-alpha.84`
|
|
778
|
+
|
|
779
|
+
- ​<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
|
|
780
|
+
- ​<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
|
|
781
|
+
- ​<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
|
|
782
|
+
|
|
783
|
+
### Docs
|
|
784
|
+
|
|
785
|
+
- ​<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
|
|
786
|
+
- ​<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
|
|
787
|
+
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
788
|
+
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
789
|
+
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
790
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
791
|
+
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
792
|
+
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
793
|
+
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
794
|
+
- ​<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
|
|
795
|
+
- ​<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
|
|
796
|
+
- ​<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
|
|
797
|
+
- ​<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
|
|
798
|
+
|
|
799
|
+
### Core
|
|
800
|
+
|
|
801
|
+
- ​<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
|
|
802
|
+
- ​<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
|
|
803
|
+
- ​<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
|
|
804
|
+
- ​<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
|
|
805
|
+
|
|
806
|
+
All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
|
|
807
|
+
|
|
808
|
+
## 5.13.4
|
|
809
|
+
|
|
810
|
+
<!-- generated comparing v5.13.3..master -->
|
|
811
|
+
|
|
812
|
+
_Jun 5, 2023_
|
|
813
|
+
|
|
814
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
815
|
+
|
|
816
|
+
### `@mui/material@5.13.4`
|
|
817
|
+
|
|
818
|
+
- ​<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
|
|
819
|
+
- ​<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
|
|
820
|
+
- ​<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
|
|
821
|
+
- ​<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart
|
|
822
|
+
|
|
823
|
+
### `@mui/base@5.0.0-beta.4`
|
|
824
|
+
|
|
825
|
+
- ​<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
|
|
826
|
+
|
|
827
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
828
|
+
|
|
829
|
+
- ​<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
|
|
830
|
+
- ​<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp
|
|
831
|
+
|
|
832
|
+
### Docs
|
|
833
|
+
|
|
834
|
+
- ​<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
|
|
835
|
+
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
836
|
+
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
837
|
+
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
838
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
839
|
+
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
840
|
+
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
841
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
842
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
843
|
+
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
844
|
+
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
845
|
+
|
|
846
|
+
### Core
|
|
847
|
+
|
|
848
|
+
- ​<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
|
|
849
|
+
- ​<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi
|
|
850
|
+
|
|
851
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
|
|
852
|
+
|
|
853
|
+
## 5.13.3
|
|
854
|
+
|
|
855
|
+
<!-- generated comparing v5.13.2..master -->
|
|
856
|
+
|
|
857
|
+
_May 29, 2023_
|
|
858
|
+
|
|
859
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
860
|
+
This release focuses primarily on 🐛 bug fixes and 📚 documentation improvements.
|
|
861
|
+
|
|
862
|
+
### `@mui/material@5.13.3
|
|
863
|
+
|
|
864
|
+
- ​<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
|
|
865
|
+
- ​<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj
|
|
866
|
+
|
|
867
|
+
### `@mui/base@5.0.0-beta.3`
|
|
868
|
+
|
|
869
|
+
- ​<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
|
|
870
|
+
- ​<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
|
|
871
|
+
- ​<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
|
|
872
|
+
- ​<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
|
|
873
|
+
- ​<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855
|
|
874
|
+
|
|
875
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
876
|
+
|
|
877
|
+
- ​<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
|
|
878
|
+
- ​<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
|
|
879
|
+
- ​<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
|
|
880
|
+
- ​<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot
|
|
881
|
+
|
|
882
|
+
### `@mui/codemod@5.13.3
|
|
883
|
+
|
|
884
|
+
- ​<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj
|
|
885
|
+
|
|
886
|
+
### Docs
|
|
887
|
+
|
|
888
|
+
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
889
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
890
|
+
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
891
|
+
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
892
|
+
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
893
|
+
- ​<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
|
|
894
|
+
- ​<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari
|
|
895
|
+
|
|
896
|
+
### Core
|
|
897
|
+
|
|
898
|
+
- ​<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
|
|
899
|
+
- ​<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
|
|
900
|
+
- ​<!-- 02 -->[website] Sync with Ashby @oliviertassinari
|
|
901
|
+
- ​<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops
|
|
902
|
+
|
|
903
|
+
All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
|
|
904
|
+
|
|
3
905
|
## 5.13.2
|
|
4
906
|
|
|
5
907
|
<!-- generated comparing v5.13.1..master -->
|
|
@@ -213,7 +1115,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
213
1115
|
|
|
214
1116
|
There is codemod that you can run in your project to do the transformation:
|
|
215
1117
|
|
|
216
|
-
```
|
|
1118
|
+
```bash
|
|
217
1119
|
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
218
1120
|
```
|
|
219
1121
|
|
|
@@ -312,7 +1214,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
312
1214
|
|
|
313
1215
|
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:
|
|
314
1216
|
|
|
315
|
-
```
|
|
1217
|
+
```bash
|
|
316
1218
|
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
317
1219
|
```
|
|
318
1220
|
|
|
@@ -668,7 +1570,7 @@ _Mar 14, 2023_
|
|
|
668
1570
|
|
|
669
1571
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
670
1572
|
|
|
671
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
1573
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
672
1574
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
673
1575
|
|
|
674
1576
|
### `@mui/material@5.11.13`
|
|
@@ -853,7 +1755,7 @@ _Feb 27, 2023_
|
|
|
853
1755
|
|
|
854
1756
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
855
1757
|
|
|
856
|
-
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
1758
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
|
|
857
1759
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
858
1760
|
|
|
859
1761
|
### `@mui/material@5.11.11`
|
|
@@ -1222,7 +2124,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1222
2124
|
+ <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
|
|
1223
2125
|
```
|
|
1224
2126
|
|
|
1225
|
-
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
|
|
2127
|
+
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
|
|
1226
2128
|
|
|
1227
2129
|
- The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
|
|
1228
2130
|
|
|
@@ -2215,7 +3117,7 @@ _Oct 3, 2022_
|
|
|
2215
3117
|
|
|
2216
3118
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2217
3119
|
|
|
2218
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
3120
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
2219
3121
|
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
2220
3122
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2221
3123
|
|
|
@@ -2424,7 +3326,7 @@ _Sep 12, 2022_
|
|
|
2424
3326
|
|
|
2425
3327
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2426
3328
|
|
|
2427
|
-
- 🚀 [Blog post](https://mui.com/blog/introducing-
|
|
3329
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-base-ui/) for announcing the release of the Base UI package is out thanks to @michaldudak.
|
|
2428
3330
|
- 🚀 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
|
|
2429
3331
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2430
3332
|
|
|
@@ -3003,7 +3905,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3003
3905
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
3004
3906
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
3005
3907
|
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
3006
|
-
- [examples] Add
|
|
3908
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
3007
3909
|
|
|
3008
3910
|
### Core
|
|
3009
3911
|
|
|
@@ -3022,7 +3924,7 @@ _Jul 4, 2022_
|
|
|
3022
3924
|
|
|
3023
3925
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3024
3926
|
|
|
3025
|
-
- 🐛 Fixed an issue causing
|
|
3927
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
3026
3928
|
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
3027
3929
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3028
3930
|
|
|
@@ -3051,7 +3953,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3051
3953
|
|
|
3052
3954
|
### `@mui/base@5.0.0-alpha.88`
|
|
3053
3955
|
|
|
3054
|
-
- [base] Remove a type incompatible with
|
|
3956
|
+
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
3055
3957
|
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
3056
3958
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
3057
3959
|
|
|
@@ -4493,7 +5395,7 @@ _Feb 1, 2022_
|
|
|
4493
5395
|
|
|
4494
5396
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
4495
5397
|
|
|
4496
|
-
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241)
|
|
5398
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
4497
5399
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
4498
5400
|
|
|
4499
5401
|
### `@mui/material@5.4.0`
|
|
@@ -4952,7 +5854,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
4952
5854
|
|
|
4953
5855
|
### Core
|
|
4954
5856
|
|
|
4955
|
-
- ​<!-- 23 -->[core] Fix link to Open
|
|
5857
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
4956
5858
|
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
4957
5859
|
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
4958
5860
|
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
@@ -5957,7 +6859,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5957
6859
|
|
|
5958
6860
|
replace `@material-ui/*` prefix with `@mui/*`:
|
|
5959
6861
|
|
|
5960
|
-
```
|
|
6862
|
+
```bash
|
|
5961
6863
|
@material-ui/system -> @mui/system
|
|
5962
6864
|
@material-ui/styles -> @mui/styles
|
|
5963
6865
|
@material-ui/lab -> @mui/lab
|
|
@@ -5970,7 +6872,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5970
6872
|
|
|
5971
6873
|
except these 3 packages that are renamed.
|
|
5972
6874
|
|
|
5973
|
-
```
|
|
6875
|
+
```bash
|
|
5974
6876
|
@material-ui/core => @mui/material // represents Material Design components.
|
|
5975
6877
|
@material-ui/icons => @mui/icons-material // represents Material Design icons.
|
|
5976
6878
|
@material-ui/unstyled => @mui/base // fully functional components with minimum styles.
|
|
@@ -9632,11 +10534,11 @@ _Nov 14, 2020_
|
|
|
9632
10534
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
9633
10535
|
|
|
9634
10536
|
- 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
|
|
9635
|
-
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
|
|
10537
|
+
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/).
|
|
9636
10538
|
|
|
9637
10539
|
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.
|
|
9638
10540
|
|
|
9639
|
-
- 📚 Revamp the documentation for [the system](https://mui.com/system/getting-started/
|
|
10541
|
+
- 📚 Revamp the documentation for [the 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, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
9640
10542
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
9641
10543
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
9642
10544
|
|
|
@@ -9668,7 +10570,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
9668
10570
|
- [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
|
|
9669
10571
|
- [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
|
|
9670
10572
|
- [Tooltip] Long press select text on iOS (#23466) @hmaddisb
|
|
9671
|
-
- [Tooltip] Unexpected
|
|
10573
|
+
- [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
|
|
9672
10574
|
|
|
9673
10575
|
### `@material-ui/lab@v5.0.0-alpha.16`
|
|
9674
10576
|
|
|
@@ -10038,7 +10940,7 @@ Here are some highlights ✨:
|
|
|
10038
10940
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
10039
10941
|
|
|
10040
10942
|
- 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
10041
|
-
This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/
|
|
10943
|
+
This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
|
|
10042
10944
|
- ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
10043
10945
|
- 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
10044
10946
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
@@ -10379,7 +11281,7 @@ Here are some highlights ✨:
|
|
|
10379
11281
|
|
|
10380
11282
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
10381
11283
|
|
|
10382
|
-
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/
|
|
11284
|
+
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/)).
|
|
10383
11285
|
|
|
10384
11286
|
This change has been in our roadmap for more than a year.
|
|
10385
11287
|
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
@@ -10665,13 +11567,13 @@ Here are some highlights ✨:
|
|
|
10665
11567
|
|
|
10666
11568
|
Before:
|
|
10667
11569
|
|
|
10668
|
-
```
|
|
11570
|
+
```bash
|
|
10669
11571
|
theme.spacing(2) => 16
|
|
10670
11572
|
```
|
|
10671
11573
|
|
|
10672
11574
|
After:
|
|
10673
11575
|
|
|
10674
|
-
```
|
|
11576
|
+
```bash
|
|
10675
11577
|
theme.spacing(2) => '16px'
|
|
10676
11578
|
```
|
|
10677
11579
|
|
|
@@ -11632,7 +12534,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
11632
12534
|
/>
|
|
11633
12535
|
```
|
|
11634
12536
|
|
|
11635
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/
|
|
12537
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/) (#21413) @mnajdova.
|
|
11636
12538
|
|
|
11637
12539
|
```diff
|
|
11638
12540
|
-import Typography from '@material-ui/core/Typography';
|