@mui/docs 5.14.6 → 5.14.9
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 +260 -21
- 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,244 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.9
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.8..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 13, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
|
|
12
|
+
- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.14.9`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli
|
|
17
|
+
- ​<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855
|
|
18
|
+
- ​<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova
|
|
19
|
+
- ​<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz
|
|
20
|
+
- ​<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855
|
|
21
|
+
|
|
22
|
+
### `@mui/base@5.0.0-beta.15`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert
|
|
25
|
+
- ​<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert
|
|
26
|
+
- ​<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova
|
|
27
|
+
- ​<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova
|
|
28
|
+
- ​<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari
|
|
29
|
+
|
|
30
|
+
### `@mui/joy@5.0.0-beta.6`
|
|
31
|
+
|
|
32
|
+
- ​<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova
|
|
33
|
+
- ​<!-- 11 -->Reduce height of some variants (#38527) @zanivan
|
|
34
|
+
- ​<!-- 10 -->Refine the default theme color palette (#38416) @zanivan
|
|
35
|
+
- ​<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp
|
|
36
|
+
- ​<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855
|
|
37
|
+
|
|
38
|
+
### `@mui/lab@5.0.0-alpha.144`
|
|
39
|
+
|
|
40
|
+
- ​<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari
|
|
41
|
+
- ​<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle
|
|
42
|
+
|
|
43
|
+
### `@mui/system@5.14.9`
|
|
44
|
+
|
|
45
|
+
- ​<!-- 05 -->Remove dead code (#38884) @oliviertassinari
|
|
46
|
+
- ​<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari
|
|
47
|
+
|
|
48
|
+
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
|
|
49
|
+
|
|
50
|
+
- ​<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42
|
|
51
|
+
|
|
52
|
+
### Docs
|
|
53
|
+
|
|
54
|
+
- ​<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari
|
|
55
|
+
- ​<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak
|
|
56
|
+
- ​<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore
|
|
57
|
+
- ​<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal
|
|
58
|
+
- ​<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak
|
|
59
|
+
- ​<!-- 47 -->[blog] Polish component reference name @oliviertassinari
|
|
60
|
+
- ​<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari
|
|
61
|
+
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
|
|
62
|
+
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
|
|
63
|
+
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
|
|
64
|
+
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
|
|
65
|
+
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
|
|
66
|
+
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
|
|
67
|
+
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
|
|
68
|
+
- ​<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari
|
|
69
|
+
- ​<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari
|
|
70
|
+
- ​<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari
|
|
71
|
+
- ​<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak
|
|
72
|
+
- ​<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan
|
|
73
|
+
- ​<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal
|
|
74
|
+
- ​<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli
|
|
75
|
+
- ​<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes
|
|
76
|
+
- ​<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan
|
|
77
|
+
- ​<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal
|
|
78
|
+
- ​<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal
|
|
79
|
+
- ​<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore
|
|
80
|
+
- ​<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari
|
|
81
|
+
|
|
82
|
+
### Examples
|
|
83
|
+
|
|
84
|
+
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
|
|
85
|
+
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
|
|
86
|
+
|
|
87
|
+
### Core
|
|
88
|
+
|
|
89
|
+
- ​<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
|
|
90
|
+
- ​<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
|
|
91
|
+
- ​<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle
|
|
92
|
+
- ​<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak
|
|
93
|
+
- ​<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
|
|
94
|
+
- ​<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari
|
|
95
|
+
- ​<!-- 39 -->[core] Add types extension for clarity @oliviertassinari
|
|
96
|
+
- ​<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
|
|
97
|
+
- ​<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
|
|
98
|
+
- ​<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak
|
|
99
|
+
- ​<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari
|
|
100
|
+
- ​<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal
|
|
101
|
+
- ​<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
|
|
102
|
+
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
|
|
103
|
+
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
|
|
104
|
+
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
|
|
105
|
+
|
|
106
|
+
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
|
|
107
|
+
|
|
108
|
+
## 5.14.8
|
|
109
|
+
|
|
110
|
+
<!-- generated comparing v5.14.7..master -->
|
|
111
|
+
|
|
112
|
+
_Sep 5, 2023_
|
|
113
|
+
|
|
114
|
+
A big thanks to the 25 contributors who made this release possible.
|
|
115
|
+
|
|
116
|
+
### `@mui/material@5.14.8`
|
|
117
|
+
|
|
118
|
+
- ​<!-- 53 -->ImageItemList fix incorrect (below) rendering (#38452) @omriklein
|
|
119
|
+
- ​<!-- 42 -->[Button] Add demo for file upload (#38786) @anle9650
|
|
120
|
+
- ​<!-- 12 -->[Slider] Add missing classes for `Slider` `InputLabel` `InputBase` `Radio` (#38401) @sai6855
|
|
121
|
+
- ​<!-- 11 -->[Select] Merge slotProps.paper with internal Paper props (#38703) @michaldudak
|
|
122
|
+
- ​<!-- 09 -->[Tabs] Fix `ref` type (#38717) @ZeeshanTamboli
|
|
123
|
+
- ​<!-- 08 -->[TabScrollButton] Extend ButtonBase types (#38719) @ZeeshanTamboli
|
|
124
|
+
|
|
125
|
+
### `@mui/base@5.0.0-beta.14`
|
|
126
|
+
|
|
127
|
+
- ​<!-- 50 -->[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet
|
|
128
|
+
- ​<!-- 07 -->[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb
|
|
129
|
+
|
|
130
|
+
### `@mui/joy@5.0.0-beta.5`
|
|
131
|
+
|
|
132
|
+
- ​<!-- 53 -->[Accordion] Fix incorrect display of classname (#38695) @sai6855
|
|
133
|
+
- ​<!-- 51 -->[AspectRatio] Correct `ratio` prop description (#38743) @sai6855
|
|
134
|
+
- ​<!-- 43 -->[Button] Fix disablity of button (#38673) @sai6855
|
|
135
|
+
- ​<!-- 35 -->[design] Stray design tweaks to components (#38476) @zanivan
|
|
136
|
+
- ​<!-- 05 -->[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp
|
|
137
|
+
|
|
138
|
+
### `@mui/lab@5.0.0-alpha.143`
|
|
139
|
+
|
|
140
|
+
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
|
|
141
|
+
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
|
|
142
|
+
|
|
143
|
+
### `@mui/system@5.14.8`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 11 -->[system] Fix the inconsistent types of the `mergeBreakpointsInOrder` function (#38749) @imevanc
|
|
146
|
+
- ​<!-- 10 -->[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert
|
|
147
|
+
- ​<!-- 05 -->[typescript] Introduce \*OwnProps interfaces for components (#36798) @szalonna
|
|
148
|
+
|
|
149
|
+
### Docs
|
|
150
|
+
|
|
151
|
+
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
|
|
152
|
+
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
|
|
153
|
+
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
|
|
154
|
+
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
|
|
155
|
+
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
|
|
156
|
+
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
|
|
157
|
+
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
|
|
158
|
+
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
|
|
159
|
+
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
|
|
160
|
+
- ​<!-- 33 -->[docs] Trim trailing whitespace (#38793) @oliviertassinari
|
|
161
|
+
- ​<!-- 32 -->[docs] Fix a typo in lab-tree-view-to-mui-x.md @mbrookes
|
|
162
|
+
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
|
|
163
|
+
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
|
|
164
|
+
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
|
|
165
|
+
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
|
|
166
|
+
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
|
|
167
|
+
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
|
|
168
|
+
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
|
|
169
|
+
- ​<!-- 24 -->[docs] Fix SEO issue broken links @oliviertassinari
|
|
170
|
+
- ​<!-- 23 -->[docs] Improve SSR example reference (#38651) @oliviertassinari
|
|
171
|
+
- ​<!-- 17 -->[docs][joy-ui] Integrate a count-up feature to the Linear Progress (#38738) @anon-phantom
|
|
172
|
+
- ​<!-- 16 -->[docs][joy-ui] Fix Link's `overlay` prop demo (#38702) @danilo-leal
|
|
173
|
+
- ​<!-- 15 -->[docs][joy-ui] Polish the Stack page (#38623) @danilo-leal
|
|
174
|
+
- ​<!-- 14 -->[docs][material-ui] Adjust simple Slide demo (#38646) @rajgop1
|
|
175
|
+
|
|
176
|
+
### Core
|
|
177
|
+
|
|
178
|
+
- ​<!-- 43 -->[core] Re-add nx and setup build caching (#38752) @brijeshb42
|
|
179
|
+
- ​<!-- 41 -->[core] Remove dead code seoTitle @oliviertassinari
|
|
180
|
+
- ​<!-- 40 -->[core] Use immutable refs (#38762) @oliviertassinari
|
|
181
|
+
- ​<!-- 39 -->[core] Rework `typescript-to-proptypes` to share the AST parsing with `parseStyles` (#38517) @flaviendelangle
|
|
182
|
+
- ​<!-- 38 -->[core] Fix CI @oliviertassinari
|
|
183
|
+
- ​<!-- 37 -->[core] Remove unnecessary `@types/webpack` package (#38720) @ZeeshanTamboli
|
|
184
|
+
- ​<!-- 36 -->[core] Remove duplicate prop @oliviertassinari
|
|
185
|
+
|
|
186
|
+
- ​<!-- 22 -->[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari
|
|
187
|
+
- ​<!-- 21 -->[docs-infra] Remove legacy GA (#37579) @alexfauquette
|
|
188
|
+
- ​<!-- 20 -->[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari
|
|
189
|
+
- ​<!-- 19 -->[docs-infra] Fix leaking callout content (#38712) @danilo-leal
|
|
190
|
+
- ​<!-- 18 -->[docs-infra] Remove emoji from callouts (#38694) @danilo-leal
|
|
191
|
+
|
|
192
|
+
- ​<!-- 04 -->[website] Fix out of date discount value @oliviertassinari
|
|
193
|
+
- ​<!-- 03 -->[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap
|
|
194
|
+
- ​<!-- 02 -->[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal
|
|
195
|
+
- ​<!-- 01 -->[website] Fix pricing table style (#38681) @alexfauquette
|
|
196
|
+
|
|
197
|
+
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
|
|
198
|
+
|
|
199
|
+
## 5.14.7
|
|
200
|
+
|
|
201
|
+
<!-- generated comparing v5.14.6..master -->
|
|
202
|
+
|
|
203
|
+
_Aug 29, 2023_
|
|
204
|
+
|
|
205
|
+
A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
206
|
+
|
|
207
|
+
### `@mui/material@5.14.7`
|
|
208
|
+
|
|
209
|
+
- [Autocomplete] Fix listbox opened unexpectedly when component is `disabled` (#38611) @mj12albert
|
|
210
|
+
- [Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR
|
|
211
|
+
|
|
212
|
+
### `@mui/base@5.0.0-beta.13`
|
|
213
|
+
|
|
214
|
+
- [useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai
|
|
215
|
+
|
|
216
|
+
### `@mui/zero-runtime@0.0.1-alpha.1`
|
|
217
|
+
|
|
218
|
+
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
|
|
219
|
+
|
|
220
|
+
### Docs
|
|
221
|
+
|
|
222
|
+
- [docs] Number Input docs fixes (#38521) @mj12albert
|
|
223
|
+
- [docs] Show all the code in the usage section (#38691) @oliviertassinari
|
|
224
|
+
- [docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
|
|
225
|
+
- [docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
|
|
226
|
+
- [docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric
|
|
227
|
+
|
|
228
|
+
### Core
|
|
229
|
+
|
|
230
|
+
- [core] Add use-client to custom icons (#38132) @mj12albert
|
|
231
|
+
- [core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
|
|
232
|
+
- [core] Improve sponsors GA labels (#38649) @oliviertassinari
|
|
233
|
+
- [core] Fix ESM issues with regression tests (#37963) @Janpot
|
|
234
|
+
- [core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
|
|
235
|
+
- [docs-infra] Mark unstable components with a chip in the nav drawer (#38573) @michaldudak
|
|
236
|
+
- [docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
|
|
237
|
+
- [docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
|
|
238
|
+
- [website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal
|
|
239
|
+
|
|
240
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
|
|
241
|
+
|
|
3
242
|
## 5.14.6
|
|
4
243
|
|
|
5
244
|
<!-- generated comparing v5.14.5..master -->
|
|
@@ -536,10 +775,10 @@ _Jul 11, 2023_
|
|
|
536
775
|
|
|
537
776
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
538
777
|
|
|
539
|
-
- 💫 Material UI, Joy UI, and Base UI are compatible with [
|
|
778
|
+
- 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
|
|
540
779
|
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
|
|
541
780
|
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
|
|
542
|
-
- 🅙 [Joy UI guide](https://mui.com/joy-ui/
|
|
781
|
+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
|
|
543
782
|
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
|
|
544
783
|
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
|
|
545
784
|
|
|
@@ -1337,7 +1576,7 @@ _Apr 11, 2023_
|
|
|
1337
1576
|
|
|
1338
1577
|
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
1339
1578
|
|
|
1340
|
-
- 💫 Added [theme scope](https://mui.com/material-ui/guides/
|
|
1579
|
+
- 💫 Added [theme scope](https://mui.com/material-ui/guides/theme-scoping/) for using multiple design systems (#36664) @siriwatknp
|
|
1341
1580
|
- 🐛 bug fixes and 📚 documentation improvements.
|
|
1342
1581
|
|
|
1343
1582
|
### `@mui/system@5.12.0`
|
|
@@ -1825,7 +2064,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
|
|
|
1825
2064
|
- ​<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
|
|
1826
2065
|
- ​<!-- 19 -->[docs][joy] Build API documentations (#36008) @hbjORbj
|
|
1827
2066
|
- ​<!-- 18 -->[examples] Update Next.js examples to use built-in font (#36315) @Juneezee
|
|
1828
|
-
- ​<!-- 17 -->[examples] Update curl link in `material-
|
|
2067
|
+
- ​<!-- 17 -->[examples] Update curl link in `material-ui-nextjs-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
|
|
1829
2068
|
- ​<!-- 16 -->[examples] Convert Next.js \_document class components to function components (#36109) @ossan-engineer
|
|
1830
2069
|
|
|
1831
2070
|
### Core
|
|
@@ -3083,7 +3322,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
|
|
|
3083
3322
|
|
|
3084
3323
|
### `@mui/base@5.0.0-alpha.101`
|
|
3085
3324
|
|
|
3086
|
-
- ​<!-- 01 -->[
|
|
3325
|
+
- ​<!-- 01 -->[FocusTrap] Restore the previously exported type from @mui/material (#34601) @michaldudak
|
|
3087
3326
|
|
|
3088
3327
|
### `@mui/joy@5.0.0-alpha.49`
|
|
3089
3328
|
|
|
@@ -3199,7 +3438,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3199
3438
|
|
|
3200
3439
|
#### Breaking changes
|
|
3201
3440
|
|
|
3202
|
-
- [
|
|
3441
|
+
- [FocusTrap] Rename TrapFocus to FocusTrap (#34216) @kabernardes
|
|
3203
3442
|
|
|
3204
3443
|
```diff
|
|
3205
3444
|
-import TrapFocus from '@mui/base/TrapFocus';
|
|
@@ -3441,7 +3680,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3441
3680
|
|
|
3442
3681
|
- [Button][base] Prevent too many ref updates (#33882) @michaldudak
|
|
3443
3682
|
- [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
|
|
3444
|
-
- [
|
|
3683
|
+
- [FocusTrap] Improve tab test and simplify demo (#34008) @EthanStandel
|
|
3445
3684
|
|
|
3446
3685
|
### `@mui/joy@5.0.0-alpha.43`
|
|
3447
3686
|
|
|
@@ -3547,7 +3786,7 @@ A big thanks to the 18 contributors who made this release possible. This release
|
|
|
3547
3786
|
|
|
3548
3787
|
### `@mui/base@5.0.0-alpha.93`
|
|
3549
3788
|
|
|
3550
|
-
- ​<!-- 31 -->[
|
|
3789
|
+
- ​<!-- 31 -->[FocusTrap] Removes invisible tabbable elements from (#33543) @EthanStandel
|
|
3551
3790
|
- ​<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
|
|
3552
3791
|
- ​<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
|
|
3553
3792
|
|
|
@@ -4892,7 +5131,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
4892
5131
|
);
|
|
4893
5132
|
```
|
|
4894
5133
|
|
|
4895
|
-
- ​<!-- 03 -->[
|
|
5134
|
+
- ​<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
4896
5135
|
|
|
4897
5136
|
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
4898
5137
|
|
|
@@ -7859,7 +8098,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
7859
8098
|
### `@material-ui/unstyled@5.0.0-alpha.37`
|
|
7860
8099
|
|
|
7861
8100
|
- ​<!-- 04 -->[Slider] Improve TS definition (#26642) @mnajdova
|
|
7862
|
-
- ​<!-- 21 -->[
|
|
8101
|
+
- ​<!-- 21 -->[FocusTrap] Capture nodeToRestore via relatedTarget (#26696) @eps1lon
|
|
7863
8102
|
|
|
7864
8103
|
### `@material-ui/icons@5.0.0-alpha.37`
|
|
7865
8104
|
|
|
@@ -8929,7 +9168,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
8929
9168
|
- ​<!-- 28 -->[Timeline] Migrate TimelineContent to emotion (#25781) @siriwatknp
|
|
8930
9169
|
- ​<!-- 53 -->[Timeline] Migrate TimelineItem to emotion (#25822) @vicasas
|
|
8931
9170
|
- ​<!-- 47 -->[Timeline] Migrate TimelineOppositeContent to emotion (#25816) @vicasas
|
|
8932
|
-
- ​<!-- 54 -->[
|
|
9171
|
+
- ​<!-- 54 -->[FocusTrap] Make isEnabled and getDoc optional (#25784) @m4theushw
|
|
8933
9172
|
|
|
8934
9173
|
### `@material-ui/styled-engine@5.0.0-alpha.31`
|
|
8935
9174
|
|
|
@@ -9411,7 +9650,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
|
|
|
9411
9650
|
### `@material-ui/unstyled@5.0.0-alpha.26`
|
|
9412
9651
|
|
|
9413
9652
|
- ​<!-- 033 -->[Portal] Migrate to unstyled (#24890) @povilass
|
|
9414
|
-
- ​<!-- 047 -->[
|
|
9653
|
+
- ​<!-- 047 -->[FocusTrap] Migrate to unstyled (#24957) @povilass
|
|
9415
9654
|
- ​<!-- 060 -->[Backdrop] Migrate to unstyled (#24985) @povilass
|
|
9416
9655
|
- ​<!-- 078 -->[Modal] Migrate to emotion + unstyled (#24857) @povilass
|
|
9417
9656
|
|
|
@@ -10008,7 +10247,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
10008
10247
|
- [ButtonBase] Migrate styles to emotion (#24100) @mnajdova
|
|
10009
10248
|
- [Button] Migrate styles to emotion (#24107) @mnajdova
|
|
10010
10249
|
- [unstyled] Add utils for generating utility classes (#24126) @mnajdova
|
|
10011
|
-
- [
|
|
10250
|
+
- [FocusTrap] Fix trap to only focus on tabbable elements (#23364) @gregnb
|
|
10012
10251
|
- [Link] Improve integration with Next.js (#24121) @kelvinsanchez15
|
|
10013
10252
|
- [Select] Fix overflow showing scrollbar (#24085) @Segebre
|
|
10014
10253
|
- [Slider] Fix circular type reference in SliderValueLabel (#24190) @eps1lon
|
|
@@ -10677,7 +10916,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
10677
10916
|
- [Avatar] Fix usage of srcset property (#23286) @matheuspiment
|
|
10678
10917
|
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23315) @eps1lon
|
|
10679
10918
|
- [core] Allow React 17 (#23311) @eps1lon
|
|
10680
|
-
- [Icon] Fix translation, e.g Google Translate (#23237) @cbeltrangomez84
|
|
10919
|
+
- [Icon] Fix translation, e.g. Google Translate (#23237) @cbeltrangomez84
|
|
10681
10920
|
- [LinearProgress] Fix Safari's bug during composition of different paint (#23293) @montogeek
|
|
10682
10921
|
- [Radio] Fix dot misalignment in Safari (#23239) @anasufana
|
|
10683
10922
|
- [styled-engine] Fix tagged template syntax with multiple expressions (#23269) @eps1lon
|
|
@@ -11941,9 +12180,9 @@ Here are some highlights ✨:
|
|
|
11941
12180
|
- [Tabs] Document how to make scroll icons visible (#22255) @Sorgrum
|
|
11942
12181
|
- [TextField] Add hidden label to multi-line filled textfield (#22284) @fakeharahman
|
|
11943
12182
|
- [Toolbar] Custom variant (#22217) @mnajdova
|
|
11944
|
-
- [
|
|
11945
|
-
- [
|
|
11946
|
-
- [
|
|
12183
|
+
- [FocusTrap] Entangle effects (#22155) @eps1lon
|
|
12184
|
+
- [FocusTrap] Fix compatibility issues with React 17 (#22270) @eps1lon
|
|
12185
|
+
- [FocusTrap] Prevent possible crash in React 17 (#22262) @eps1lon
|
|
11947
12186
|
|
|
11948
12187
|
### `@material-ui/icons@v5.0.0-alpha.7`
|
|
11949
12188
|
|
|
@@ -12028,7 +12267,7 @@ Here are some highlights ✨:
|
|
|
12028
12267
|
|
|
12029
12268
|
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
12030
12269
|
|
|
12031
|
-
- 👮 Add documentation for the [
|
|
12270
|
+
- 👮 Add documentation for the [FocusTrap](https://mui.com/base-ui/react-focus-trap/) component (#22062) @oliviertassinari.
|
|
12032
12271
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
12033
12272
|
- 🚧 We have undertaken breaking changes.
|
|
12034
12273
|
|
|
@@ -12205,7 +12444,7 @@ Here are some highlights ✨:
|
|
|
12205
12444
|
- [CssBaseline] Add text size adjust property (#22089) @Tolsee
|
|
12206
12445
|
- [l10n] Add Greek (el-GR) locale (#21988) @tmanolat
|
|
12207
12446
|
- [Table] Cell small's right padding is bigger than medium (#22017) @adamlaurencik
|
|
12208
|
-
- [
|
|
12447
|
+
- [FocusTrap] Add documentation (#22062) @oliviertassinari
|
|
12209
12448
|
- [Typography] Add custom variants support (#22006) @mnajdova
|
|
12210
12449
|
- [useIsFocusVisible] Remove focus-visible if focus is re-targetted (#22102) @eps1lon
|
|
12211
12450
|
- [core] Fix various potential issues with multiple windows (#22159) @scottander
|
|
@@ -12401,7 +12640,7 @@ A big thanks to the 14 contributors who made this release possible.
|
|
|
12401
12640
|
- [List] Fix secondary action position when disableGutters={true} (#21732) @kgregory
|
|
12402
12641
|
- [TablePagination] Fix broken labelling if SelectProps provided ids (#21703) @eps1lon
|
|
12403
12642
|
- [theme] Fix custom breakpoint in CSS Media Queries (#21759) @nkrivous
|
|
12404
|
-
- [
|
|
12643
|
+
- [FocusTrap] Fix disableAutoFocus prop (#21612) @oliviertassinari
|
|
12405
12644
|
|
|
12406
12645
|
### `@material-ui/lab@v5.0.0-alpha.3`
|
|
12407
12646
|
|
|
@@ -12476,7 +12715,7 @@ A big thanks to the 16 contributors who made this release possible.
|
|
|
12476
12715
|
- [MenuItem] Add types for ListItemClasses (#21654) @eps1lon
|
|
12477
12716
|
- [Slider] Fix cannot read property 'focus' of null (#21653) @mageprincess
|
|
12478
12717
|
- [TextField] Fix CSS isolation issue (#21665) @Codetalker777
|
|
12479
|
-
- [
|
|
12718
|
+
- [FocusTrap] Fix portal support (#21610) @mnajdova
|
|
12480
12719
|
- [TypeScript] Fix version support (#21640) @jakubfiglak
|
|
12481
12720
|
|
|
12482
12721
|
### `@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.9",
|
|
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.15",
|
|
28
|
+
"@mui/utils": "^5.14.9",
|
|
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.6",
|
|
38
|
-
"nprogress": "^0.2.0"
|
|
39
|
-
},
|
|
40
42
|
"publishConfig": {
|
|
41
43
|
"access": "public"
|
|
42
44
|
},
|