@mui/icons-material 5.14.1 → 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 +446 -9
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,442 @@
|
|
|
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
|
+
|
|
3
440
|
## 5.14.1
|
|
4
441
|
|
|
5
442
|
<!-- generated comparing v5.14.0..master -->
|
|
@@ -250,7 +687,7 @@ _Jun 21, 2023_
|
|
|
250
687
|
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
251
688
|
|
|
252
689
|
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
253
|
-
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-
|
|
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
|
|
254
691
|
|
|
255
692
|
### `@mui/material@5.13.6`
|
|
256
693
|
|
|
@@ -311,7 +748,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
311
748
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
312
749
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
313
750
|
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
314
|
-
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-
|
|
751
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
315
752
|
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
316
753
|
|
|
317
754
|
### Core
|
|
@@ -2889,7 +3326,7 @@ _Sep 12, 2022_
|
|
|
2889
3326
|
|
|
2890
3327
|
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
2891
3328
|
|
|
2892
|
-
- 🚀 [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.
|
|
2893
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
|
|
2894
3331
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2895
3332
|
|
|
@@ -3468,7 +3905,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3468
3905
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
3469
3906
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
3470
3907
|
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
3471
|
-
- [examples] Add
|
|
3908
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
3472
3909
|
|
|
3473
3910
|
### Core
|
|
3474
3911
|
|
|
@@ -3487,7 +3924,7 @@ _Jul 4, 2022_
|
|
|
3487
3924
|
|
|
3488
3925
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3489
3926
|
|
|
3490
|
-
- 🐛 Fixed an issue causing
|
|
3927
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
3491
3928
|
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
3492
3929
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3493
3930
|
|
|
@@ -3516,7 +3953,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3516
3953
|
|
|
3517
3954
|
### `@mui/base@5.0.0-alpha.88`
|
|
3518
3955
|
|
|
3519
|
-
- [base] Remove a type incompatible with
|
|
3956
|
+
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
3520
3957
|
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
3521
3958
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
3522
3959
|
|
|
@@ -4958,7 +5395,7 @@ _Feb 1, 2022_
|
|
|
4958
5395
|
|
|
4959
5396
|
A big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
4960
5397
|
|
|
4961
|
-
- 🛠 @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)
|
|
4962
5399
|
- Number of 🐛 bug fixes and 📚 documentation improvements.
|
|
4963
5400
|
|
|
4964
5401
|
### `@mui/material@5.4.0`
|
|
@@ -5417,7 +5854,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5417
5854
|
|
|
5418
5855
|
### Core
|
|
5419
5856
|
|
|
5420
|
-
- ​<!-- 23 -->[core] Fix link to Open
|
|
5857
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
5421
5858
|
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
5422
5859
|
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
5423
5860
|
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
@@ -10133,7 +10570,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
10133
10570
|
- [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
|
|
10134
10571
|
- [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
|
|
10135
10572
|
- [Tooltip] Long press select text on iOS (#23466) @hmaddisb
|
|
10136
|
-
- [Tooltip] Unexpected
|
|
10573
|
+
- [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
|
|
10137
10574
|
|
|
10138
10575
|
### `@material-ui/lab@v5.0.0-alpha.16`
|
|
10139
10576
|
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/icons-material",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/runtime": "^7.22.
|
|
41
|
+
"@babel/runtime": "^7.22.10"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"publishConfig": {
|