@mui/lab 5.0.0-alpha.60 → 5.0.0-alpha.64

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +230 -32
  2. package/ClockPicker/ClockPicker.d.ts +1 -1
  3. package/ClockPicker/ClockPicker.js +5 -2
  4. package/DatePicker/DatePicker.js +5 -1
  5. package/DateRangePicker/DateRangePicker.js +5 -1
  6. package/DateTimePicker/DateTimePicker.js +5 -1
  7. package/DesktopDatePicker/DesktopDatePicker.js +5 -1
  8. package/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -1
  9. package/DesktopDateTimePicker/DesktopDateTimePicker.js +5 -1
  10. package/LoadingButton/LoadingButton.d.ts +2 -0
  11. package/LoadingButton/LoadingButton.js +19 -9
  12. package/MobileDatePicker/MobileDatePicker.js +5 -1
  13. package/MobileDateRangePicker/MobileDateRangePicker.js +5 -1
  14. package/MobileDateTimePicker/MobileDateTimePicker.js +5 -1
  15. package/StaticDatePicker/StaticDatePicker.js +5 -1
  16. package/StaticDateRangePicker/StaticDateRangePicker.js +5 -1
  17. package/StaticDateTimePicker/StaticDateTimePicker.js +5 -1
  18. package/index.js +1 -1
  19. package/legacy/ClockPicker/ClockPicker.js +5 -2
  20. package/legacy/DatePicker/DatePicker.js +5 -1
  21. package/legacy/DateRangePicker/DateRangePicker.js +5 -1
  22. package/legacy/DateTimePicker/DateTimePicker.js +5 -1
  23. package/legacy/DesktopDatePicker/DesktopDatePicker.js +5 -1
  24. package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -1
  25. package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +5 -1
  26. package/legacy/LoadingButton/LoadingButton.js +19 -10
  27. package/legacy/MobileDatePicker/MobileDatePicker.js +5 -1
  28. package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +5 -1
  29. package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +5 -1
  30. package/legacy/StaticDatePicker/StaticDatePicker.js +5 -1
  31. package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +5 -1
  32. package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +5 -1
  33. package/legacy/index.js +1 -1
  34. package/modern/ClockPicker/ClockPicker.js +5 -2
  35. package/modern/DatePicker/DatePicker.js +5 -1
  36. package/modern/DateRangePicker/DateRangePicker.js +5 -1
  37. package/modern/DateTimePicker/DateTimePicker.js +5 -1
  38. package/modern/DesktopDatePicker/DesktopDatePicker.js +5 -1
  39. package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -1
  40. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +5 -1
  41. package/modern/LoadingButton/LoadingButton.js +20 -9
  42. package/modern/MobileDatePicker/MobileDatePicker.js +5 -1
  43. package/modern/MobileDateRangePicker/MobileDateRangePicker.js +5 -1
  44. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +5 -1
  45. package/modern/StaticDatePicker/StaticDatePicker.js +5 -1
  46. package/modern/StaticDateRangePicker/StaticDateRangePicker.js +5 -1
  47. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +5 -1
  48. package/modern/index.js +1 -1
  49. package/node/ClockPicker/ClockPicker.js +5 -2
  50. package/node/DatePicker/DatePicker.js +5 -1
  51. package/node/DateRangePicker/DateRangePicker.js +5 -1
  52. package/node/DateTimePicker/DateTimePicker.js +5 -1
  53. package/node/DesktopDatePicker/DesktopDatePicker.js +5 -1
  54. package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -1
  55. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +5 -1
  56. package/node/LoadingButton/LoadingButton.js +17 -6
  57. package/node/MobileDatePicker/MobileDatePicker.js +5 -1
  58. package/node/MobileDateRangePicker/MobileDateRangePicker.js +5 -1
  59. package/node/MobileDateTimePicker/MobileDateTimePicker.js +5 -1
  60. package/node/StaticDatePicker/StaticDatePicker.js +5 -1
  61. package/node/StaticDateRangePicker/StaticDateRangePicker.js +5 -1
  62. package/node/StaticDateTimePicker/StaticDateTimePicker.js +5 -1
  63. package/node/index.js +1 -1
  64. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,198 @@
