@mui/icons-material 5.14.15 β 5.14.18
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 +190 -7
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,188 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.18
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.17..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 14, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
|
|
10
|
+
|
|
11
|
+
- π« Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
12
|
+
- other π bug fixes and π documentation improvements
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.14.18`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
|
|
17
|
+
- ​<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
|
|
18
|
+
- ​<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
|
|
19
|
+
- ​<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
|
|
20
|
+
- ​<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
|
|
21
|
+
- ​<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
|
|
22
|
+
|
|
23
|
+
### `@mui/joy@5.0.0-beta.15`
|
|
24
|
+
|
|
25
|
+
- ​<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
|
|
26
|
+
- ​<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
|
|
27
|
+
|
|
28
|
+
### `@mui/material-next@6.0.0-alpha.110`
|
|
29
|
+
|
|
30
|
+
- ​<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
|
|
31
|
+
- ​<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
|
|
32
|
+
- ​<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
|
|
33
|
+
- ​<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
|
|
34
|
+
- ​<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
|
|
35
|
+
- ​<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
|
|
36
|
+
|
|
37
|
+
## Docs
|
|
38
|
+
|
|
39
|
+
- ​<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
|
|
40
|
+
- ​<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
|
|
41
|
+
- ​<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
|
|
42
|
+
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
43
|
+
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
44
|
+
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
45
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
46
|
+
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
47
|
+
|
|
48
|
+
## Core
|
|
49
|
+
|
|
50
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
51
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
52
|
+
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
53
|
+
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
54
|
+
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
55
|
+
- ​<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
|
|
56
|
+
- ​<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
|
|
57
|
+
- ​<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
|
|
58
|
+
- ​<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
|
|
59
|
+
- ​<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal
|
|
60
|
+
|
|
61
|
+
All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
|
|
62
|
+
|
|
63
|
+
## 5.14.17
|
|
64
|
+
|
|
65
|
+
<!-- generated comparing v5.14.16..master -->
|
|
66
|
+
|
|
67
|
+
_Nov 6, 2023_
|
|
68
|
+
|
|
69
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
70
|
+
This release was mostly about π bug fixes and π documentation improvements.
|
|
71
|
+
|
|
72
|
+
### `@mui/material@5.14.17`
|
|
73
|
+
|
|
74
|
+
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
|
|
75
|
+
- [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
|
|
76
|
+
|
|
77
|
+
### `@mui/joy@5.0.0-beta.14`
|
|
78
|
+
|
|
79
|
+
- [ModalDialog] Remove redundant code (#39719) @sai6855
|
|
80
|
+
- [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
|
|
81
|
+
|
|
82
|
+
### `@mui/base@5.0.0-beta.23`
|
|
83
|
+
|
|
84
|
+
- Make list components more reliable (#39380) @michaldudak
|
|
85
|
+
|
|
86
|
+
### `@mui/material-next@6.0.0-alpha.109`
|
|
87
|
+
|
|
88
|
+
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
|
|
89
|
+
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
|
|
90
|
+
|
|
91
|
+
### `@mui/lab@5.0.0-alpha.152`
|
|
92
|
+
|
|
93
|
+
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
|
|
94
|
+
|
|
95
|
+
### Docs
|
|
96
|
+
|
|
97
|
+
- Update Taiwan country name in demos (#39729) @chiahao
|
|
98
|
+
- Update release doc for unchanged packages (#39487) @brijeshb42
|
|
99
|
+
- [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
|
|
100
|
+
- [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
|
|
101
|
+
- [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
|
|
102
|
+
|
|
103
|
+
### Core
|
|
104
|
+
|
|
105
|
+
- [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
|
|
106
|
+
- [docs-infra] Render footer in SSR (#39710) @oliviertassinari
|
|
107
|
+
- [docs-infra] Simplify footer (#39709) @oliviertassinari
|
|
108
|
+
- [docs-infra] Fix dark theme color (#39720) @alexfauquette
|
|
109
|
+
- [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
|
|
110
|
+
- [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
|
|
111
|
+
- [docs-infra] Clarify the content of the ads @oliviertassinari
|
|
112
|
+
- [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
|
|
113
|
+
- [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
|
|
114
|
+
- [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
|
|
115
|
+
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
116
|
+
- [docsβinfra] Small polish on API toggle (#39704) @oliviertassinari
|
|
117
|
+
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
118
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
119
|
+
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
120
|
+
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
121
|
+
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
122
|
+
|
|
123
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
|
|
124
|
+
|
|
125
|
+
## 5.14.16
|
|
126
|
+
|
|
127
|
+
<!-- generated comparing v5.14.15..master -->
|
|
128
|
+
|
|
129
|
+
_Oct 31, 2023_
|
|
130
|
+
|
|
131
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights β¨:
|
|
132
|
+
|
|
133
|
+
- β¨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
|
|
134
|
+
|
|
135
|
+
### `@mui/material@5.14.16`
|
|
136
|
+
|
|
137
|
+
- ​<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
|
|
138
|
+
|
|
139
|
+
### `@mui/base@5.0.0-beta.22`
|
|
140
|
+
|
|
141
|
+
- ​<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
|
|
142
|
+
- ​<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
|
|
143
|
+
- ​<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
|
|
144
|
+
|
|
145
|
+
### `@mui/joy@5.0.0-beta.13`
|
|
146
|
+
|
|
147
|
+
- ​<!-- 29 -->[Accordion] Add type button to accordion
|
|
148
|
+
- ​<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
|
|
149
|
+
- ​<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
|
|
150
|
+
- ​<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
|
|
151
|
+
- ​<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
|
|
152
|
+
- ​<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
|
|
153
|
+
- ​<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
|
|
154
|
+
- ​<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
|
|
155
|
+
|
|
156
|
+
### `@mui/material-next@6.0.0-alpha.108`
|
|
157
|
+
|
|
158
|
+
- ​<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
|
|
159
|
+
|
|
160
|
+
### Docs
|
|
161
|
+
|
|
162
|
+
- ​<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
|
|
163
|
+
- ​<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
|
|
164
|
+
- ​<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
|
|
165
|
+
- ​<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
|
|
166
|
+
- ​<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
|
|
167
|
+
- ​<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
|
|
168
|
+
- ​<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
|
|
169
|
+
- ​<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
|
|
170
|
+
- ​<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
|
|
171
|
+
- ​<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
|
|
172
|
+
|
|
173
|
+
### Core
|
|
174
|
+
|
|
175
|
+
- ​<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
|
|
176
|
+
- ​<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
|
|
177
|
+
- ​<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
|
|
178
|
+
- ​<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
|
|
179
|
+
- ​<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
|
|
180
|
+
- ​<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
|
|
181
|
+
- ​<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
|
|
182
|
+
- ​<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
|
|
183
|
+
|
|
184
|
+
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
185
|
+
|
|
3
186
|
## 5.14.15
|
|
4
187
|
|
|
5
188
|
<!-- generated comparing v5.14.14..master -->
|
|
@@ -753,7 +936,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
753
936
|
|
|
754
937
|
### Core
|
|
755
938
|
|
|
756
|
-
- [
|
|
939
|
+
- [changelog] Fix issues in highlight @oliviertassinari
|
|
757
940
|
- [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
|
|
758
941
|
- [core] Fix CI error @oliviertassinari
|
|
759
942
|
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
@@ -1412,7 +1595,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1412
1595
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
1413
1596
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
1414
1597
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
1415
|
-
- ​<!-- 35 -->[
|
|
1598
|
+
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
1416
1599
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
1417
1600
|
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
1418
1601
|
|
|
@@ -3159,7 +3342,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3159
3342
|
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
3160
3343
|
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
3161
3344
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3162
|
-
- [docs] Standardize the usage of callouts in the
|
|
3345
|
+
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3163
3346
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3164
3347
|
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3165
3348
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
@@ -3525,7 +3708,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3525
3708
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3526
3709
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
3527
3710
|
- ​<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
|
|
3528
|
-
- ​<!-- 15 -->[docs] Standardize all
|
|
3711
|
+
- ​<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
|
|
3529
3712
|
- ​<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
|
|
3530
3713
|
- ​<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
|
|
3531
3714
|
- ​<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
|
|
@@ -3891,7 +4074,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3891
4074
|
- [docs] Update the guide for migrating to TSS (#34417) @garronej
|
|
3892
4075
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
3893
4076
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
3894
|
-
- [docs] Standardize all
|
|
4077
|
+
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
3895
4078
|
- [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
3896
4079
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
3897
4080
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
@@ -6755,7 +6938,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
6755
6938
|
|
|
6756
6939
|
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
6757
6940
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
6758
|
-
- [
|
|
6941
|
+
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
6759
6942
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
6760
6943
|
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
6761
6944
|
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
@@ -9998,7 +10181,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
9998
10181
|
|
|
9999
10182
|
### Core
|
|
10000
10183
|
|
|
10001
|
-
- ​<!-- 01 -->[
|
|
10184
|
+
- ​<!-- 01 -->[changelog] Better document breaking changes @oliviertassinari
|
|
10002
10185
|
- ​<!-- 05 -->[core] Modernize icons `builder:src` (#25137) @eps1lon
|
|
10003
10186
|
- ​<!-- 04 -->[core] Properly use BABEL_ENV test and development (#25139) @eps1lon
|
|
10004
10187
|
- ​<!-- 15 -->[test] Add (manual) visual regression test for icons (#25160) @eps1lon
|
package/index.js
CHANGED