@mui/icons-material 5.14.8 → 5.14.11

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 CHANGED
@@ -1,5 +1,243 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.11
4
+
5
+ <!-- generated comparing v5.14.10..master -->
6
+
7
+ _Sep 26, 2023_
8
+
9
+ A big thanks to the 23 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.14.11`
13
+
14
+ - [Autocomplete] Re-export `AutocompleteValue` to make it available from path import (#38638) @vadimka123
15
+ - [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
16
+ - [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa
17
+
18
+ ### `@mui/utils@5.14.11`
19
+
20
+ - Support RSC in `isMuiElement` util (#38129) @sai6855
21
+
22
+ ### `@mui/base@5.0.0-beta.17`
23
+
24
+ - [NumberInput] Support adornments (#38900) @anle9650
25
+ - [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
26
+ - [Select] Align external props handling (#39038) @mj12albert
27
+ - [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari
28
+
29
+ ### `@mui/joy@5.0.0-beta.8`
30
+
31
+ - [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
32
+ - [Drawer] Add missing `JoyDrawer` in theme components (#39074) @Studio384
33
+
34
+ ### `@mui/material-next@6.0.0-alpha.103`
35
+
36
+ - [FormControl] Copy v5 FormControl (#39039) @mj12albert
37
+
38
+ ### `@mui/lab@5.0.0-alpha.146`
39
+
40
+ - [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason
41
+
42
+ ### Docs
43
+
44
+ - Improve focus trap demo (#38985) @oliviertassinari
45
+ - Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
46
+ - Improve the default theme viewer design (#39049) @danilo-leal
47
+ - Add live demo with CssVarsProvider (#38792) @oliviertassinari
48
+ - Fix wrong hash on Card's page (#39151) @mnajdova
49
+ - Revise the Drawer page (#38988) @danilo-leal
50
+ - Simplify the button's loading indicator demo (#39082) @danilo-leal
51
+ - Fix the Templates link on the Overview page (#39086) @danilo-leal
52
+ - Refine the Sign in template (#38942) @zanivan
53
+ - Add `use-count-up` integration with the Circular Progress (#38952) @anon-phantom
54
+
55
+ ### Core
56
+
57
+ - [blog] Add a company values blog post (#38802) @mikailaread
58
+ - [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
59
+ - [core] Simplify docs feedback interaction (#39075) @alexfauquette
60
+ - [core] Improve ref type definition (#38903) @oliviertassinari
61
+ - [core] Simplify career (#39112) @oliviertassinari
62
+ - [core] Update Babel types along with source packages (#39070) @michaldudak
63
+ - [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
64
+ - [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
65
+ - [docs-infra] Improve callouts design (#39084) @danilo-leal
66
+ - [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
67
+ - [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
68
+ - [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
69
+ - [test] Split the test package (#39061) @michaldudak
70
+ - [website] React Engineer - xCharts role (#38976) @DanailH
71
+ - [website] Improve the highlighter component colors (#39087) @danilo-leal
72
+ - [website] Fix Pricing page row hover (#39097) @danilo-leal
73
+ - [website] Fix typo with straight quote @oliviertassinari
74
+ - [website] Sync about page @oliviertassinari
75
+ - [website] Update the about page (#38733) @danilo-leal
76
+ - [website] Small fixes on the X marketing page (#38975) @flaviendelangle
77
+ - [website] Add stray design tweaks to the X page (#38589) @danilo-leal
78
+
79
+ All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli
80
+
81
+ ## 5.14.10
82
+
83
+ <!-- generated comparing v5.14.9..master -->
84
+
85
+ _Sep 18, 2023_
86
+
87
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
88
+
89
+ ### `@mui/material@5.14.10`
90
+
91
+ - &#8203;<!-- 20 -->[Chip] Add cursor CSS property reset (#38984) @DiegoAndai
92
+
93
+ ### `@mui/utils@5.14.10`
94
+
95
+ - &#8203;<!-- 05 -->[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96
96
+
97
+ ### `@mui/base@5.0.0-beta.16`
98
+
99
+ - &#8203;<!-- 24 -->[NumberInput][base-ui] Warn when changing control mode with `useControlled` (#38757) @sai6855
100
+ - &#8203;<!-- 23 -->[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
101
+ - &#8203;<!-- 22 -->[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
102
+ - &#8203;<!-- 25 -->[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd
103
+
104
+ ### `@mui/joy@5.0.0-beta.7`
105
+
106
+ - &#8203;<!-- 26 -->[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
107
+ - &#8203;<!-- 07 -->[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap
108
+
109
+ ### Docs
110
+
111
+ - &#8203;<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
112
+ - &#8203;<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
113
+ - &#8203;<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
114
+ - &#8203;<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
115
+ - &#8203;<!-- 09 -->[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
116
+ - &#8203;<!-- 08 -->[docs][material-ui][Pagination] Add `TablePagination` to the API components list (#38486) @MonstraG
117
+
118
+ ### Core
119
+
120
+ - &#8203;<!-- 19 -->[core] Add more context about useEventCallback @oliviertassinari
121
+ - &#8203;<!-- 18 -->[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
122
+ - &#8203;<!-- 17 -->[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
123
+ - &#8203;<!-- 16 -->[core] Remove react from styled-engine dependencies (#38971) @michaldudak
124
+ - &#8203;<!-- 15 -->[core] Fix image loading bug on Safari @oliviertassinari
125
+ - &#8203;<!-- 14 -->[core] Fix bundle size upload to S3 job (#38956) @Janpot
126
+ - &#8203;<!-- 20 -->[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
127
+ - &#8203;<!-- 10 -->[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
128
+ - &#8203;<!-- 04 -->[website] Improve lighthouse score (#39011) @oliviertassinari
129
+ - &#8203;<!-- 03 -->[website] Fix lighthouse issues @oliviertassinari
130
+ - &#8203;<!-- 02 -->[website] Create the `InfoCard` component (#38987) @danilo-leal
131
+ - &#8203;<!-- 01 -->[website] Small tweaks for performance @oliviertassinari
132
+ - &#8203;<!-- 06 -->[zero][next] Setup nextjs plugin package (#38852) @brijeshb42
133
+
134
+ 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
135
+
136
+ ## 5.14.9
137
+
138
+ <!-- generated comparing v5.14.8..master -->
139
+
140
+ _Sep 13, 2023_
141
+
142
+ A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
143
+
144
+ - 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
145
+ - ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
146
+
147
+ ### `@mui/material@5.14.9`
148
+
149
+ - &#8203;<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli
150
+ - &#8203;<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855
151
+ - &#8203;<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova
152
+ - &#8203;<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz
153
+ - &#8203;<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855
154
+
155
+ ### `@mui/base@5.0.0-beta.15`
156
+
157
+ - &#8203;<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert
158
+ - &#8203;<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert
159
+ - &#8203;<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova
160
+ - &#8203;<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova
161
+ - &#8203;<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari
162
+
163
+ ### `@mui/joy@5.0.0-beta.6`
164
+
165
+ - &#8203;<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova
166
+ - &#8203;<!-- 11 -->Reduce height of some variants (#38527) @zanivan
167
+ - &#8203;<!-- 10 -->Refine the default theme color palette (#38416) @zanivan
168
+ - &#8203;<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp
169
+ - &#8203;<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855
170
+
171
+ ### `@mui/lab@5.0.0-alpha.144`
172
+
173
+ - &#8203;<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari
174
+ - &#8203;<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle
175
+
176
+ ### `@mui/system@5.14.9`
177
+
178
+ - &#8203;<!-- 05 -->Remove dead code (#38884) @oliviertassinari
179
+ - &#8203;<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari
180
+
181
+ ### `@mui/zero-vite-plugin@0.0.1-alpha.0`
182
+
183
+ - &#8203;<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42
184
+
185
+ ### Docs
186
+
187
+ - &#8203;<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari
188
+ - &#8203;<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak
189
+ - &#8203;<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore
190
+ - &#8203;<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal
191
+ - &#8203;<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak
192
+ - &#8203;<!-- 47 -->[blog] Polish component reference name @oliviertassinari
193
+ - &#8203;<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari
194
+ - &#8203;<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
195
+ - &#8203;<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
196
+ - &#8203;<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
197
+ - &#8203;<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
198
+ - &#8203;<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
199
+ - &#8203;<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
200
+ - &#8203;<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
201
+ - &#8203;<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari
202
+ - &#8203;<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari
203
+ - &#8203;<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari
204
+ - &#8203;<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak
205
+ - &#8203;<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan
206
+ - &#8203;<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal
207
+ - &#8203;<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli
208
+ - &#8203;<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes
209
+ - &#8203;<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan
210
+ - &#8203;<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal
211
+ - &#8203;<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal
212
+ - &#8203;<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore
213
+ - &#8203;<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari
214
+
215
+ ### Examples
216
+
217
+ - &#8203;<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
218
+ - &#8203;<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
219
+
220
+ ### Core
221
+
222
+ - &#8203;<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
223
+ - &#8203;<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
224
+ - &#8203;<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle
225
+ - &#8203;<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak
226
+ - &#8203;<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
227
+ - &#8203;<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari
228
+ - &#8203;<!-- 39 -->[core] Add types extension for clarity @oliviertassinari
229
+ - &#8203;<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
230
+ - &#8203;<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
231
+ - &#8203;<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak
232
+ - &#8203;<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari
233
+ - &#8203;<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal
234
+ - &#8203;<!-- 55 -->[docs–infra] Fix callout container width (#38880) @oliviertassinari
235
+ - &#8203;<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
236
+ - &#8203;<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
237
+ - &#8203;<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
238
+
239
+ 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
240
+
3
241
  ## 5.14.8
4
242
 
5
243
  <!-- generated comparing v5.14.7..master -->
@@ -670,7 +908,7 @@ _Jul 11, 2023_
670
908
 
671
909
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
672
910
 
673
- - 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
911
+ - 💫 Material UI, Joy UI, and Base UI are compatible with [Next.js App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
674
912
  - 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
675
913
  - Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
676
914
  - 🅙 [Joy UI guide](https://mui.com/joy-ui/integrations/next-js-app-router/)
@@ -1471,7 +1709,7 @@ _Apr 11, 2023_
1471
1709
 
1472
1710
  A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
1473
1711
 
1474
- - 💫 Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
1712
+ - 💫 Added [theme scope](https://mui.com/material-ui/guides/theme-scoping/) for using multiple design systems (#36664) @siriwatknp
1475
1713
  - 🐛 bug fixes and 📚 documentation improvements.
1476
1714
 
1477
1715
  ### `@mui/system@5.12.0`
@@ -1959,7 +2197,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1959
2197
  - &#8203;<!-- 20 -->[docs][joy] List slots in API documentation (#36271) @hbjORbj
1960
2198
  - &#8203;<!-- 19 -->[docs][joy] Build API documentations (#36008) @hbjORbj
1961
2199
  - &#8203;<!-- 18 -->[examples] Update Next.js examples to use built-in font (#36315) @Juneezee
1962
- - &#8203;<!-- 17 -->[examples] Update curl link in `material-next-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
2200
+ - &#8203;<!-- 17 -->[examples] Update curl link in `material-ui-nextjs-ts-v4-v5-migration` example README (#36321) @ZeeshanTamboli
1963
2201
  - &#8203;<!-- 16 -->[examples] Convert Next.js \_document class components to function components (#36109) @ossan-engineer
