@mui/icons-material 5.14.16 β 5.14.19
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 +218 -8
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,215 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.19
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.18..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 29, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights β¨:
|
|
10
|
+
|
|
11
|
+
- π Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
|
|
12
|
+
- π Added Material You Linear Progress to `material-next` package (#39807) @lhilgert9
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.14.19`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 44 -->[Autocomplete] Fix behavior when there are duplicate labels (#36426) @islandryu
|
|
17
|
+
- ​<!-- 37 -->[Box] Added boxClasses (#39889) @sadik-malik
|
|
18
|
+
- ​<!-- 18 -->[FilledInput] Fix slot props deepmerge order (#38922) @dhaub-exelixis
|
|
19
|
+
- ​<!-- 12 -->[Select] Add id to hidden input element (#39414) @DarhkVoyd
|
|
20
|
+
- ​<!-- 11 -->[Select] Remove unnecessary picking of `onChange` type from SelectInputProps (#39891) @ZeeshanTamboli
|
|
21
|
+
|
|
22
|
+
### `@mui/base@5.0.0-beta.25`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 46 -->[Menu] Fix navigation of items when 1st item is disabled (#39828) @sai6855
|
|
25
|
+
- ​<!-- 42 -->[Modal] Refine demos (#39824) @zanivan
|
|
26
|
+
- ​<!-- 41 -->[NumberInput] Implement `numberInputReducer` (#38723) @mj12albert
|
|
27
|
+
- ​<!-- 40 -->[useNumberInput] Fix change handlers passed through slotProps (#39407) @mj12albert
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-beta.16`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 38 -->[Box] Added boxClasses (#39895) @sadik-malik
|
|
32
|
+
|
|
33
|
+
### `@mui/system@5.14.19`
|
|
34
|
+
|
|
35
|
+
- ​<!-- 36 -->[Box] Added boxClasses (#39896) @sadik-malik
|
|
36
|
+
- ​<!-- 09 -->Add outlineColor to defaultSxConfig (#39962) @brijeshb42
|
|
37
|
+
|
|
38
|
+
### `@mui/types@7.2.10`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 08 -->Add `PartiallyRequired` type (#39939) @lhilgert9
|
|
41
|
+
|
|
42
|
+
### `@mui/material-next@6.0.0-alpha.111`
|
|
43
|
+
|
|
44
|
+
- ​<!-- 47 -->[ProgressIndicator] Apply MD3 style to `LinearProgress` (#39807) @lhilgert9
|
|
45
|
+
- ​<!-- 17 -->[FormHelperText] Add FormHelperText component (#39503) @mj12albert
|
|
46
|
+
- ​<!-- 16 -->[IconButton] Copy IconButton to material-next (#39945) @mj12albert
|
|
47
|
+
- ​<!-- 13 -->[Switch] Copy `Switch` to material next (#39887) @lhilgert9
|
|
48
|
+
|
|
49
|
+
### Docs
|
|
50
|
+
|
|
51
|
+
- ​<!-- 19 -->[material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
|
|
52
|
+
- ​<!-- 43 -->[base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
|
|
53
|
+
- ​<!-- 39 -->[base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
|
|
54
|
+
- ​<!-- 52 -->[joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
|
|
55
|
+
- ​<!-- 35 -->[joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
|
|
56
|
+
- ​<!-- 25 -->[joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
|
|
57
|
+
- ​<!-- 24 -->[joy-ui] Fix h1 template (#40017) @oliviertassinari
|
|
58
|
+
- ​<!-- 23 -->[joy-ui] Fix wrong product id @oliviertassinari
|
|
59
|
+
- ​<!-- 22 -->[joy-ui] Fixes in theme scoping documentation (#39899) @ZeeshanTamboli
|
|
60
|
+
- ​<!-- 21 -->[joy-ui] Refine the Email, Teams and Files templates (#39579) @zanivan
|
|
61
|
+
- ​<!-- 15 -->[joy-ui][templates] Fix layout shift on Profile template (#40022) @zanivan
|
|
62
|
+
- ​<!-- 14 -->[joy-ui][Templates] Update thumbnails (#39938) @zanivan
|
|
63
|
+
- ​<!-- 20 -->[material-next] Add contributing guide (#39944) @mj12albert
|
|
64
|
+
- ​<!-- 51 -->End v6 blogpost notification (#39879) @joserodolfofreitas
|
|
65
|
+
- ​<!-- 31 -->Fix nested CSS warning (#39932) @mnajdova
|
|
66
|
+
- ​<!-- 30 -->Make integration searchable (#39967) @oliviertassinari
|
|
67
|
+
- ​<!-- 29 -->Fix use of quote in markdown (#39953) @oliviertassinari
|
|
68
|
+
- ​<!-- 28 -->Show design links on Joy UI (#39955) @oliviertassinari
|
|
69
|
+
- ​<!-- 27 -->Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
|
|
70
|
+
- ​<!-- 26 -->Fix two tone icon dark mode color (#39868) @mnajdova
|
|
71
|
+
|
|
72
|
+
### Core
|
|
73
|
+
|
|
74
|
+
- ​<!-- 45 -->Improve lerna's renovate package rules (#40029) @DiegoAndai
|
|
75
|
+
- ​<!-- 34 -->Downgrade lerna to 7.2.0 (#40026) @DiegoAndai
|
|
76
|
+
- ​<!-- 32 -->Rename OpenCollective @oliviertassinari
|
|
77
|
+
- ​<!-- 48 -->[docs-infra] Env variables should be string (#39991) @oliviertassinari
|
|
78
|
+
- ​<!-- 10 -->[Portal] Improve docs for container prop (#39180) @oliviertassinari
|
|
79
|
+
- ​<!-- 50 -->[website] Update pricing table (#40023) @cherniavskii
|
|
80
|
+
- ​<!-- 49 -->[website][docs] Update the product identifier menu and X page (#39832) @danilo-leal
|
|
81
|
+
- ​<!-- 07 -->[website] Mark TreeView and Charts as stable (#39975) @flaviendelangle
|
|
82
|
+
- ​<!-- 06 -->[website] Update career page (#40015) @oliviertassinari
|
|
83
|
+
- ​<!-- 05 -->[website] Sync about dataset @oliviertassinari
|
|
84
|
+
- ​<!-- 04 -->[website] Fix 301 redirection to X tree-view @oliviertassinari
|
|
85
|
+
- ​<!-- 03 -->[website] Change redirection prefixes @oliviertassinari
|
|
86
|
+
- ​<!-- 02 -->[website] Fix 301 link @oliviertassinari
|
|
87
|
+
- ​<!-- 01 -->[website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
|
|
88
|
+
|
|
89
|
+
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
|
|
90
|
+
|
|
91
|
+
## 5.14.18
|
|
92
|
+
|
|
93
|
+
<!-- generated comparing v5.14.17..master -->
|
|
94
|
+
|
|
95
|
+
_Nov 14, 2023_
|
|
96
|
+
|
|
97
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
|
|
98
|
+
|
|
99
|
+
- π« Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
|
|
100
|
+
- other π bug fixes and π documentation improvements
|
|
101
|
+
|
|
102
|
+
### `@mui/material@5.14.18`
|
|
103
|
+
|
|
104
|
+
- ​<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
|
|
105
|
+
- ​<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
|
|
106
|
+
- ​<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
|
|
107
|
+
- ​<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
|
|
108
|
+
- ​<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
|
|
109
|
+
- ​<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
|
|
110
|
+
|
|
111
|
+
### `@mui/joy@5.0.0-beta.15`
|
|
112
|
+
|
|
113
|
+
- ​<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
|
|
114
|
+
- ​<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
|
|
115
|
+
|
|
116
|
+
### `@mui/material-next@6.0.0-alpha.110`
|
|
117
|
+
|
|
118
|
+
- ​<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
|
|
119
|
+
- ​<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
|
|
120
|
+
- ​<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
|
|
121
|
+
- ​<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
|
|
122
|
+
- ​<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
|
|
123
|
+
- ​<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
|
|
124
|
+
|
|
125
|
+
## Docs
|
|
126
|
+
|
|
127
|
+
- ​<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
|
|
128
|
+
- ​<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
|
|
129
|
+
- ​<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
|
|
130
|
+
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
|
|
131
|
+
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
|
|
132
|
+
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
|
|
133
|
+
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
|
|
134
|
+
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
|
|
135
|
+
|
|
136
|
+
## Core
|
|
137
|
+
|
|
138
|
+
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
|
|
139
|
+
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
|
|
140
|
+
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
|
|
141
|
+
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
|
|
142
|
+
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
|
|
143
|
+
- ​<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
|
|
144
|
+
- ​<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
|
|
145
|
+
- ​<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
|
|
146
|
+
- ​<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
|
|
147
|
+
- ​<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal
|
|
148
|
+
|
|
149
|
+
All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
|
|
150
|
+
|
|
151
|
+
## 5.14.17
|
|
152
|
+
|
|
153
|
+
<!-- generated comparing v5.14.16..master -->
|
|
154
|
+
|
|
155
|
+
_Nov 6, 2023_
|
|
156
|
+
|
|
157
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
158
|
+
This release was mostly about π bug fixes and π documentation improvements.
|
|
159
|
+
|
|
160
|
+
### `@mui/material@5.14.17`
|
|
161
|
+
|
|
162
|
+
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
|
|
163
|
+
- [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
|
|
164
|
+
|
|
165
|
+
### `@mui/joy@5.0.0-beta.14`
|
|
166
|
+
|
|
167
|
+
- [ModalDialog] Remove redundant code (#39719) @sai6855
|
|
168
|
+
- [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
|
|
169
|
+
|
|
170
|
+
### `@mui/base@5.0.0-beta.23`
|
|
171
|
+
|
|
172
|
+
- Make list components more reliable (#39380) @michaldudak
|
|
173
|
+
|
|
174
|
+
### `@mui/material-next@6.0.0-alpha.109`
|
|
175
|
+
|
|
176
|
+
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
|
|
177
|
+
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
|
|
178
|
+
|
|
179
|
+
### `@mui/lab@5.0.0-alpha.152`
|
|
180
|
+
|
|
181
|
+
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
|
|
182
|
+
|
|
183
|
+
### Docs
|
|
184
|
+
|
|
185
|
+
- Update Taiwan country name in demos (#39729) @chiahao
|
|
186
|
+
- Update release doc for unchanged packages (#39487) @brijeshb42
|
|
187
|
+
- [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
|
|
188
|
+
- [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
|
|
189
|
+
- [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
|
|
190
|
+
|
|
191
|
+
### Core
|
|
192
|
+
|
|
193
|
+
- [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
|
|
194
|
+
- [docs-infra] Render footer in SSR (#39710) @oliviertassinari
|
|
195
|
+
- [docs-infra] Simplify footer (#39709) @oliviertassinari
|
|
196
|
+
- [docs-infra] Fix dark theme color (#39720) @alexfauquette
|
|
197
|
+
- [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
|
|
198
|
+
- [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
|
|
199
|
+
- [docs-infra] Clarify the content of the ads @oliviertassinari
|
|
200
|
+
- [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
|
|
201
|
+
- [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
|
|
202
|
+
- [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
|
|
203
|
+
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
204
|
+
- [docsβinfra] Small polish on API toggle (#39704) @oliviertassinari
|
|
205
|
+
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
206
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
207
|
+
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
208
|
+
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
209
|
+
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
210
|
+
|
|
211
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
|
|
212
|
+
|
|
3
213
|
## 5.14.16
|
|
4
214
|
|
|
5
215
|
<!-- generated comparing v5.14.15..master -->
|
|
@@ -814,7 +1024,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
814
1024
|
|
|
815
1025
|
### Core
|
|
816
1026
|
|
|
817
|
-
- [
|
|
1027
|
+
- [changelog] Fix issues in highlight @oliviertassinari
|
|
818
1028
|
- [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
|
|
819
1029
|
- [core] Fix CI error @oliviertassinari
|
|
820
1030
|
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
@@ -1473,7 +1683,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
1473
1683
|
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
1474
1684
|
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
1475
1685
|
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
1476
|
-
- ​<!-- 35 -->[
|
|
1686
|
+
- ​<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
|
|
1477
1687
|
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
|
|
1478
1688
|
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
1479
1689
|
|
|
@@ -3220,7 +3430,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3220
3430
|
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
3221
3431
|
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
3222
3432
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3223
|
-
- [docs] Standardize the usage of callouts in the
|
|
3433
|
+
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3224
3434
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3225
3435
|
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3226
3436
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
@@ -3586,7 +3796,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3586
3796
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3587
3797
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
3588
3798
|
- ​<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
|
|
3589
|
-
- ​<!-- 15 -->[docs] Standardize all
|
|
3799
|
+
- ​<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
|
|
3590
3800
|
- ​<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
|
|
3591
3801
|
- ​<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
|
|
3592
3802
|
- ​<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
|
|
@@ -3952,7 +4162,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3952
4162
|
- [docs] Update the guide for migrating to TSS (#34417) @garronej
|
|
3953
4163
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
3954
4164
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
3955
|
-
- [docs] Standardize all
|
|
4165
|
+
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
3956
4166
|
- [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
3957
4167
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
3958
4168
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
|
@@ -6816,7 +7026,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
6816
7026
|
|
|
6817
7027
|
- [blog] MUI X v5 blog post (#29590) @DanailH
|
|
6818
7028
|
- [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
|
|
6819
|
-
- [
|
|
7029
|
+
- [changelog] Explain why we do breaking changes @oliviertassinari
|
|
6820
7030
|
- [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
|
|
6821
7031
|
- [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
|
|
6822
7032
|
- [docs] Fix broken Next and Previous links (#29711) @scallaway
|
|
@@ -10059,7 +10269,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
10059
10269
|
|
|
10060
10270
|
### Core
|
|
10061
10271
|
|
|
10062
|
-
- ​<!-- 01 -->[
|
|
10272
|
+
- ​<!-- 01 -->[changelog] Better document breaking changes @oliviertassinari
|
|
10063
10273
|
- ​<!-- 05 -->[core] Modernize icons `builder:src` (#25137) @eps1lon
|
|
10064
10274
|
- ​<!-- 04 -->[core] Properly use BABEL_ENV test and development (#25139) @eps1lon
|
|
10065
10275
|
- ​<!-- 15 -->[test] Add (manual) visual regression test for icons (#25160) @eps1lon
|
|
@@ -10082,7 +10292,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
10082
10292
|
This is a follow-up effort after we have merged `material-ui-pickers`. The components are written in TypeScript which required us to upgrade our infra.
|
|
10083
10293
|
- π Improve the Slider thumb and track animation (#24968) @remyoudemans.
|
|
10084
10294
|
The thumb is now moving with a light transition between different values unless it's dragged.
|
|
10085
|
-
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" />
|
|
10295
|
+
<img src="https://user-images.githubusercontent.com/3165635/109394906-b7405a00-7929-11eb-829a-3b5246c30c08.gif" width="412" height="110" alt="thumb-animation" />
|
|
10086
10296
|
- π
Convert 5 components with custom colors support (#25099, #25088) @mngu.
|
|
10087
10297
|
This change makes it easier to leverage custom palettes
|
|
10088
10298
|
- And many more π bug fixes and π improvements.
|
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.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Material Design icons distributed as SVG React components.",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"homepage": "https://mui.com/material-ui/material-icons/",
|
|
26
26
|
"funding": {
|
|
27
27
|
"type": "opencollective",
|
|
28
|
-
"url": "https://opencollective.com/mui"
|
|
28
|
+
"url": "https://opencollective.com/mui-org"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@babel/runtime": "^7.23.
|
|
31
|
+
"@babel/runtime": "^7.23.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@mui/material": "^5.0.0",
|