1
- ### [Versions](https://mui.com/versions/)
1
+ # [Versions](https://mui.com/versions/)
2
+
3
+ ## 5.2.8
4
+
5
+ <!-- generated comparing v5.2.7..master -->
6
+
7
+ _Jan 10, 2022_
8
+
9
+ A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - A meaningful number of 🐛 bug fixes and 📚 documentation improvements.
12
+
13
+ ### `@mui/material@5.2.8`
14
+
15
+ - &#8203;<!-- 05 -->[TextField][inputlabel] Remove `pointer-events: none` property (#30493) @hbjORbj
16
+ - &#8203;<!-- 02 -->[Slider] Add `input` slot to components and componentsProps (#30362) @alexandre-lelain
17
+
18
+ ### `@mui/joy@5.0.0-alpha.10`
19
+
20
+ - &#8203;<!-- 04 -->[Joy] Add `Typography` component (#30489) @siriwatknp
21
+ - &#8203;<!-- 03 -->[Joy] Add functional `Switch` component (#30487) @siriwatknp
22
+
23
+ ### Docs
24
+
25
+ - &#8203;<!-- 18 -->[docs] Update markdown parser to remove backticks from description (#30495) @aefox
26
+ - &#8203;<!-- 17 -->[docs] Fix the crash when applying custom colors (#30563) @siriwatknp
27
+ - &#8203;<!-- 16 -->[docs] Location change of Sebastian (#30528) @eps1lon
28
+ - &#8203;<!-- 15 -->[docs] Lint markdown in the CI (#30395) @oliviertassinari
29
+ - &#8203;<!-- 14 -->[docs] Fix `componentsProps` API docs and PropTypes (#30502) @ZeeshanTamboli
30
+ - &#8203;<!-- 13 -->[docs] Codemod doc for overriding styles using tss (#30499) @garronej
31
+ - &#8203;<!-- 12 -->[docs] fix edge case when replacing data-grid url for migration (#30505) @siriwatknp
32
+ - &#8203;<!-- 11 -->[docs] fix replace url for migration (#30503) @siriwatknp
33
+ - &#8203;<!-- 10 -->[docs] Prepare scripts for migrating to new structure (#30386) @siriwatknp
34
+ - &#8203;<!-- 09 -->[docs] Adjust RTL Guide demos to fully support RTL (#30387) @noam-honig
35
+ - &#8203;<!-- 08 -->[docs] Move @eps1lon to community (#30473) @oliviertassinari
36
+ - &#8203;<!-- 07 -->[docs] Fix typo and spelling in the-sx-prop.md (#30482) @aefox
37
+ - &#8203;<!-- 06 -->[docs] More general docs polishing (#30371) @danilo-leal
38
+ - &#8203;<!-- 01 -->[website] Add José on the /about page (#30492) @danilo-leal
39
+
40
+ All contributors of this release in alphabetical order: @aefox, @alexandre-lelain, @danilo-leal, @eps1lon, @garronej, @hbjORbj, @noam-honig, @oliviertassinari, @siriwatknp, @ZeeshanTamboli
41
+
42
+ ## 5.2.7
43
+
44
+ <!-- generated comparing v5.2.6..master -->
45
+
46
+ _Jan 3, 2022_
47
+
48
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
49
+
50
+ - 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
51
+ - And more 🐛 bug fixes and 📚 documentation improvements.
52
+
53
+ ### `@mui/material@5.2.7`
54
+
55
+ - &#8203;<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
56
+ - &#8203;<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
57
+ - &#8203;<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
58
+ - &#8203;<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
59
+ - &#8203;<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
60
+
61
+ ### Docs
62
+
63
+ - &#8203;<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
64
+ - &#8203;<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
65
+ - &#8203;<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
66
+ - &#8203;<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
67
+ - &#8203;<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
68
+ - &#8203;<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
69
+ - &#8203;<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
70
+ - &#8203;<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
71
+ - &#8203;<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
72
+ - &#8203;<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
73
+ - &#8203;<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
74
+
75
+ ### Core
76
+
77
+ - &#8203;<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
78
+ - &#8203;<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
79
+
80
+ All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
81
+
82
+ ## 5.2.6
83
+
84
+ <!-- generated comparing v5.2.5..master -->
85
+
86
+ _Dec 27, 2021_
87
+
88
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
89
+
90
+ - 📓 The Norwegian Bokmål (nb-NO) locale was added (#27520) @wogsland
91
+ - 🛠 Introduced a new `useBadge` hook in the `@mui/base` package (#30246) @mnajdova
92
+ - And more 🐛 bug fixes and 📚 documentation improvements.
93
+
94
+ ### `@mui/material@5.2.6`
95
+
96
+ - &#8203;<!-- 24 -->[ButtonGroup] Fix typo in ButtonGroupContext's interface (#30376) @kealjones-wk
97
+ - &#8203;<!-- 03 -->[l10n] Add Norwegian Bokmål (nb-NO) locale (#27520) @wogsland
98
+
99
+ ### `@mui/base@5.0.0-alpha.62`
100
+
101
+ - &#8203;<!-- 26 -->[BadgeUnstyled] Add useBadge hook (#30246) @mnajdova
102
+
103
+ ### `@mui/joy@5.0.0-alpha.8`
104
+
105
+ - &#8203;<!-- 04 -->[Joy] Button API (#29962) @siriwatknp
106
+
107
+ ### Docs
108
+
109
+ - &#8203;<!-- 27 -->[docs] Fix color coercion (#30319) @Janpot
110
+ - &#8203;<!-- 25 -->[blog] Fix file import conflict resolution (#30391) @oliviertassinari
111
+ - &#8203;<!-- 21 -->[docs] Fix crash on Safari because of unsupported lookahead feature (#30345) @cherniavskii
112
+ - &#8203;<!-- 20 -->[docs] Update to new website domain (#30396) @ryota-murakami
113
+ - &#8203;<!-- 19 -->[docs] Fix text from material-ui to @mui to reflect v5 name changes (#30393) @pupudu
114
+ - &#8203;<!-- 18 -->[docs] Fix a11y in Menu demos (#30378) @ZeeshanTamboli
115
+ - &#8203;<!-- 17 -->[docs] Document how to unmount transition child (#30382) @oliviertassinari
116
+ - &#8203;<!-- 16 -->[docs] The current standard for quotes is QUOTATION MARK @oliviertassinari
117
+ - &#8203;<!-- 15 -->[docs] Fix 404 links (#30380) @oliviertassinari
118
+ - &#8203;<!-- 14 -->[docs] Fix Breadcrumb description (#30307) @jamesmelzer
119
+ - &#8203;<!-- 13 -->[docs] Modify injection order for Gatsby and SSR examples (#30358) @ShuPink
120
+ - &#8203;<!-- 12 -->[docs] Improve the translation experience (#30373) @oliviertassinari
121
+ - &#8203;<!-- 11 -->[docs] Sync translations with Crowdin (#30176) @l10nbot
122
+ - &#8203;<!-- 10 -->[docs] Fix link to /size-snapshot (#30363) @oliviertassinari
123
+ - &#8203;<!-- 09 -->[docs] Fix incorrect aria label in SpeedDial demo (#30354) @chwallen
124
+ - &#8203;<!-- 08 -->[docs] Fix incorrect number of breakpoint helpers (#30353) @chwallen
125
+ - &#8203;<!-- 07 -->[docs] Update outdated links (#30260) @oliviertassinari
126
+ - &#8203;<!-- 06 -->[docs] Support redirects from old urls to /material/\* (#30286) @siriwatknp
127
+ - &#8203;<!-- 05 -->[examples] Fix CSS modules integration (#30381) @oliviertassinari
128
+ - &#8203;<!-- 02 -->[website] Fix SEO issues (#30372) @oliviertassinari
129
+ - &#8203;<!-- 01 -->[website] Sync sponsors (#30259) @oliviertassinari
130
+
131
+ ### Core
132
+
133
+ - &#8203;<!-- 28 -->[core] Rename Material-UI to MUI (#30338) @ZeeshanTamboli
134
+ - &#8203;<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
135
+ - &#8203;<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
136
+
137
+ All contributors of this release in alphabetical order: @cherniavskii, @chwallen, @jamesmelzer, @Janpot, @kealjones-wk, @l10nbot, @mnajdova, @oliviertassinari, @pupudu, @ryota-murakami, @ShuPink, @siriwatknp, @wogsland, @ZeeshanTamboli
138
+
139
+ ## 5.2.5
140
+
141
+ <!-- generated comparing v5.2.4..master -->
142
+
143
+ _Dec 20, 2021_
144
+
145
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
146
+
147
+ - 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
148
+ - 📓 Danish (da-DK) locale was added (#29485) @mikk5829
149
+ - 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
150
+ - 📚 Many additions and improvements to the documentation were made
151
+
152
+ ### `@mui/material@5.2.5`
153
+
154
+ - [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
155
+ - [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
156
+ - [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
157
+
158
+ ### `@mui/system@5.2.5`
159
+
160
+ - [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
161
+
162
+ ### `@mui/lab@5.0.0-alpha.61`
163
+
164
+ - [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
165
+
166
+ ### Docs
167
+
168
+ - [docs] Run JS compiler on markdown output (#29732) @Janpot
169
+ - [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
170
+ - [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
171
+ - [docs] Remove extra word in Select component code example comments (#30281) @KThompso
172
+ - [docs] Improve the description of the Accordion (#30253) @jamesmelzer
173
+ - [docs] Heading capitalization convention @oliviertassinari
174
+ - [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
175
+ - [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
176
+ - [docs] Add script to clone pages (#30107) @siriwatknp
177
+ - [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
178
+ - [docs] Sync icon search UI state with the url (#30075) @Janpot
179
+ - [docs] Base components demos design polish (#30149) @danilo-leal
180
+ - [docs] General documentation polish (#29994) @danilo-leal
181
+ - [examples] Fix typo in the remix example's README (#30289) @lemol
182
+ - [website] Remove expired gold sponsor (#30222) @oliviertassinari
183
+ - [website] Remove broken showcase links (#30217) @mnajdova
184
+
185
+ ### Core
186
+
187
+ - [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
188
+ - [core] make snapshot comparison more resilient (#30183) @Janpot
189
+ - [core] update formatted ts demo to support new structure (#30248) @siriwatknp
190
+ - [core] cache dependencies in github actions (#30211) @siriwatknp
191
+ - [core] fix root package version (#30204) @siriwatknp
192
+ - [core] Fail the build when the dangerjs script errors (#30186) @Janpot
193
+ - [test] Add E2E website tests (#30128) @siriwatknp
194
+
195
+ All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
2
196
 
3
197
  ## 5.2.4
4
198
 
@@ -1070,7 +1264,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1070
1264
 
1071
1265
  replace `@material-ui/*` prefix with `@mui/*`:
1072
1266
 
1073
- ```
1267
+ ```sh
1074
1268
  @material-ui/system -> @mui/system
1075
1269
  @material-ui/styles -> @mui/styles
1076
1270
  @material-ui/lab -> @mui/lab
@@ -1083,7 +1277,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
1083
1277
 
1084
1278
  except these 3 packages that are renamed.
1085
1279
 
1086
- ```
1280
+ ```sh
1087
1281
  @material-ui/core => @mui/material // represents Material Design components.
1088
1282
  @material-ui/icons => @mui/icons-material // represents Material Design icons.
1089
1283
  @material-ui/unstyled => @mui/base // fully functional components with minimum styles.
@@ -2456,6 +2650,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
2456
2650
  ```
2457
2651
 
2458
2652
  - &#8203;<!-- 63 -->[Autocomplete] Rename getOptionSelected to isOptionEqualToValue (#26173) @m4theushw
2653
+
2459
2654
  ```diff
2460
2655
  <Autocomplete
2461
2656
  - getOptionSelected={(option, value) => option.title === value.title}
@@ -4029,7 +4224,7 @@ All contributors of this release in alphabetical order: @artola, @CyanoFresh, @d
4029
4224
 
4030
4225
  ## 5.0.0-alpha.23
4031
4226
 
4032
- ###### _Jan 14, 2021_
4227
+ _Jan 14, 2021_
4033
4228
 
4034
4229
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
4035
4230
 
@@ -4144,7 +4339,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
4144
4339
 
4145
4340
  ## 5.0.0-alpha.22
4146
4341
 
4147
- ###### _Jan 4, 2021_
4342
+ _Jan 4, 2021_
4148
4343
 
4149
4344
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
4150
4345
 
@@ -4196,7 +4391,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4196
4391
 
4197
4392
  ## 5.0.0-alpha.21
4198
4393
 
4199
- ###### _Dec 30, 2020_
4394
+ _Dec 30, 2020_
4200
4395
 
4201
4396
  A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
4202
4397
 
@@ -4269,7 +4464,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
4269
4464
 
4270
4465
  ## 5.0.0-alpha.20
4271
4466
 
4272
- ###### _Dec 21, 2020_
4467
+ _Dec 21, 2020_
4273
4468
 
4274
4469
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
4275
4470
 
@@ -4347,7 +4542,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
4347
4542
 
4348
4543
  ## 5.0.0-alpha.19
4349
4544
 
4350
- ###### _Dec 13, 2020_
4545
+ _Dec 13, 2020_
4351
4546
 
4352
4547
  A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
4353
4548
 
@@ -4475,7 +4670,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
4475
4670
 
4476
4671
  ## 5.0.0-alpha.18
4477
4672
 
4478
- ###### _Dec 3, 2020_
4673
+ _Dec 3, 2020_
4479
4674
 
4480
4675
  A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
4481
4676
 
@@ -4567,7 +4762,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
4567
4762
 
4568
4763
  ## 5.0.0-alpha.17
4569
4764
 
4570
- ###### _Nov 23, 2020_
4765
+ _Nov 23, 2020_
4571
4766
 
4572
4767
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
4573
4768
 
@@ -4734,7 +4929,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
4734
4929
 
4735
4930
  ## 5.0.0-alpha.16
4736
4931
 
4737
- ###### _Nov 14, 2020_
4932
+ _Nov 14, 2020_
4738
4933
 
4739
4934
  A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
4740
4935
 
@@ -4838,7 +5033,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
4838
5033
 
4839
5034
  ## 5.0.0-alpha.15
4840
5035
 
4841
- ###### _Nov 4, 2020_
5036
+ _Nov 4, 2020_
4842
5037
 
4843
5038
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
4844
5039
 
@@ -4950,7 +5145,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
4950
5145
 
4951
5146
  ## 5.0.0-alpha.14
4952
5147
 
4953
- ###### _Oct 23, 2020_
5148
+ _Oct 23, 2020_
4954
5149
 
4955
5150
  A big thanks to the 23 contributors who made this release possible.
4956
5151
  Here are some highlights ✨:
@@ -5001,12 +5196,14 @@ Here are some highlights ✨:
5001
5196
  You can read [their migration guide](https://popper.js.org/docs/v2/migration-guide/) or the following summary:
5002
5197
 
5003
5198
  - The CSS prefixes have changed:
5199
+
5004
5200
  ```diff
5005
5201
  popper: {
5006
5202
  zIndex: 1,
5007
5203
  - '&[x-placement*="bottom"] $arrow': {
5008
5204
  + '&[data-popper-placement*="bottom"] $arrow': {
5009
5205
  ```
5206
+
5010
5207
  - Method names have changed.
5011
5208
 
5012
5209
  ```diff
@@ -5121,7 +5318,7 @@ Here are some highlights ✨:
5121
5318
 
5122
5319
  ## 5.0.0-alpha.13
5123
5320
 
5124
- ###### _Oct 17, 2020_
5321
+ _Oct 17, 2020_
5125
5322
 
5126
5323
  A big thanks to the 25 contributors who made this release possible.
5127
5324
  Here are some highlights ✨:
@@ -5247,7 +5444,7 @@ Here are some highlights ✨:
5247
5444
 
5248
5445
  ## 5.0.0-alpha.12
5249
5446
 
5250
- ###### _Oct 11, 2020_
5447
+ _Oct 11, 2020_
5251
5448
 
5252
5449
  A big thanks to the 45 contributors who made this release possible.
5253
5450
  Here are some highlights ✨:
@@ -5471,7 +5668,7 @@ Here are some highlights ✨:
5471
5668
 
5472
5669
  ## 5.0.0-alpha.11
5473
5670
 
5474
- ###### _Sep 26, 2020_
5671
+ _Sep 26, 2020_
5475
5672
 
5476
5673
  A big thanks to the 29 contributors who made this release possible.
5477
5674
  Here are some highlights ✨:
@@ -5705,7 +5902,7 @@ More documentation are coming.
5705
5902
 
5706
5903
  ## 5.0.0-alpha.10
5707
5904
 
5708
- ###### _Sep 15, 2020_
5905
+ _Sep 15, 2020_
5709
5906
 
5710
5907
  A big thanks to the 16 contributors who made this release possible.
5711
5908
  Here are some highlights ✨:
@@ -5770,13 +5967,13 @@ Here are some highlights ✨:
5770
5967
 
5771
5968
  Before:
5772
5969
 
5773
- ```
5970
+ ```sh
5774
5971
  theme.spacing(2) => 16
5775
5972
  ```
5776
5973
 
5777
5974
  After:
5778
5975
 
5779
- ```
5976
+ ```sh
5780
5977
  theme.spacing(2) => '16px'
5781
5978
  ```
5782
5979
 
@@ -5835,7 +6032,7 @@ Here are some highlights ✨:
5835
6032
 
5836
6033
  ## 5.0.0-alpha.9
5837
6034
 
5838
- ###### _Sep 6, 2020_
6035
+ _Sep 6, 2020_
5839
6036
 
5840
6037
  A big thanks to the 14 contributors who made this release possible.
5841
6038
  Here are some highlights ✨:
@@ -5888,7 +6085,7 @@ Here are some highlights ✨:
5888
6085
 
5889
6086
  ## 5.0.0-alpha.8
5890
6087
 
5891
- ###### _Aug 31, 2020_
6088
+ _Aug 31, 2020_
5892
6089
 
5893
6090
  A big thanks to the 19 contributors who made this release possible.
5894
6091
  Here are some highlights ✨:
@@ -6064,7 +6261,7 @@ const theme = createMuiTheme({
6064
6261
 
6065
6262
  ## 5.0.0-alpha.7
6066
6263
 
6067
- ###### _Aug 22, 2020_
6264
+ _Aug 22, 2020_
6068
6265
 
6069
6266
  A big thanks to the 22 contributors who made this release possible.
6070
6267
  Here are some highlights ✨:
@@ -6194,7 +6391,7 @@ Here are some highlights ✨:
6194
6391
 
6195
6392
  ## 5.0.0-alpha.6
6196
6393
 
6197
- ###### _Aug 13, 2020_
6394
+ _Aug 13, 2020_
6198
6395
 
6199
6396
  A big thanks to the 26 contributors who made this release possible.
6200
6397
  Here are some highlights ✨:
@@ -6237,7 +6434,7 @@ Here are some highlights ✨:
6237
6434
 
6238
6435
  ### `@material-ui/core@v5.0.0-alpha.6`
6239
6436
 
6240
- ### Breaking changes
6437
+ #### Breaking changes
6241
6438
 
6242
6439
  - [Avatar] Rename variant circle -> circular for consistency (#22015) @kodai3
6243
6440
  Rename `circle` to `circular` for consistency. The possible values should be adjectives, not nouns:
@@ -6396,7 +6593,7 @@ Here are some highlights ✨:
6396
6593
  +},
6397
6594
  ```
6398
6595
 
6399
- ### Changes
6596
+ #### Changes
6400
6597
 
6401
6598
  - [Avatar] Custom variant (#22139) @mnajdova
6402
6599
  - [Badge] Add missing class key (#22095) @kodai3
@@ -6416,7 +6613,7 @@ Here are some highlights ✨:
6416
6613
 
6417
6614
  ### `@material-ui/lab@v5.0.0-alpha.6`
6418
6615
 
6419
- ### Breaking changes
6616
+ #### Breaking changes
6420
6617
 
6421
6618
  - [Skeleton] Rename variant circle -> circular and rect -> rectangular for consistency (#22053) @kodai3
6422
6619
  Rename `circle` to `circular` and `rect` to `rectangular` for consistency. The possible values should be adjectives, not nouns:
@@ -6428,7 +6625,7 @@ Here are some highlights ✨:
6428
6625
  +<Skeleton variant="rectangular">
6429
6626
  ```
6430
6627
 
6431
- ### Changes
6628
+ #### Changes
6432
6629
 
6433
6630
  - [Autocomplete] Add support for "{label: string}" data type as a default for "options" (#21992) @DanailH
6434
6631
  - [TreeView] Add disabled prop (#20133) @netochaves
@@ -6480,7 +6677,7 @@ Here are some highlights ✨:
6480
6677
 
6481
6678
  ## 5.0.0-alpha.5
6482
6679
 
6483
- ###### _July 28, 2020_
6680
+ _July 28, 2020_
6484
6681
 
6485
6682
  A big thanks to the 18 contributors who made this release possible.
6486
6683
 
@@ -6551,7 +6748,7 @@ A big thanks to the 18 contributors who made this release possible.
6551
6748
 
6552
6749
  ## 5.0.0-alpha.4
6553
6750
 
6554
- ###### _July 19, 2020_
6751
+ _July 19, 2020_
6555
6752
 
6556
6753
  A big thanks to the 11 contributors who made this release possible.
6557
6754
 
@@ -6593,7 +6790,7 @@ A big thanks to the 11 contributors who made this release possible.
6593
6790
 
6594
6791
  ## 5.0.0-alpha.3
6595
6792
 
6596
- ###### _July 12, 2020_
6793
+ _July 12, 2020_
6597
6794
 
6598
6795
  A big thanks to the 14 contributors who made this release possible.
6599
6796
 
@@ -6642,7 +6839,7 @@ A big thanks to the 14 contributors who made this release possible.
6642
6839
 
6643
6840
  ## 5.0.0-alpha.2
6644
6841
 
6645
- ###### _July 4, 2020_
6842
+ _July 4, 2020_
6646
6843
 
6647
6844
  A big thanks to the 16 contributors who made this release possible.
6648
6845
 
@@ -6704,7 +6901,7 @@ A big thanks to the 16 contributors who made this release possible.
6704
6901
 
6705
6902
  ## 5.0.0-alpha.1
6706
6903
 
6707
- ###### _June 27, 2020_
6904
+ _June 27, 2020_
6708
6905
 
6709
6906
  A big thanks to the 33 contributors who made this release possible. Here are some highlights ✨:
6710
6907
 
@@ -6820,6 +7017,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
6820
7017
  ```
6821
7018
 
6822
7019
  - [Accordion] typescript: The `event` in `onChange` is no longer typed as a `React.ChangeEvent` but `React.SyntheticEvent`.
7020
+
6823
7021
  ```diff
6824
7022
  -<Accordion onChange={(event: React.ChangeEvent<{}>, expanded: boolean) => {}} />
6825
7023
  +<Accordion onChange={(event: React.SyntheticEvent, expanded: boolean) => {}} />
@@ -4,7 +4,7 @@ import { TimeValidationProps } from '../internal/pickers/time-utils';
4
4
  import { PickerOnChangeFn } from '../internal/pickers/hooks/useViews';
5
5
  import { ClockView } from './shared';
6
6
  export interface ClockPickerClasses {
7
- /** Styles applied to the arrowSwticher element. */
7
+ /** Styles applied to the arrowSwitcher element. */
8
8
  arrowSwitcher: string;
9
9
  }
10
10
  export declare type ClockPickerClassKey = keyof ClockPickerClasses;
@@ -30,7 +30,7 @@ const useUtilityClasses = ownerState => {
30
30
 
31
31
  const ClockPickerArrowSwitcher = styled(PickersArrowSwitcher, {
32
32
  name: 'MuiClockPicker',
33
- slot: 'ArrowSwticher',
33
+ slot: 'ArrowSwitcher',
34
34
  overridesResolver: (props, styles) => styles.arrowSwitcher
35
35
  })({
36
36
  position: 'absolute',
@@ -266,7 +266,10 @@ process.env.NODE_ENV !== "production" ? ClockPicker.propTypes
266
266
  /**
267
267
  * The props used for each slot inside.
268
268
  */
269
- componentsProps: PropTypes.object,
269
+ componentsProps: PropTypes.shape({
270
+ leftArrowButton: PropTypes.object,
271
+ rightArrowButton: PropTypes.object
272
+ }),
270
273
 
271
274
  /**
272
275
  * Selected date @DateIOType.
@@ -128,7 +128,11 @@ process.env.NODE_ENV !== "production" ? DatePicker.propTypes
128
128
  * The props used for each slot inside.
129
129
  * @default {}
130
130
  */
131
- componentsProps: PropTypes.object,
131
+ componentsProps: PropTypes.shape({
132
+ leftArrowButton: PropTypes.object,
133
+ rightArrowButton: PropTypes.object,
134
+ switchViewButton: PropTypes.object
135
+ }),
132
136
 
133
137
  /**
134
138
  * Default calendar month displayed when `value={null}`.
@@ -176,7 +176,11 @@ process.env.NODE_ENV !== "production" ? DateRangePicker.propTypes
176
176
  * The props used for each slot inside.
177
177
  * @default {}
178
178
  */
179
- componentsProps: PropTypes.object,
179
+ componentsProps: PropTypes.shape({
180
+ leftArrowButton: PropTypes.object,
181
+ rightArrowButton: PropTypes.object,
182
+ switchViewButton: PropTypes.object
183
+ }),
180
184
 
181
185
  /**
182
186
  * Default calendar month displayed when `value={null}`.
@@ -140,7 +140,11 @@ process.env.NODE_ENV !== "production" ? DateTimePicker.propTypes
140
140
  * The props used for each slot inside.
141
141
  * @default {}
142
142
  */
143
- componentsProps: PropTypes.object,
143
+ componentsProps: PropTypes.shape({
144
+ leftArrowButton: PropTypes.object,
145
+ rightArrowButton: PropTypes.object,
146
+ switchViewButton: PropTypes.object
147
+ }),
144
148
 
145
149
  /**
146
150
  * Date tab icon.
@@ -119,7 +119,11 @@ process.env.NODE_ENV !== "production" ? DesktopDatePicker.propTypes
119
119
  * The props used for each slot inside.
120
120
  * @default {}
121
121
  */
122
- componentsProps: PropTypes.object,
122
+ componentsProps: PropTypes.shape({
123
+ leftArrowButton: PropTypes.object,
124
+ rightArrowButton: PropTypes.object,
125
+ switchViewButton: PropTypes.object
126
+ }),
123
127
 
124
128
  /**
125
129
  * Default calendar month displayed when `value={null}`.
@@ -160,7 +160,11 @@ process.env.NODE_ENV !== "production" ? DesktopDateRangePicker.propTypes
160
160
  * The props used for each slot inside.
161
161
  * @default {}
162
162
  */
163
- componentsProps: PropTypes.object,
163
+ componentsProps: PropTypes.shape({
164
+ leftArrowButton: PropTypes.object,
165
+ rightArrowButton: PropTypes.object,
166
+ switchViewButton: PropTypes.object
167
+ }),
164
168
 
165
169
  /**
166
170
  * Default calendar month displayed when `value={null}`.
@@ -129,7 +129,11 @@ process.env.NODE_ENV !== "production" ? DesktopDateTimePicker.propTypes
129
129
  * The props used for each slot inside.
130
130
  * @default {}
131
131
  */
132
- componentsProps: PropTypes.object,
132
+ componentsProps: PropTypes.shape({
133
+ leftArrowButton: PropTypes.object,
134
+ rightArrowButton: PropTypes.object,
135
+ switchViewButton: PropTypes.object
136
+ }),
133
137
 
134
138
  /**
135
139
  * Date tab icon.
@@ -36,6 +36,8 @@ export type LoadingButtonTypeMap<
36
36
  loading?: boolean;
37
37
  /**
38
38
  * Element placed before the children if the button is in loading state.
39
+ * The node should contain an element with `role="progressbar"` with an accessible name.
40
+ * By default we render a `CircularProgress` that is labelled by the button itself.
39
41
  * @default <CircularProgress color="inherit" size={16} />
40
42
  */
41
43
  loadingIndicator?: React.ReactNode;