@mui/icons-material 5.14.3 → 5.14.7
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/Apple.js +1 -0
- package/CHANGELOG.md +337 -9
- package/Facebook.js +1 -0
- package/GitHub.js +1 -0
- package/Google.js +1 -0
- package/Instagram.js +1 -0
- package/LinkedIn.js +1 -0
- package/Microsoft.js +1 -0
- package/Pinterest.js +1 -0
- package/Reddit.js +1 -0
- package/Telegram.js +1 -0
- package/Twitter.js +1 -0
- package/WhatsApp.js +1 -0
- package/YouTube.js +1 -0
- package/esm/Apple.js +2 -0
- package/esm/Facebook.js +2 -0
- package/esm/GitHub.js +2 -0
- package/esm/Google.js +2 -0
- package/esm/Instagram.js +2 -0
- package/esm/LinkedIn.js +2 -0
- package/esm/Microsoft.js +2 -0
- package/esm/Pinterest.js +2 -0
- package/esm/Reddit.js +2 -0
- package/esm/Telegram.js +2 -0
- package/esm/Twitter.js +2 -0
- package/esm/WhatsApp.js +2 -0
- package/esm/YouTube.js +2 -0
- package/esm/index.js +1 -2
- package/index.js +31836 -32389
- package/package.json +2 -2
package/Apple.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,333 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.6..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 29, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.14.7`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 17 -->[Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert
|
|
14
|
+
- ​<!-- 03 -->[Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR
|
|
15
|
+
|
|
16
|
+
### `@mui/base@5.0.0-beta.13`
|
|
17
|
+
|
|
18
|
+
- ​<!-- 16 -->[useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
19
|
+
|
|
20
|
+
### `@mui/zero-runtime@0.0.1-alpha.1`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 02 -->[system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
23
|
+
|
|
24
|
+
### Docs
|
|
25
|
+
|
|
26
|
+
- ​<!-- 10 -->[docs] Number Input docs fixes (#38521) @mj12albert
|
|
27
|
+
- ​<!-- 09 -->[docs] Show all the code in the usage section (#38691) @oliviertassinari
|
|
28
|
+
- ​<!-- 06 -->[docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
|
|
29
|
+
- ​<!-- 05 -->[docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
|
|
30
|
+
- ​<!-- 04 -->[docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric
|
|
31
|
+
|
|
32
|
+
### Core
|
|
33
|
+
|
|
34
|
+
- ​<!-- 15 -->[core] Add use-client to custom icons (#38132) @mj12albert
|
|
35
|
+
- ​<!-- 14 -->[core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
|
|
36
|
+
- ​<!-- 13 -->[core] Improve sponsors GA labels (#38649) @oliviertassinari
|
|
37
|
+
- ​<!-- 12 -->[core] Fix ESM issues with regression tests (#37963) @Janpot
|
|
38
|
+
- ​<!-- 11 -->[core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
|
|
39
|
+
- ​<!-- 08 -->[docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
|
|
40
|
+
- ​<!-- 07 -->[docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
|
|
41
|
+
- ​<!-- 01 -->[website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal
|
|
42
|
+
|
|
43
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
|
|
44
|
+
|
|
45
|
+
## 5.14.6
|
|
46
|
+
|
|
47
|
+
<!-- generated comparing v5.14.5..master -->
|
|
48
|
+
|
|
49
|
+
_Aug 23, 2023_
|
|
50
|
+
|
|
51
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
52
|
+
|
|
53
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
54
|
+
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.
|
|
55
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
56
|
+
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
57
|
+
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
58
|
+
|
|
59
|
+
### `@mui/material@5.14.6`
|
|
60
|
+
|
|
61
|
+
- [Modal] Update it to use the useModal hook (#38498) @mnajdova
|
|
62
|
+
- [Select] Add `root` class to `SelectClasses` (#38424) @sai6855
|
|
63
|
+
- [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
|
|
64
|
+
- [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
|
|
65
|
+
- [TextField] Fix TextField onClick test (#38597) @mj12albert
|
|
66
|
+
|
|
67
|
+
### `@mui/base@5.0.0-beta.12`
|
|
68
|
+
|
|
69
|
+
- [Popup] New component (#37960) @michaldudak
|
|
70
|
+
|
|
71
|
+
### `@mui/joy@5.0.0-beta.3`
|
|
72
|
+
|
|
73
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
74
|
+
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
75
|
+
- Miscellaneous fixes (#38462) @siriwatknp
|
|
76
|
+
|
|
77
|
+
### `@mui/material-next@6.0.0-alpha.98`
|
|
78
|
+
|
|
79
|
+
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
80
|
+
- [Input] Add InputBase component (#38392) @mj12albert
|
|
81
|
+
|
|
82
|
+
### `@mui/zero-runtime@0.0.1-alpha.0`
|
|
83
|
+
|
|
84
|
+
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
85
|
+
|
|
86
|
+
### Docs
|
|
87
|
+
|
|
88
|
+
- [blog] Clarify tree view move @oliviertassinari
|
|
89
|
+
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
90
|
+
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
91
|
+
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
92
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
93
|
+
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
94
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
95
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
96
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
97
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
98
|
+
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
99
|
+
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
100
|
+
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
101
|
+
- [docs][joy-ui] Fix the `fullWidth` prop description for the Input (#38545) @0xturner
|
|
102
|
+
- [docs][joy-ui] Updated the List playground demo (#38499) @zanivan
|
|
103
|
+
- [docs][joy-ui] Changed bgcolor of the Playground demo (#38502) @zanivan
|
|
104
|
+
- [docs][material-ui] Fix key warning in SimpleDialog demo (#38580) @ZeeshanTamboli
|
|
105
|
+
- [docs][material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz (#38247) @ZeeshanTamboli
|
|
106
|
+
- [docs][material-ui] Fix the Drawer's `onClose` API docs (#38273) @johnmatthiggins
|
|
107
|
+
- [docs][material-ui] Improve nav link tab example (#38315) @oliviertassinari
|
|
108
|
+
- [docs][material-ui] Fix missing import in the styled engine guide (#38450) @codersjj
|
|
109
|
+
- [docs][material-ui][Dialog] Improve screen reader announcement of Customized Dialog (#38592) @ZeeshanTamboli
|
|
110
|
+
- [docs] Add 3rd party libraries integration examples for Joy Input (#38541) @siriwatknp
|
|
111
|
+
- [docs] Hide translation call to action (#38449) @cristianmacedo
|
|
112
|
+
- [docs] Fix codemod name in changelog of v5.14.4 (#38593) @GresilleSiffle
|
|
113
|
+
- [docs] More space for theme builder (#38532) @oliviertassinari
|
|
114
|
+
- [docs] Fix the math symbol of the width sx prop range @oliviertassinari
|
|
115
|
+
- [docs] Fix typo on a11y section of Tabs @oliviertassinari
|
|
116
|
+
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
117
|
+
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
118
|
+
- [docs] Code style convention @oliviertassinari
|
|
119
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
120
|
+
- [docs] Update the backers page (#38505) @danilo-leal
|
|
121
|
+
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
122
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
123
|
+
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
124
|
+
|
|
125
|
+
### Examples
|
|
126
|
+
|
|
127
|
+
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
128
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
129
|
+
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
130
|
+
|
|
131
|
+
### Core
|
|
132
|
+
|
|
133
|
+
- [CHANGELOG] Fix issues in highlight @oliviertassinari
|
|
134
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
|
|
135
|
+
- [core] Fix CI error @oliviertassinari
|
|
136
|
+
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
137
|
+
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
138
|
+
- [docs-infra][joy-ui] Polish the usage and CSS vars playgrounds (#38600) @danilo-leal
|
|
139
|
+
- [docs-infra] Support link title (#38579) @oliviertassinari
|
|
140
|
+
- [docs-infra] Fix ad layout shift (#38622) @oliviertassinari
|
|
141
|
+
- [docs-infra] Add light tweaks to the ad container (#38504) @danilo-leal
|
|
142
|
+
- [docs-infra] Fix anchor scroll without tabs (#38586) @oliviertassinari
|
|
143
|
+
- [docs-infra] Retain velocity animation speed (#38470) @oliviertassinari
|
|
144
|
+
- [docs-infra] Follow import and CSS token standard (#38508) @oliviertassinari
|
|
145
|
+
- [docs-infra] Add icon to callouts (#38525) @alexfauquette
|
|
146
|
+
- [docs-infra] Fix the anchor link on headings (#38528) @danilo-leal
|
|
147
|
+
- [docs-infra] Cleanup code on demo code block expansion (#38522) @ZeeshanTamboli
|
|
148
|
+
- [docs-infra] Improve the heading buttons positioning (#38428) @danilo-leal
|
|
149
|
+
- [docs-infra] Customize the blockquote design (#38503) @danilo-leal
|
|
150
|
+
- [docs-infra] Improve the alert before a negative feedback (#38500) @danilo-leal
|
|
151
|
+
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
152
|
+
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
153
|
+
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
154
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
155
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
156
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
157
|
+
- [website] Fix reference to the data grid @oliviertassinari
|
|
158
|
+
- [website] Configure Apple Pay @oliviertassinari
|
|
159
|
+
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
160
|
+
|
|
161
|
+
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
|
|
162
|
+
|
|
163
|
+
## 5.14.5
|
|
164
|
+
|
|
165
|
+
<!-- generated comparing v5.14.4..master -->
|
|
166
|
+
|
|
167
|
+
_Aug 14, 2023_
|
|
168
|
+
|
|
169
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
170
|
+
|
|
171
|
+
- @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)
|
|
172
|
+
|
|
173
|
+
### `@mui/material@5.14.5`
|
|
174
|
+
|
|
175
|
+
- ​<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
|
|
176
|
+
|
|
177
|
+
### `@mui/codemod@5.14.5`
|
|
178
|
+
|
|
179
|
+
- ​<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
|
|
180
|
+
|
|
181
|
+
### `@mui/joy@5.0.0-beta.2`
|
|
182
|
+
|
|
183
|
+
- ​<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
|
|
184
|
+
- ​<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
|
|
185
|
+
- ​<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
|
|
186
|
+
|
|
187
|
+
### `@mui/base@5.0.0-beta.11`
|
|
188
|
+
|
|
189
|
+
- ​<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
|
|
190
|
+
- ​<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
|
|
191
|
+
- ​<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
|
|
192
|
+
- ​<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
|
|
193
|
+
- ​<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
|
|
194
|
+
|
|
195
|
+
### Docs
|
|
196
|
+
|
|
197
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
198
|
+
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
199
|
+
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
200
|
+
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
201
|
+
- ​<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
|
|
202
|
+
- ​<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
|
|
203
|
+
- ​<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
|
|
204
|
+
- ​<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
|
|
205
|
+
- ​<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
|
|
206
|
+
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
207
|
+
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
208
|
+
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
209
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
210
|
+
|
|
211
|
+
### Examples
|
|
212
|
+
|
|
213
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
214
|
+
|
|
215
|
+
### Core
|
|
216
|
+
|
|
217
|
+
- ​<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
|
|
218
|
+
- ​<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
|
|
219
|
+
- ​<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
|
|
220
|
+
- ​<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
|
|
221
|
+
- ​<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
|
|
222
|
+
- ​<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
|
|
223
|
+
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
224
|
+
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
225
|
+
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
226
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
227
|
+
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
228
|
+
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
229
|
+
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
230
|
+
|
|
231
|
+
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
|
|
232
|
+
|
|
233
|
+
## 5.14.4
|
|
234
|
+
|
|
235
|
+
<!-- generated comparing v5.14.3..master -->
|
|
236
|
+
|
|
237
|
+
_Aug 8, 2023_
|
|
238
|
+
|
|
239
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
240
|
+
|
|
241
|
+
- 🎉 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
|
|
242
|
+
|
|
243
|
+
### `@mui/material@5.14.4`
|
|
244
|
+
|
|
245
|
+
- ​<!-- 25 -->[Checkbox][material] Add size classes (#38182) @michaldudak
|
|
246
|
+
- ​<!-- 03 -->[Typography] Improve inherit variant logic (#38123) @ZeeshanTamboli
|
|
247
|
+
|
|
248
|
+
### `@mui/system@5.14.4`
|
|
249
|
+
|
|
250
|
+
- ​<!-- 34 -->Revert "[Box] Remove `component` from TypeMap (#38168)" (#38356) @michaldudak
|
|
251
|
+
|
|
252
|
+
### `@mui/base@5.0.0-beta.10`
|
|
253
|
+
|
|
254
|
+
#### Breaking changes
|
|
255
|
+
|
|
256
|
+
- ​<!-- 32 -->[base] Ban default exports (#38200) @michaldudak
|
|
257
|
+
|
|
258
|
+
Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
|
|
259
|
+
This was changed to improve consistency and avoid problems some bundlers have with default exports.
|
|
260
|
+
See https://github.com/mui/material-ui/issues/21862 for more context.
|
|
261
|
+
|
|
262
|
+
```diff
|
|
263
|
+
- import Button, { buttonClasses } from '@mui/base/Button';
|
|
264
|
+
+ import { Button, buttonClasses } from '@mui/base/Button';
|
|
265
|
+
- import BaseMenu from '@mui/base/Menu';
|
|
266
|
+
+ import { Menu as BaseMenu } from '@mui/base/Menu';
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
Additionally, the `ClassNameGenerator` has been moved to the directory matching its name:
|
|
270
|
+
|
|
271
|
+
```diff
|
|
272
|
+
- import ClassNameGenerator from '@mui/base/className';
|
|
273
|
+
+ import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
A codemod is provided to help with the migration:
|
|
277
|
+
|
|
278
|
+
```bash
|
|
279
|
+
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
#### Changes
|
|
283
|
+
|
|
284
|
+
- ​<!-- 31 -->[base] Create useNumberInput and NumberInput (#36119) @mj12albert
|
|
285
|
+
- ​<!-- 28 -->[Select][base] Fix flicker on click of controlled Select button (#37855) @VishruthR
|
|
286
|
+
- ​<!-- 09 -->[Dropdown] Fix imports of types (#38296) @yash-thakur
|
|
287
|
+
|
|
288
|
+
### `@mui/joy@5.0.0-beta.1`
|
|
289
|
+
|
|
290
|
+
- ​<!-- 06 -->[joy-ui][MenuButton] Fix disable of `MenuButton` (#38342) @sai6855
|
|
291
|
+
|
|
292
|
+
### Docs
|
|
293
|
+
|
|
294
|
+
- ​<!-- 33 -->[docs][AppBar] Fix `ResponsiveAppBar` demo logo href (#38346) @iownthegame
|
|
295
|
+
- ​<!-- 30 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Button page (#38240) @alisasanib
|
|
296
|
+
- ​<!-- 29 -->[docs][Menu][base] Remove `Unstyled` prefix from demos' function names (#38270) @sai6855
|
|
297
|
+
- ​<!-- 22 -->[docs] Add themeable component guide (#37908) @siriwatknp
|
|
298
|
+
- ​<!-- 21 -->[docs] Fix Joy UI demo background color (#38307) @oliviertassinari
|
|
299
|
+
- ​<!-- 20 -->[docs] Update API docs for Number Input component (#38301) @ZeeshanTamboli
|
|
300
|
+
- ​<!-- 14 -->[docs][joy-ui] Revise the theme typography page (#38285) @danilo-leal
|
|
301
|
+
- ​<!-- 13 -->[docs][joy-ui] Add TS demo for Menu Bar (#38308) @sai6855
|
|
302
|
+
- ​<!-- 10 -->[docs][joy-ui] Updated Typography callout at getting started (#38289) @zanivan
|
|
303
|
+
- ​<!-- 12 -->[docs][joy-ui] Fix the Inter font installation instructions (#38284) @danilo-leal
|
|
304
|
+
- ​<!-- 11 -->[docs][material] Add note to Autocomplete about ref forwarding (#38305) @samuelsycamore
|
|
305
|
+
- ​<!-- 05 -->[docs][Skeleton] Make the demos feel more realistic (#38212) @oliviertassinari
|
|
306
|
+
|
|
307
|
+
- ​<!-- 08 -->[examples] Swap Next.js examples between App Router and Pages Router; update naming convention (#38204) @samuelsycamore
|
|
308
|
+
- ​<!-- 07 -->[examples][material-ui] Add Material UI + Next.js (App Router) example in JS (#38323) @samuelsycamore
|
|
309
|
+
- ​<!-- 27 -->[blog] Discord announcement blog (#38258) @richbustos
|
|
310
|
+
- ​<!-- 26 -->[blog] Fix 301 links to Toolpad @oliviertassinari
|
|
311
|
+
- ​<!-- 04 -->[website] Updating Charts demo with real charts usage for MUI X marketing page (#38317) @richbustos
|
|
312
|
+
- ​<!-- 03 -->[website] Adjust styles of the Product section on the homepage (#38366) @danilo-leal
|
|
313
|
+
- ​<!-- 02 -->[website] Add Nora teamMember card to 'About' (#38358) @noraleonte
|
|
314
|
+
- ​<!-- 01 -->[website] Fix image layout shift (#38326) @oliviertassinari
|
|
315
|
+
|
|
316
|
+
### Core
|
|
317
|
+
|
|
318
|
+
- ​<!-- 24 -->[core] Fix docs demo export function consistency (#38191) @oliviertassinari
|
|
319
|
+
- ​<!-- 23 -->[core] Fix the link-check script on Windows (#38276) @michaldudak
|
|
320
|
+
- ​<!-- 26 -->[core] Use @testing-library/user-event direct API (#38325) @mj12albert
|
|
321
|
+
- ​<!-- 29 -->[core] Port GitHub workflow for ensuring triage label is present (#38312) @DanailH
|
|
322
|
+
- ​<!-- 19 -->[docs-infra] Consider files ending with .types.ts as props files (#37533) @mnajdova
|
|
323
|
+
- ​<!-- 18 -->[docs-infra] Fix skip to content design (#38304) @oliviertassinari
|
|
324
|
+
- ​<!-- 17 -->[docs-infra] Add a general round of polish to the API content display (#38282) @danilo-leal
|
|
325
|
+
- ​<!-- 16 -->[docs-infra] Make the side nav collapse animation snappier (#38259) @danilo-leal
|
|
326
|
+
- ​<!-- 15 -->[docs-infra] New Component API design followup (#38183) @cherniavskii
|
|
327
|
+
- ​<!-- 06 -->[test] Remove unnecessary `async` keyword from test (#38373) @ZeeshanTamboli
|
|
328
|
+
|
|
329
|
+
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
|
|
330
|
+
|
|
3
331
|
## 5.14.3
|
|
4
332
|
|
|
5
333
|
<!-- generated comparing v5.14.2..master -->
|
|
@@ -129,7 +457,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
129
457
|
- ​<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
|
|
130
458
|
- ​<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
|
|
131
459
|
- ​<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
|
|
132
|
-
- ​<!-- 16 -->[examples] Fix material-next
|
|
460
|
+
- ​<!-- 16 -->[examples] Fix material-next Font Usage with next/font (#38026) @onderonur
|
|
133
461
|
|
|
134
462
|
### Core
|
|
135
463
|
|
|
@@ -401,7 +729,7 @@ _Jun 21, 2023_
|
|
|
401
729
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
402
730
|
|
|
403
731
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
404
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-
|
|
732
|
+
- 📚 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
|
|
405
733
|
|
|
406
734
|
### `@mui/material@5.13.6`
|
|
407
735
|
|
|
@@ -462,7 +790,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
462
790
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
463
791
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
464
792
|
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
465
|
-
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-
|
|
793
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
466
794
|
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
467
795
|
|
|
468
796
|
### Core
|
|
@@ -3619,7 +3947,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3619
3947
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
3620
3948
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
3621
3949
|
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
3622
|
-
- [examples] Add
|
|
3950
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
3623
3951
|
|
|
3624
3952
|
### Core
|
|
3625
3953
|
|
|
@@ -3638,7 +3966,7 @@ _Jul 4, 2022_
|
|
|
3638
3966
|
|
|
3639
3967
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3640
3968
|
|
|
3641
|
-
- 🐛 Fixed an issue causing
|
|
3969
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
3642
3970
|
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
3643
3971
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3644
3972
|
|
|
@@ -3667,7 +3995,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3667
3995
|
|
|
3668
3996
|
### `@mui/base@5.0.0-alpha.88`
|
|
3669
3997
|
|
|
3670
|
-
- [base] Remove a type incompatible with
|
|
3998
|
+
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
3671
3999
|
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
3672
4000
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
3673
4001
|
|
|
@@ -5109,7 +5437,7 @@ _Feb 1, 2022_
|
|
|
5109
5437
|
|
|
5110
5438
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
5111
5439
|
|
|
5112
|
-
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-vite) (#28241)
|
|
5440
|
+
- 🛠 @goncalovf added an example project using [Material UI with Vite.js](https://github.com/mui/material-ui/tree/master/examples/material-ui-vite) (#28241)
|
|
5113
5441
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
5114
5442
|
|
|
5115
5443
|
### `@mui/material@5.4.0`
|
|
@@ -5568,7 +5896,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5568
5896
|
|
|
5569
5897
|
### Core
|
|
5570
5898
|
|
|
5571
|
-
- ​<!-- 23 -->[core] Fix link to Open
|
|
5899
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
5572
5900
|
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
5573
5901
|
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
5574
5902
|
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
@@ -10284,7 +10612,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
10284
10612
|
- [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
|
|
10285
10613
|
- [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
|
|
10286
10614
|
- [Tooltip] Long press select text on iOS (#23466) @hmaddisb
|
|
10287
|
-
- [Tooltip] Unexpected
|
|
10615
|
+
- [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
|
|
10288
10616
|
|
|
10289
10617
|
### `@material-ui/lab@v5.0.0-alpha.16`
|
|
10290
10618
|
|
package/Facebook.js
CHANGED
package/GitHub.js
CHANGED
package/Google.js
CHANGED
package/Instagram.js
CHANGED
package/LinkedIn.js
CHANGED
package/Microsoft.js
CHANGED
package/Pinterest.js
CHANGED
package/Reddit.js
CHANGED
package/Telegram.js
CHANGED
package/Twitter.js
CHANGED
package/WhatsApp.js
CHANGED
package/YouTube.js
CHANGED
package/esm/Apple.js
CHANGED
package/esm/Facebook.js
CHANGED
package/esm/GitHub.js
CHANGED
package/esm/Google.js
CHANGED
package/esm/Instagram.js
CHANGED
package/esm/LinkedIn.js
CHANGED
package/esm/Microsoft.js
CHANGED
package/esm/Pinterest.js
CHANGED
package/esm/Reddit.js
CHANGED
package/esm/Telegram.js
CHANGED
package/esm/Twitter.js
CHANGED
package/esm/WhatsApp.js
CHANGED
package/esm/YouTube.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
'use client';
|
|
2
1
|
export { default as Abc } from './Abc';
|
|
3
2
|
export { default as AbcOutlined } from './AbcOutlined';
|
|
4
3
|
export { default as AbcRounded } from './AbcRounded';
|
|
@@ -10608,4 +10607,4 @@ export { default as ZoomOutMapTwoTone } from './ZoomOutMapTwoTone';
|
|
|
10608
10607
|
export { default as ZoomOutOutlined } from './ZoomOutOutlined';
|
|
10609
10608
|
export { default as ZoomOutRounded } from './ZoomOutRounded';
|
|
10610
10609
|
export { default as ZoomOutSharp } from './ZoomOutSharp';
|
|
10611
|
-
export { default as ZoomOutTwoTone } from './ZoomOutTwoTone';
|
|
10610
|
+
export { default as ZoomOutTwoTone } from './ZoomOutTwoTone';
|