1964
2202
 
1965
2203
  ### Core
@@ -3217,7 +3455,7 @@ A big thanks to the 7 contributors who made this release possible. Here are some
3217
3455
 
3218
3456
  ### `@mui/base@5.0.0-alpha.101`
3219
3457
 
3220
- - &#8203;<!-- 01 -->[TrapFocus] Restore the previously exported type from @mui/material (#34601) @michaldudak
3458
+ - &#8203;<!-- 01 -->[FocusTrap] Restore the previously exported type from @mui/material (#34601) @michaldudak
3221
3459
 
3222
3460
  ### `@mui/joy@5.0.0-alpha.49`
3223
3461
 
@@ -3333,7 +3571,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3333
3571
 
3334
3572
  #### Breaking changes
3335
3573
 
3336
- - [TrapFocus] Rename TrapFocus to FocusTrap (#34216) @kabernardes
3574
+ - [FocusTrap] Rename TrapFocus to FocusTrap (#34216) @kabernardes
3337
3575
 
3338
3576
  ```diff
3339
3577
  -import TrapFocus from '@mui/base/TrapFocus';
@@ -3575,7 +3813,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3575
3813
 
3576
3814
  - [Button][base] Prevent too many ref updates (#33882) @michaldudak
3577
3815
  - [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
3578
- - [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel
3816
+ - [FocusTrap] Improve tab test and simplify demo (#34008) @EthanStandel
3579
3817
 
3580
3818
  ### `@mui/joy@5.0.0-alpha.43`
3581
3819
 
@@ -3681,7 +3919,7 @@ A big thanks to the 18 contributors who made this release possible. This release
3681
3919
 
3682
3920
  ### `@mui/base@5.0.0-alpha.93`
3683
3921
 
3684
- - &#8203;<!-- 31 -->[TrapFocus] Removes invisible tabbable elements from (#33543) @EthanStandel
3922
+ - &#8203;<!-- 31 -->[FocusTrap] Removes invisible tabbable elements from (#33543) @EthanStandel
3685
3923
  - &#8203;<!-- 30 -->[Input][base] Pass the rows prop to the underlying textarea (#33873) @michaldudak
3686
3924
  - &#8203;<!-- 06 -->[SelectUnstyled] Add ability to post the select's value when submitting a form (#33697) @michaldudak
3687
3925
 
@@ -5026,7 +5264,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
5026
5264
  );
5027
5265
  ```
5028
5266
 
5029
- - &#8203;<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
5267
+ - &#8203;<!-- 03 -->[FocusTrap] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
5030
5268
 
5031
5269
  Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
5032
5270
 
@@ -7993,7 +8231,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
7993
8231
  ### `@material-ui/unstyled@5.0.0-alpha.37`
7994
8232
 
7995
8233
  - &#8203;<!-- 04 -->[Slider] Improve TS definition (#26642) @mnajdova
7996
- - &#8203;<!-- 21 -->[TrapFocus] Capture nodeToRestore via relatedTarget (#26696) @eps1lon
8234
+ - &#8203;<!-- 21 -->[FocusTrap] Capture nodeToRestore via relatedTarget (#26696) @eps1lon
7997
8235
 
7998
8236
  ### `@material-ui/icons@5.0.0-alpha.37`
7999
8237
 
@@ -9063,7 +9301,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
9063
9301
  - &#8203;<!-- 28 -->[Timeline] Migrate TimelineContent to emotion (#25781) @siriwatknp
9064
9302
  - &#8203;<!-- 53 -->[Timeline] Migrate TimelineItem to emotion (#25822) @vicasas
9065
9303
  - &#8203;<!-- 47 -->[Timeline] Migrate TimelineOppositeContent to emotion (#25816) @vicasas
9066
- - &#8203;<!-- 54 -->[TrapFocus] Make isEnabled and getDoc optional (#25784) @m4theushw
9304
+ - &#8203;<!-- 54 -->[FocusTrap] Make isEnabled and getDoc optional (#25784) @m4theushw
9067
9305
 
9068
9306
  ### `@material-ui/styled-engine@5.0.0-alpha.31`
9069
9307
 
@@ -9545,7 +9783,7 @@ A big thanks to the 26 contributors who made this release possible. Here are som
9545
9783
  ### `@material-ui/unstyled@5.0.0-alpha.26`
9546
9784
 
9547
9785
  - &#8203;<!-- 033 -->[Portal] Migrate to unstyled (#24890) @povilass
9548
- - &#8203;<!-- 047 -->[TrapFocus] Migrate to unstyled (#24957) @povilass
9786
+ - &#8203;<!-- 047 -->[FocusTrap] Migrate to unstyled (#24957) @povilass
9549
9787
  - &#8203;<!-- 060 -->[Backdrop] Migrate to unstyled (#24985) @povilass
9550
9788
  - &#8203;<!-- 078 -->[Modal] Migrate to emotion + unstyled (#24857) @povilass
9551
9789
 
@@ -10142,7 +10380,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
10142
10380
  - [ButtonBase] Migrate styles to emotion (#24100) @mnajdova
10143
10381
  - [Button] Migrate styles to emotion (#24107) @mnajdova
10144
10382
  - [unstyled] Add utils for generating utility classes (#24126) @mnajdova
10145
- - [TrapFocus] Fix trap to only focus on tabbable elements (#23364) @gregnb
10383
+ - [FocusTrap] Fix trap to only focus on tabbable elements (#23364) @gregnb
10146
10384
  - [Link] Improve integration with Next.js (#24121) @kelvinsanchez15
10147
10385
  - [Select] Fix overflow showing scrollbar (#24085) @Segebre
10148
10386
  - [Slider] Fix circular type reference in SliderValueLabel (#24190) @eps1lon
@@ -12075,9 +12313,9 @@ Here are some highlights ✨:
12075
12313
  - [Tabs] Document how to make scroll icons visible (#22255) @Sorgrum
12076
12314
  - [TextField] Add hidden label to multi-line filled textfield (#22284) @fakeharahman
12077
12315
  - [Toolbar] Custom variant (#22217) @mnajdova
12078
- - [TrapFocus] Entangle effects (#22155) @eps1lon
12079
- - [TrapFocus] Fix compatibility issues with React 17 (#22270) @eps1lon
12080
- - [TrapFocus] Prevent possible crash in React 17 (#22262) @eps1lon
12316
+ - [FocusTrap] Entangle effects (#22155) @eps1lon
12317
+ - [FocusTrap] Fix compatibility issues with React 17 (#22270) @eps1lon
12318
+ - [FocusTrap] Prevent possible crash in React 17 (#22262) @eps1lon
12081
12319
 
12082
12320
  ### `@material-ui/icons@v5.0.0-alpha.7`
12083
12321
 
@@ -12162,7 +12400,7 @@ Here are some highlights ✨:
12162
12400
 
12163
12401
  More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
12164
12402
 
12165
- - 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
12403
+ - 👮 Add documentation for the [FocusTrap](https://mui.com/base-ui/react-focus-trap/) component (#22062) @oliviertassinari.
12166
12404
  - ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
12167
12405
  - 🚧 We have undertaken breaking changes.
12168
12406
 
@@ -12339,7 +12577,7 @@ Here are some highlights ✨:
12339
12577
  - [CssBaseline] Add text size adjust property (#22089) @Tolsee
12340
12578
  - [l10n] Add Greek (el-GR) locale (#21988) @tmanolat
12341
12579
  - [Table] Cell small's right padding is bigger than medium (#22017) @adamlaurencik
12342
- - [TrapFocus] Add documentation (#22062) @oliviertassinari
12580
+ - [FocusTrap] Add documentation (#22062) @oliviertassinari
12343
12581
  - [Typography] Add custom variants support (#22006) @mnajdova
12344
12582
  - [useIsFocusVisible] Remove focus-visible if focus is re-targetted (#22102) @eps1lon
12345
12583
  - [core] Fix various potential issues with multiple windows (#22159) @scottander
@@ -12535,7 +12773,7 @@ A big thanks to the 14 contributors who made this release possible.
12535
12773
  - [List] Fix secondary action position when disableGutters={true} (#21732) @kgregory
12536
12774
  - [TablePagination] Fix broken labelling if SelectProps provided ids (#21703) @eps1lon
12537
12775
  - [theme] Fix custom breakpoint in CSS Media Queries (#21759) @nkrivous
12538
- - [TrapFocus] Fix disableAutoFocus prop (#21612) @oliviertassinari
12776
+ - [FocusTrap] Fix disableAutoFocus prop (#21612) @oliviertassinari
12539
12777
 
12540
12778
  ### `@material-ui/lab@v5.0.0-alpha.3`
12541
12779
 
@@ -12610,7 +12848,7 @@ A big thanks to the 16 contributors who made this release possible.
12610
12848
  - [MenuItem] Add types for ListItemClasses (#21654) @eps1lon
12611
12849
  - [Slider] Fix cannot read property 'focus' of null (#21653) @mageprincess
12612
12850
  - [TextField] Fix CSS isolation issue (#21665) @Codetalker777
12613
- - [TrapFocus] Fix portal support (#21610) @mnajdova
12851
+ - [FocusTrap] Fix portal support (#21610) @mnajdova
12614
12852
  - [TypeScript] Fix version support (#21640) @jakubfiglak
12615
12853
 
12616
12854
  ### `@material-ui/lab@v5.0.0-alpha.2`
package/README.md CHANGED
@@ -9,11 +9,7 @@ Install the package in your project directory with:
9
9
  <!-- #default-branch-switch -->
10
10
 
11
11
  ```bash
12
- // with npm
13
12
  npm install @mui/icons-material
14
-
15
- // with yarn
16
- yarn add @mui/icons-material
17
13
  ```
18
14
 
19
15
  <!-- #default-branch-switch -->
@@ -23,19 +19,15 @@ These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api
23
19
  If you are not already using Material UI in your project, you can add it with:
24
20
 
25
21
  ```bash
26
- // with npm
27
22
  npm install @mui/material
28
-
29
- // with yarn
30
- yarn add @mui/material
31
23
  ```
32
24
 
33
25
  ## Documentation
34
26
 
35
27
  <!-- #default-branch-switch -->
36
28
 
37
- - [The documentation](https://mui.com/material-ui/icons/#svgicon)
38
- - [The icons search](https://mui.com/material-ui/material-icons/)
29
+ - [The SvgIcon documentation](https://mui.com/material-ui/icons/#svgicon)
30
+ - [The Material Design icons search](https://mui.com/material-ui/material-icons/)
39
31
 
40
32
  ## Contributing
41
33
 
@@ -47,4 +39,4 @@ To synchronize with Material Icons, do the following:
47
39
  1. Inside this workspace run `yarn src:download`
48
40
  2. Inside this workspace run `yarn src:icons`
49
41
  3. Inside the root run `yarn docs:mdicons:synonyms`
50
- 4. If the number of icons changed significantly, edit the icons/icons.md and material-icons/material-icons.md under docs/data/material/components and update the numbers.
42
+ 4. If the number of icons changes significantly, edit the icons/icons.md and material-icons/material-icons.md under docs/data/material/components and update the numbers.