@mui/docs 5.14.7 → 5.14.10
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 +290 -38
- package/README.md +0 -8
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,256 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.10
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.9..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 18, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
10
|
+
|
|
11
|
+
### `@mui/material@5.14.10`
|
|
12
|
+
|
|
13
|
+
- ​<!-- 20 -->[Chip] Add cursor CSS property reset (#38984) @DiegoAndai
|
|
14
|
+
|
|
15
|
+
### `@mui/utils@5.14.10`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 05 -->[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96
|
|
18
|
+
|
|
19
|
+
### `@mui/base@5.0.0-beta.16`
|
|
20
|
+
|
|
21
|
+
- ​<!-- 24 -->[NumberInput][base-ui] Warn when changing control mode with `useControlled` (#38757) @sai6855
|
|
22
|
+
- ​<!-- 23 -->[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
|
|
23
|
+
- ​<!-- 22 -->[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
|
|
24
|
+
- ​<!-- 25 -->[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd
|
|
25
|
+
|
|
26
|
+
### `@mui/joy@5.0.0-beta.7`
|
|
27
|
+
|
|
28
|
+
- ​<!-- 26 -->[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
|
|
29
|
+
- ​<!-- 07 -->[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap
|
|
30
|
+
|
|
31
|
+
### Docs
|
|
32
|
+
|
|
33
|
+
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
|
|
34
|
+
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
|
|
35
|
+
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
|
|
36
|
+
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
|
|
37
|
+
- ​<!-- 09 -->[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
|
|
38
|
+
- ​<!-- 08 -->[docs][material-ui][Pagination] Add `TablePagination` to the API components list (#38486) @MonstraG
|
|
39
|
+
|
|
40
|
+
### Core
|
|
41
|
+
|
|
42
|
+
- ​<!-- 19 -->[core] Add more context about useEventCallback @oliviertassinari
|
|
43
|
+
- ​<!-- 18 -->[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
|
|
44
|
+
- ​<!-- 17 -->[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
|
|
45
|
+
- ​<!-- 16 -->[core] Remove react from styled-engine dependencies (#38971) @michaldudak
|
|
46
|
+
- ​<!-- 15 -->[core] Fix image loading bug on Safari @oliviertassinari
|
|
47
|
+
- ​<!-- 14 -->[core] Fix bundle size upload to S3 job (#38956) @Janpot
|
|
48
|
+
- ​<!-- 20 -->[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
|
|
49
|
+
- ​<!-- 10 -->[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
|
|
50
|
+
- ​<!-- 04 -->[website] Improve lighthouse score (#39011) @oliviertassinari
|
|
51
|
+
- ​<!-- 03 -->[website] Fix lighthouse issues @oliviertassinari
|
|
52
|
+
- ​<!-- 02 -->[website] Create the `InfoCard` component (#38987) @danilo-leal
|
|
53
|
+
- ​<!-- 01 -->[website] Small tweaks for performance @oliviertassinari
|
|
54
|
+
- ​<!-- 06 -->[zero][next] Setup nextjs plugin package (#38852) @brijeshb42
|
|
55
|
+
|
|
56
|
+
All contributors of this release in alphabetical order: @alisasanib, @brijeshb42, @danilo-leal, @DarhkVoyd, @DiegoAndai, @Janpot, @mateuseap, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @MonstraG, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
|
|
57
|
+
|
|
58
|
+
## 5.14.9
|
|
59
|
+
|
|
60
|
+
<!-- generated comparing v5.14.8..master -->
|
|
61
|
+
|
|
62
|
+
_Sep 13, 2023_
|
|
63
|
+
|
|
64
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
65
|
+
|
|
66
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
67
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
68
|
+
|
|
69
|
+
### `@mui/material@5.14.9`
|
|
70
|
+
|
|
71
|
+
- ​<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli
|
|
72
|
+
- ​<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855
|
|
73
|
+
- ​<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova
|
|
74
|
+
- ​<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz
|
|
75
|
+
- ​<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855
|
|
76
|
+
|
|
77
|
+
### `@mui/base@5.0.0-beta.15`
|
|
78
|
+
|
|
79
|
+
- ​<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert
|
|
80
|
+
- ​<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert
|
|
81
|
+
- ​<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova
|
|
82
|
+
- ​<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova
|
|
83
|
+
- ​<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari
|
|
84
|
+
|
|
85
|
+
### `@mui/joy@5.0.0-beta.6`
|
|
86
|
+
|
|
87
|
+
- ​<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova
|
|
88
|
+
- ​<!-- 11 -->Reduce height of some variants (#38527) @zanivan
|
|
89
|
+
- ​<!-- 10 -->Refine the default theme color palette (#38416) @zanivan
|
|
90
|
+
- ​<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp
|
|
91
|
+
- ​<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855
|
|
92
|
+
|
|
93
|
+
### `@mui/lab@5.0.0-alpha.144`
|
|
94
|
+
|
|
95
|
+
- ​<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari
|
|
96
|
+
- ​<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle
|
|
97
|
+
|
|
98
|
+
### `@mui/system@5.14.9`
|
|
99
|
+
|
|
100
|
+
- ​<!-- 05 -->Remove dead code (#38884) @oliviertassinari
|
|
101
|
+
- ​<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari
|
|
102
|
+
|
|
103
|
+
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
|
|
104
|
+
|
|
105
|
+
- ​<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42
|
|
106
|
+
|
|
107
|
+
### Docs
|
|
108
|
+
|
|
109
|
+
- ​<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari
|
|
110
|
+
- ​<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak
|
|
111
|
+
- ​<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore
|
|
112
|
+
- ​<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal
|
|
113
|
+
- ​<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak
|
|
114
|
+
- ​<!-- 47 -->[blog] Polish component reference name @oliviertassinari
|
|
115
|
+
- ​<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari
|
|
116
|
+
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
117
|
+
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
118
|
+
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
119
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
120
|
+
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
121
|
+
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
122
|
+
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
123
|
+
- ​<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari
|
|
124
|
+
- ​<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari
|
|
125
|
+
- ​<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari
|
|
126
|
+
- ​<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak
|
|
127
|
+
- ​<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan
|
|
128
|
+
- ​<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal
|
|
129
|
+
- ​<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli
|
|
130
|
+
- ​<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes
|
|
131
|
+
- ​<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan
|
|
132
|
+
- ​<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal
|
|
133
|
+
- ​<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal
|
|
134
|
+
- ​<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore
|
|
135
|
+
- ​<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari
|
|
136
|
+
|
|
137
|
+
### Examples
|
|
138
|
+
|
|
139
|
+
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
140
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
141
|
+
|
|
142
|
+
### Core
|
|
143
|
+
|
|
144
|
+
- ​<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
|
|
145
|
+
- ​<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
|
|
146
|
+
- ​<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle
|
|
147
|
+
- ​<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak
|
|
148
|
+
- ​<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
|
|
149
|
+
- ​<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari
|
|
150
|
+
- ​<!-- 39 -->[core] Add types extension for clarity @oliviertassinari
|
|
151
|
+
- ​<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
|
|
152
|
+
- ​<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
|
|
153
|
+
- ​<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak
|
|
154
|
+
- ​<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari
|
|
155
|
+
- ​<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal
|
|
156
|
+
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
157
|
+
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
158
|
+
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
159
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
160
|
+
|
|
161
|
+
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
162
|
+
|
|
163
|
+
## 5.14.8
|
|
164
|
+
|
|
165
|
+
<!-- generated comparing v5.14.7..master -->
|
|
166
|
+
|
|
167
|
+
_Sep 5, 2023_
|
|
168
|
+
|
|
169
|
+
A big thanks to the 25 contributors who made this release possible.
|
|
170
|
+
|
|
171
|
+
### `@mui/material@5.14.8`
|
|
172
|
+
|
|
173
|
+
- ​<!-- 53 -->ImageItemList fix incorrect (below) rendering (#38452) @omriklein
|
|
174
|
+
- ​<!-- 42 -->[Button] Add demo for file upload (#38786) @anle9650
|
|
175
|
+
- ​<!-- 12 -->[Slider] Add missing classes for `Slider` `InputLabel` `InputBase` `Radio` (#38401) @sai6855
|
|
176
|
+
- ​<!-- 11 -->[Select] Merge slotProps.paper with internal Paper props (#38703) @michaldudak
|
|
177
|
+
- ​<!-- 09 -->[Tabs] Fix `ref` type (#38717) @ZeeshanTamboli
|
|
178
|
+
- ​<!-- 08 -->[TabScrollButton] Extend ButtonBase types (#38719) @ZeeshanTamboli
|
|
179
|
+
|
|
180
|
+
### `@mui/base@5.0.0-beta.14`
|
|
181
|
+
|
|
182
|
+
- ​<!-- 50 -->[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet
|
|
183
|
+
- ​<!-- 07 -->[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb
|
|
184
|
+
|
|
185
|
+
### `@mui/joy@5.0.0-beta.5`
|
|
186
|
+
|
|
187
|
+
- ​<!-- 53 -->[Accordion] Fix incorrect display of classname (#38695) @sai6855
|
|
188
|
+
- ​<!-- 51 -->[AspectRatio] Correct `ratio` prop description (#38743) @sai6855
|
|
189
|
+
- ​<!-- 43 -->[Button] Fix disablity of button (#38673) @sai6855
|
|
190
|
+
- ​<!-- 35 -->[design] Stray design tweaks to components (#38476) @zanivan
|
|
191
|
+
- ​<!-- 05 -->[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp
|
|
192
|
+
|
|
193
|
+
### `@mui/lab@5.0.0-alpha.143`
|
|
194
|
+
|
|
195
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
196
|
+
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
197
|
+
|
|
198
|
+
### `@mui/system@5.14.8`
|
|
199
|
+
|
|
200
|
+
- ​<!-- 11 -->[system] Fix the inconsistent types of the `mergeBreakpointsInOrder` function (#38749) @imevanc
|
|
201
|
+
- ​<!-- 10 -->[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert
|
|
202
|
+
- ​<!-- 05 -->[typescript] Introduce \*OwnProps interfaces for components (#36798) @szalonna
|
|
203
|
+
|
|
204
|
+
### Docs
|
|
205
|
+
|
|
206
|
+
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
207
|
+
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
208
|
+
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
209
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
210
|
+
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
211
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
212
|
+
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
213
|
+
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
214
|
+
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
215
|
+
- ​<!-- 33 -->[docs] Trim trailing whitespace (#38793) @oliviertassinari
|
|
216
|
+
- ​<!-- 32 -->[docs] Fix a typo in lab-tree-view-to-mui-x.md @mbrookes
|
|
217
|
+
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
218
|
+
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
219
|
+
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
220
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
221
|
+
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
222
|
+
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
223
|
+
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
224
|
+
- ​<!-- 24 -->[docs] Fix SEO issue broken links @oliviertassinari
|
|
225
|
+
- ​<!-- 23 -->[docs] Improve SSR example reference (#38651) @oliviertassinari
|
|
226
|
+
- ​<!-- 17 -->[docs][joy-ui] Integrate a count-up feature to the Linear Progress (#38738) @anon-phantom
|
|
227
|
+
- ​<!-- 16 -->[docs][joy-ui] Fix Link's `overlay` prop demo (#38702) @danilo-leal
|
|
228
|
+
- ​<!-- 15 -->[docs][joy-ui] Polish the Stack page (#38623) @danilo-leal
|
|
229
|
+
- ​<!-- 14 -->[docs][material-ui] Adjust simple Slide demo (#38646) @rajgop1
|
|
230
|
+
|
|
231
|
+
### Core
|
|
232
|
+
|
|
233
|
+
- ​<!-- 43 -->[core] Re-add nx and setup build caching (#38752) @brijeshb42
|
|
234
|
+
- ​<!-- 41 -->[core] Remove dead code seoTitle @oliviertassinari
|
|
235
|
+
- ​<!-- 40 -->[core] Use immutable refs (#38762) @oliviertassinari
|
|
236
|
+
- ​<!-- 39 -->[core] Rework `typescript-to-proptypes` to share the AST parsing with `parseStyles` (#38517) @flaviendelangle
|
|
237
|
+
- ​<!-- 38 -->[core] Fix CI @oliviertassinari
|
|
238
|
+
- ​<!-- 37 -->[core] Remove unnecessary `@types/webpack` package (#38720) @ZeeshanTamboli
|
|
239
|
+
- ​<!-- 36 -->[core] Remove duplicate prop @oliviertassinari
|
|
240
|
+
|
|
241
|
+
- ​<!-- 22 -->[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari
|
|
242
|
+
- ​<!-- 21 -->[docs-infra] Remove legacy GA (#37579) @alexfauquette
|
|
243
|
+
- ​<!-- 20 -->[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari
|
|
244
|
+
- ​<!-- 19 -->[docs-infra] Fix leaking callout content (#38712) @danilo-leal
|
|
245
|
+
- ​<!-- 18 -->[docs-infra] Remove emoji from callouts (#38694) @danilo-leal
|
|
246
|
+
|
|
247
|
+
- ​<!-- 04 -->[website] Fix out of date discount value @oliviertassinari
|
|
248
|
+
- ​<!-- 03 -->[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap
|
|
249
|
+
- ​<!-- 02 -->[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal
|
|
250
|
+
- ​<!-- 01 -->[website] Fix pricing table style (#38681) @alexfauquette
|
|
251
|
+
|
|
252
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @amal-qb, @anle9650, @anon-phantom, @bharatkashyap, @brijeshb42, @christophermorin, @danilo-leal, @flaviendelangle, @imevanc, @jyash97, @mbrookes, @michaldudak, @mj12albert, @oliviertassinari, @omriklein, @pcorpet, @rajgop1, @ruflair, @sai6855, @siriwatknp, @szalonna, @zanivan, @ZeeshanTamboli
|
|
253
|
+
|
|
3
254
|
## 5.14.7
|
|
4
255
|
|
|
5
256
|
<!-- generated comparing v5.14.6..master -->
|
|
@@ -10,35 +261,36 @@ A big thanks to the 11 contributors who made this release possible. This release
|
|
|
10
261
|
|
|
11
262
|
### `@mui/material@5.14.7`
|
|
12
263
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
264
|
+
- [Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert
|
|
265
|
+
- [Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR
|
|
15
266
|
|
|
16
267
|
### `@mui/base@5.0.0-beta.13`
|
|
17
268
|
|
|
18
|
-
-
|
|
269
|
+
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
19
270
|
|
|
20
271
|
### `@mui/zero-runtime@0.0.1-alpha.1`
|
|
21
272
|
|
|
22
|
-
-
|
|
273
|
+
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
23
274
|
|
|
24
275
|
### Docs
|
|
25
276
|
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
277
|
+
- [docs] Number Input docs fixes (#38521) @mj12albert
|
|
278
|
+
- [docs] Show all the code in the usage section (#38691) @oliviertassinari
|
|
279
|
+
- [docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
|
|
280
|
+
- [docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
|
|
281
|
+
- [docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric
|
|
31
282
|
|
|
32
283
|
### Core
|
|
33
284
|
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
285
|
+
- [core] Add use-client to custom icons (#38132) @mj12albert
|
|
286
|
+
- [core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
|
|
287
|
+
- [core] Improve sponsors GA labels (#38649) @oliviertassinari
|
|
288
|
+
- [core] Fix ESM issues with regression tests (#37963) @Janpot
|
|
289
|
+
- [core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
|
|
290
|
+
- [docs-infra] Mark unstable components with a chip in the nav drawer (#38573) @michaldudak
|
|
291
|
+
- [docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
|
|
292
|
+
- [docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
|
|
293
|
+
- [website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal
|
|
42
294
|
|
|
43
295
|
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
|
|
44
296
|
|
|
@@ -578,10 +830,10 @@ _Jul 11, 2023_
|
|
|
578
830
|
|
|
579
831
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
580
832
|
|
|
581
|
-
- 💫 Material UI, Joy UI, and Base UI are compatible with [
|
|
833
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
582
834
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
583
835
|
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
584
|
-
- 🅙 [Joy UI guide](https://mui.com/joy-ui/
|
|
836
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
585
837
|
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
586
838
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
587
839
|
|
|
@@ -1379,7 +1631,7 @@ _Apr 11, 2023_
|
|
|
1379
1631
|
|
|
1380
1632
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
1381
1633
|
|
|
1382
|
-
- 💫 Added [theme scope](https://mui.com/material-ui/guides/
|
|
1634
|
+
- 💫 Added [theme scope](https://mui.com/material-ui/guides/theme-scoping/) for using multiple design systems (#36664) @siriwatknp
|
|
1383
1635
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1384
1636
|
|
|
1385
1637
|
### `@mui/system@5.12.0`
|
|
@@ -1867,7 +2119,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1867
2119
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
1868
2120
|
- ​<!-- 19 -->[docs][joy] Build API documentations (#36008) @hbjORbj
|
|
1869
2121
|
- ​<!-- 18 -->[examples] Update Next.js examples to use built-in font (#36315) @Juneezee
|
|
1870
|
-
- ​<!-- 17 -->[examples] Update curl link in `material-
|
|
2122
|
+
- ​<!-- 17 -->[examples] Update curl link in `material-ui-nextjs-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
|
|
1871
2123
|
- ​<!-- 16 -->[examples] Convert Next.js \_document class components to function components (#36109) @ossan-engineer
|
|
1872
2124
|
|
|
1873
2125
|
### Core
|
|
@@ -3125,7 +3377,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
3125
3377
|
|
|
3126
3378
|
### `@mui/base@5.0.0-alpha.101`
|
|
3127
3379
|
|
|
3128
|
-
- ​<!-- 01 -->[
|
|
3380
|
+
- ​<!-- 01 -->[FocusTrap] Restore the previously exported type from @mui/material (#34601) @michaldudak
|
|
3129
3381
|
|
|
3130
3382
|
### `@mui/joy@5.0.0-alpha.49`
|
|
3131
3383
|
|
|
@@ -3241,7 +3493,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3241
3493
|
|
|
3242
3494
|
#### Breaking changes
|
|
3243
3495
|
|
|
3244
|
-
- [
|
|
3496
|
+
- [FocusTrap] Rename TrapFocus to FocusTrap (#34216) @kabernardes
|
|
3245
3497
|
|
|
3246
3498
|
```diff
|
|
3247
3499
|
-import TrapFocus from '@mui/base/TrapFocus';
|
|
@@ -3483,7 +3735,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3483
3735
|
|
|
3484
3736
|
- [Button][base] Prevent too many ref updates (#33882) @michaldudak
|
|
3485
3737
|
- [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
|
|
3486
|
-
- [
|
|
3738
|
+
- [FocusTrap] Improve tab test and simplify demo (#34008) @EthanStandel
|
|
3487
3739
|
|
|
3488
3740
|
### `@mui/joy@5.0.0-alpha.43`
|
|
3489
3741
|
|
|
@@ -3589,7 +3841,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
3589
3841
|
|
|
3590
3842
|
### `@mui/base@5.0.0-alpha.93`
|
|
3591
3843
|
|
|
3592
|
-
- ​<!-- 31 -->[
|
|
3844
|
+
- ​<!-- 31 -->[FocusTrap] Removes invisible tabbable elements from (#33543) @EthanStandel
|
|
3593
3845
|
- ​<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
|
|
3594
3846
|
- ​<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
|
|
3595
3847
|
|
|
@@ -4934,7 +5186,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4934
5186
|
);
|
|
4935
5187
|
```
|
|
4936
5188
|
|
|
4937
|
-
- ​<!-- 03 -->[
|
|
5189
|
+
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
4938
5190
|
|
|
4939
5191
|
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
4940
5192
|
|
|
@@ -7901,7 +8153,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
7901
8153
|
### `@material-ui/unstyled@5.0.0-alpha.37`
|
|
7902
8154
|
|
|
7903
8155
|
- ​<!-- 04 -->[Slider] Improve TS definition (#26642) @mnajdova
|
|
7904
|
-
- ​<!-- 21 -->[
|
|
8156
|
+
- ​<!-- 21 -->[FocusTrap] Capture nodeToRestore via relatedTarget (#26696) @eps1lon
|
|
7905
8157
|
|
|
7906
8158
|
### `@material-ui/icons@5.0.0-alpha.37`
|
|
7907
8159
|
|
|
@@ -8971,7 +9223,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
8971
9223
|
- ​<!-- 28 -->[Timeline] Migrate TimelineContent to emotion (#25781) @siriwatknp
|
|
8972
9224
|
- ​<!-- 53 -->[Timeline] Migrate TimelineItem to emotion (#25822) @vicasas
|
|
8973
9225
|
- ​<!-- 47 -->[Timeline] Migrate TimelineOppositeContent to emotion (#25816) @vicasas
|
|
8974
|
-
- ​<!-- 54 -->[
|
|
9226
|
+
- ​<!-- 54 -->[FocusTrap] Make isEnabled and getDoc optional (#25784) @m4theushw
|
|
8975
9227
|
|
|
8976
9228
|
### `@material-ui/styled-engine@5.0.0-alpha.31`
|
|
8977
9229
|
|
|
@@ -9453,7 +9705,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
9453
9705
|
### `@material-ui/unstyled@5.0.0-alpha.26`
|
|
9454
9706
|
|
|
9455
9707
|
- ​<!-- 033 -->[Portal] Migrate to unstyled (#24890) @povilass
|
|
9456
|
-
- ​<!-- 047 -->[
|
|
9708
|
+
- ​<!-- 047 -->[FocusTrap] Migrate to unstyled (#24957) @povilass
|
|
9457
9709
|
- ​<!-- 060 -->[Backdrop] Migrate to unstyled (#24985) @povilass
|
|
9458
9710
|
- ​<!-- 078 -->[Modal] Migrate to emotion + unstyled (#24857) @povilass
|
|
9459
9711
|
|
|
@@ -10050,7 +10302,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
10050
10302
|
- [ButtonBase] Migrate styles to emotion (#24100) @mnajdova
|
|
10051
10303
|
- [Button] Migrate styles to emotion (#24107) @mnajdova
|
|
10052
10304
|
- [unstyled] Add utils for generating utility classes (#24126) @mnajdova
|
|
10053
|
-
- [
|
|
10305
|
+
- [FocusTrap] Fix trap to only focus on tabbable elements (#23364) @gregnb
|
|
10054
10306
|
- [Link] Improve integration with Next.js (#24121) @kelvinsanchez15
|
|
10055
10307
|
- [Select] Fix overflow showing scrollbar (#24085) @Segebre
|
|
10056
10308
|
- [Slider] Fix circular type reference in SliderValueLabel (#24190) @eps1lon
|
|
@@ -10719,7 +10971,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
10719
10971
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
10720
10972
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
10721
10973
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
10722
|
-
- [Icon] Fix translation, e.g Google Translate (#23237) @cbeltrangomez84
|
|
10974
|
+
- [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84
|
|
10723
10975
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
10724
10976
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
10725
10977
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -11983,9 +12235,9 @@ Here are some highlights ✨:
|
|
|
11983
12235
|
- [Tabs] Document how to make scroll icons visible (#22255) @Sorgrum
|
|
11984
12236
|
- [TextField] Add hidden label to multi-line filled textfield (#22284) @fakeharahman
|
|
11985
12237
|
- [Toolbar] Custom variant (#22217) @mnajdova
|
|
11986
|
-
- [
|
|
11987
|
-
- [
|
|
11988
|
-
- [
|
|
12238
|
+
- [FocusTrap] Entangle effects (#22155) @eps1lon
|
|
12239
|
+
- [FocusTrap] Fix compatibility issues with React 17 (#22270) @eps1lon
|
|
12240
|
+
- [FocusTrap] Prevent possible crash in React 17 (#22262) @eps1lon
|
|
11989
12241
|
|
|
11990
12242
|
### `@material-ui/icons@v5.0.0-alpha.7`
|
|
11991
12243
|
|
|
@@ -12070,7 +12322,7 @@ Here are some highlights ✨:
|
|
|
12070
12322
|
|
|
12071
12323
|
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
12072
12324
|
|
|
12073
|
-
- 👮 Add documentation for the [
|
|
12325
|
+
- 👮 Add documentation for the [FocusTrap](https://mui.com/base-ui/react-focus-trap/) component (#22062) @oliviertassinari.
|
|
12074
12326
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
12075
12327
|
- 🚧 We have undertaken breaking changes.
|
|
12076
12328
|
|
|
@@ -12247,7 +12499,7 @@ Here are some highlights ✨:
|
|
|
12247
12499
|
- [CssBaseline] Add text size adjust property (#22089) @Tolsee
|
|
12248
12500
|
- [l10n] Add Greek (el-GR) locale (#21988) @tmanolat
|
|
12249
12501
|
- [Table] Cell small's right padding is bigger than medium (#22017) @adamlaurencik
|
|
12250
|
-
- [
|
|
12502
|
+
- [FocusTrap] Add documentation (#22062) @oliviertassinari
|
|
12251
12503
|
- [Typography] Add custom variants support (#22006) @mnajdova
|
|
12252
12504
|
- [useIsFocusVisible] Remove focus-visible if focus is re-targetted (#22102) @eps1lon
|
|
12253
12505
|
- [core] Fix various potential issues with multiple windows (#22159) @scottander
|
|
@@ -12443,7 +12695,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
12443
12695
|
- [List] Fix secondary action position when disableGutters={true} (#21732) @kgregory
|
|
12444
12696
|
- [TablePagination] Fix broken labelling if SelectProps provided ids (#21703) @eps1lon
|
|
12445
12697
|
- [theme] Fix custom breakpoint in CSS Media Queries (#21759) @nkrivous
|
|
12446
|
-
- [
|
|
12698
|
+
- [FocusTrap] Fix disableAutoFocus prop (#21612) @oliviertassinari
|
|
12447
12699
|
|
|
12448
12700
|
### `@material-ui/lab@v5.0.0-alpha.3`
|
|
12449
12701
|
|
|
@@ -12518,7 +12770,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
12518
12770
|
- [MenuItem] Add types for ListItemClasses (#21654) @eps1lon
|
|
12519
12771
|
- [Slider] Fix cannot read property 'focus' of null (#21653) @mageprincess
|
|
12520
12772
|
- [TextField] Fix CSS isolation issue (#21665) @Codetalker777
|
|
12521
|
-
- [
|
|
12773
|
+
- [FocusTrap] Fix portal support (#21610) @mnajdova
|
|
12522
12774
|
- [TypeScript] Fix version support (#21640) @jakubfiglak
|
|
12523
12775
|
|
|
12524
12776
|
### `@material-ui/lab@v5.0.0-alpha.2`
|
package/README.md
CHANGED
|
@@ -7,22 +7,14 @@ This package hosts the documentation building blocks.
|
|
|
7
7
|
Install the package in your project directory with:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
// with npm
|
|
11
10
|
npm install @mui/docs
|
|
12
|
-
|
|
13
|
-
// with yarn
|
|
14
|
-
yarn add @mui/docs
|
|
15
11
|
```
|
|
16
12
|
|
|
17
13
|
The docs has a peer dependency on the core components.
|
|
18
14
|
If you are not already using MUI in your project, you can add it with:
|
|
19
15
|
|
|
20
16
|
```bash
|
|
21
|
-
// with npm
|
|
22
17
|
npm install @mui/material
|
|
23
|
-
|
|
24
|
-
// with yarn
|
|
25
|
-
yarn add @mui/material
|
|
26
18
|
```
|
|
27
19
|
|
|
28
20
|
## Documentation
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Docs - Documentation building blocks.",
|
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
"url": "https://github.com/mui/material-ui/issues"
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-docs",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@babel/runtime": "^7.22.15",
|
|
27
|
+
"@mui/base": "5.0.0-beta.16",
|
|
28
|
+
"@mui/utils": "^5.14.10",
|
|
29
|
+
"nprogress": "^0.2.0",
|
|
30
|
+
"prop-types": "^15.8.1"
|
|
31
|
+
},
|
|
25
32
|
"peerDependencies": {
|
|
26
33
|
"@mui/material": "^5.0.0",
|
|
27
34
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
@@ -32,11 +39,6 @@
|
|
|
32
39
|
"optional": true
|
|
33
40
|
}
|
|
34
41
|
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@babel/runtime": "^7.22.10",
|
|
37
|
-
"@mui/utils": "^5.14.7",
|
|
38
|
-
"nprogress": "^0.2.0"
|
|
39
|
-
},
|
|
40
42
|
"publishConfig": {
|
|
41
43
|
"access": "public"
|
|
42
44
|
},
|