@mui/lab 5.0.0-alpha.90 → 5.0.0-alpha.93

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 (94) hide show
  1. package/AdapterDateFns/AdapterDateFns.d.ts +3 -3
  2. package/AdapterDateFns/index.d.ts +1 -1
  3. package/AdapterDayjs/AdapterDayjs.d.ts +3 -3
  4. package/AdapterDayjs/index.d.ts +1 -1
  5. package/AdapterLuxon/AdapterLuxon.d.ts +3 -3
  6. package/AdapterLuxon/index.d.ts +1 -1
  7. package/AdapterMoment/AdapterMoment.d.ts +3 -3
  8. package/AdapterMoment/index.d.ts +1 -1
  9. package/CHANGELOG.md +196 -6
  10. package/CalendarPicker/CalendarPicker.d.ts +14 -14
  11. package/CalendarPicker/index.d.ts +2 -2
  12. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +13 -13
  13. package/CalendarPickerSkeleton/index.d.ts +2 -2
  14. package/ClockPicker/ClockPicker.d.ts +14 -14
  15. package/ClockPicker/index.d.ts +2 -2
  16. package/DatePicker/DatePicker.d.ts +10 -10
  17. package/DatePicker/index.d.ts +2 -2
  18. package/DateRangePicker/DateRangePicker.d.ts +11 -11
  19. package/DateRangePicker/index.d.ts +2 -2
  20. package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
  21. package/DateRangePickerDay/index.d.ts +2 -2
  22. package/DateTimePicker/DateTimePicker.d.ts +10 -10
  23. package/DateTimePicker/index.d.ts +2 -2
  24. package/DesktopDatePicker/DesktopDatePicker.d.ts +10 -10
  25. package/DesktopDatePicker/index.d.ts +2 -2
  26. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
  27. package/DesktopDateRangePicker/index.d.ts +2 -2
  28. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +10 -10
  29. package/DesktopDateTimePicker/index.d.ts +2 -2
  30. package/DesktopTimePicker/DesktopTimePicker.d.ts +10 -10
  31. package/DesktopTimePicker/index.d.ts +2 -2
  32. package/LoadingButton/LoadingButton.js +7 -14
  33. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  34. package/LocalizationProvider/LocalizationProvider.d.ts +10 -10
  35. package/LocalizationProvider/index.d.ts +2 -2
  36. package/Masonry/masonryClasses.d.ts +8 -8
  37. package/MobileDatePicker/MobileDatePicker.d.ts +10 -10
  38. package/MobileDatePicker/index.d.ts +2 -2
  39. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  40. package/MobileDateRangePicker/index.d.ts +2 -2
  41. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -10
  42. package/MobileDateTimePicker/index.d.ts +2 -2
  43. package/MobileTimePicker/MobileTimePicker.d.ts +10 -10
  44. package/MobileTimePicker/index.d.ts +2 -2
  45. package/MonthPicker/MonthPicker.d.ts +13 -13
  46. package/MonthPicker/index.d.ts +2 -2
  47. package/PickersDay/PickersDay.d.ts +13 -13
  48. package/PickersDay/index.d.ts +2 -2
  49. package/StaticDatePicker/StaticDatePicker.d.ts +10 -10
  50. package/StaticDatePicker/index.d.ts +2 -2
  51. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  52. package/StaticDateRangePicker/index.d.ts +2 -2
  53. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -10
  54. package/StaticDateTimePicker/index.d.ts +2 -2
  55. package/StaticTimePicker/StaticTimePicker.d.ts +10 -10
  56. package/StaticTimePicker/index.d.ts +2 -2
  57. package/TabPanel/tabPanelClasses.d.ts +8 -8
  58. package/TimePicker/TimePicker.d.ts +10 -10
  59. package/TimePicker/index.d.ts +2 -2
  60. package/Timeline/Timeline.d.ts +59 -59
  61. package/Timeline/TimelineContext.d.ts +6 -6
  62. package/Timeline/index.d.ts +5 -5
  63. package/Timeline/timelineClasses.d.ts +3 -3
  64. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  65. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  66. package/TimelineDot/TimelineDot.d.ts +6 -1
  67. package/TimelineDot/TimelineDot.js +3 -1
  68. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  69. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  70. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  71. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  72. package/TreeItem/treeItemClasses.d.ts +24 -24
  73. package/TreeView/treeViewClasses.d.ts +8 -8
  74. package/YearPicker/YearPicker.d.ts +14 -14
  75. package/YearPicker/index.d.ts +2 -2
  76. package/index.js +1 -1
  77. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  78. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  79. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  80. package/internal/svg-icons/Calendar.d.ts +7 -7
  81. package/internal/svg-icons/Clock.d.ts +7 -7
  82. package/internal/svg-icons/DateRange.d.ts +7 -7
  83. package/internal/svg-icons/Pen.d.ts +7 -7
  84. package/internal/svg-icons/Time.d.ts +7 -7
  85. package/legacy/LoadingButton/LoadingButton.js +7 -14
  86. package/legacy/TimelineDot/TimelineDot.js +3 -1
  87. package/legacy/index.js +1 -1
  88. package/modern/LoadingButton/LoadingButton.js +7 -14
  89. package/modern/TimelineDot/TimelineDot.js +3 -1
  90. package/modern/index.js +1 -1
  91. package/node/LoadingButton/LoadingButton.js +7 -14
  92. package/node/TimelineDot/TimelineDot.js +3 -1
  93. package/node/index.js +1 -1
  94. package/package.json +4 -4
@@ -1,3 +1,3 @@
1
- export default class AdapterDateFns {
2
- constructor();
3
- }
1
+ export default class AdapterDateFns {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterDateFns';
1
+ export { default } from './AdapterDateFns';
@@ -1,3 +1,3 @@
1
- export default class AdapterDayjs {
2
- constructor();
3
- }
1
+ export default class AdapterDayjs {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterDayjs';
1
+ export { default } from './AdapterDayjs';
@@ -1,3 +1,3 @@
1
- export default class AdapterLuxon {
2
- constructor();
3
- }
1
+ export default class AdapterLuxon {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterLuxon';
1
+ export { default } from './AdapterLuxon';
@@ -1,3 +1,3 @@
1
- export default class AdapterMoment {
2
- constructor();
3
- }
1
+ export default class AdapterMoment {
2
+ constructor();
3
+ }
@@ -1 +1 @@
1
- export { default } from './AdapterMoment';
1
+ export { default } from './AdapterMoment';
package/CHANGELOG.md CHANGED
@@ -1,5 +1,187 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.3
4
+
5
+ <!-- generated comparing v5.9.2..master -->
6
+
7
+ _Aug 1, 2022_
8
+
9
+ A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 🖼️ @garronej worked on improving the support of Emotion packages in the System (#33205)
12
+ - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
13
+
14
+ ### `@mui/material@5.9.3`
15
+
16
+ - [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
17
+ - [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
18
+ - [Input] Add the readOnly state class (#33654) @michaldudak
19
+ - [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
20
+
21
+ ### `@mui/system@5.9.3`
22
+
23
+ - [system] Make @emotion/\* fully supported in the System (#33205) @garronej
24
+
25
+ ### `@mui/codemod@5.9.3`
26
+
27
+ - [codemod] Fix theme-spacing performance (#33691) @siriwatknp
28
+ - [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
29
+
30
+ ### `@mui/styled-engine-sc@5.9.3`
31
+
32
+ - [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
33
+
34
+ ### `@mui/joy@5.0.0-alpha.38`
35
+
36
+ - [Joy] Add Tabs components (#33664) @siriwatknp
37
+ - [Joy] Miscellaneous fixes (#33685) @siriwatknp
38
+ - [Joy] Update read.me content (#33643) @danilo-leal
39
+
40
+ ### Docs
41
+
42
+ - [blog] Add blog post about company retreat in Tenerife 🏝 (#33566) @samuelsycamore
43
+ - [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
44
+ - [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
45
+ - [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
46
+ - [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
47
+ - [docs] Update module reference for `usePagination` (#33675) @fullstackzach
48
+ - [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
49
+ - [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
50
+ - [website] Remove legacy redirect @oliviertassinari
51
+ - [website] Add new legal pages (#33650) @oliviertassinari
52
+ - [website] Clarify when a license in development is required (#33668) @oliviertassinari
53
+ - [website] Update links to rows pages (#33739) @cherniavskii
54
+ - [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
55
+
56
+ ### Core
57
+
58
+ - [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
59
+ - [core] Remove accidentally added files (#33636) @michaldudak
60
+ - [core] Update packages with security issues (#33679) @michaldudak
61
+ - [core] Add React 17 nightly build (#33594) @mnajdova
62
+ - [core] Update lerna to 5.2.0 (#33635) @michaldudak
63
+ - [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
64
+ - [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
65
+ - [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
66
+ - [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
67
+ - [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
68
+
69
+ All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
70
+
71
+ ## 5.9.2
72
+
73
+ <!-- generated comparing v5.9.1..master -->
74
+
75
+ _Jul 25, 2022_
76
+
77
+ A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
78
+
79
+ - 🧪 Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
80
+ - 🧪 Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
81
+ - Many other 🐛 bug fixes and 📚 documentation improvements
82
+
83
+ ### `@mui/material@5.9.2`
84
+
85
+ - &#8203;<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
86
+ - &#8203;<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
87
+ - &#8203;<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
88
+ - &#8203;<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
89
+ - &#8203;<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
90
+ - &#8203;<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
91
+ - &#8203;<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
92
+ - &#8203;<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
93
+ - &#8203;<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
94
+ - &#8203;<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
95
+
96
+ ### `@mui/base@5.0.0-alpha.91`
97
+
98
+ - &#8203;<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
99
+ - &#8203;<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
100
+
101
+ ### `@mui/joy@5.0.0-alpha.38`
102
+
103
+ - &#8203;<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
104
+ - &#8203;<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
105
+ - &#8203;<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
106
+
107
+ ### Docs
108
+
109
+ - &#8203;<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
110
+ - &#8203;<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
111
+ - &#8203;<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
112
+ - &#8203;<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
113
+ - &#8203;<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
114
+ - &#8203;<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
115
+ - &#8203;<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
116
+ - &#8203;<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
117
+ - &#8203;<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
118
+ - &#8203;<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
119
+ - &#8203;<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
120
+ - &#8203;<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
121
+ - &#8203;<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
122
+ - &#8203;<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
123
+ - &#8203;<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
124
+
125
+ ### Core
126
+
127
+ - &#8203;<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
128
+ - &#8203;<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
129
+ - &#8203;<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
130
+
131
+ All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
132
+
133
+ ## 5.9.1
134
+
135
+ <!-- generated comparing v5.9.0..master -->
136
+
137
+ _Jul 18, 2022_
138
+
139
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about 🐛 bug fixes and 📚 documentation improvements
140
+
141
+ ### `@mui/material@5.9.1`
142
+
143
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
144
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
145
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
146
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
147
+
148
+ ### `@mui/system@5.9.1`
149
+
150
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
151
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
152
+
153
+ ### `@mui/base@5.0.0-alpha.90`
154
+
155
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
156
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
157
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
158
+
159
+ ### `@mui/lab@5.0.0-alpha.91`
160
+
161
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
162
+
163
+ ### Docs
164
+
165
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
166
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
167
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
168
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
169
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
170
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
171
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
172
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
173
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
174
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
175
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
176
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
177
+
178
+ ### Core
179
+
180
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
181
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
182
+
183
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
184
+
3
185
  ## 5.9.0
4
186
 
5
187
  <!-- generated comparing v5.8.7..master -->
@@ -11,6 +193,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
11
193
  - 🧪 Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
12
194
  - 📖 Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
13
195
  - 🐛 Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
196
+ - ⚠️ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
14
197
  - many other 🐛 bug fixes and 📚 documentation improvements
15
198
  - our documentation site is now running with React 18! (#33196) @mnajdova
16
199
 
@@ -32,12 +215,19 @@ A big thanks to the 19 contributors who made this release possible. Here are som
32
215
 
33
216
  ### `@mui/lab@5.0.0-alpha.90`
34
217
 
218
+ **⚠️ Breaking changes**
219
+
35
220
  - [lab] Remove the pickers (#33386) @flaviendelangle
36
- - [Masonry] Support `rem`/`em` values for `spacing` prop (#33384) @hbjORbj
221
+
222
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
223
+
224
+ **Changes**
225
+
226
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
37
227
 
38
228
  ### `@mui/base@5.0.0-alpha.89`
39
229
 
40
- - Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
230
+ - [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
41
231
  - [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
42
232
  - [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
43
233
  - [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
@@ -2004,7 +2194,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
2004
2194
  - &#8203;<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
2005
2195
  - &#8203;<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
2006
2196
  - &#8203;<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
2007
- - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in StackOverflow (#30101) @danilo-leal
2197
+ - &#8203;<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
2008
2198
  - &#8203;<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
2009
2199
  - &#8203;<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
2010
2200
  - &#8203;<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
@@ -2085,7 +2275,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2085
2275
  - &#8203;<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
2086
2276
  - &#8203;<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
2087
2277
  - &#8203;<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
2088
- - &#8203;<!-- 18 -->[docs] Improve wording in StackOverflow section of support page (#29956) @ronwarner
2278
+ - &#8203;<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
2089
2279
  - &#8203;<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
2090
2280
  - &#8203;<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
2091
2281
  - &#8203;<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
@@ -2098,7 +2288,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
2098
2288
  ### Core
2099
2289
 
2100
2290
  - &#8203;<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
2101
- - &#8203;<!-- 28 -->[core] Transition to a new StackOverflow tag (#29967) @oliviertassinari
2291
+ - &#8203;<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
2102
2292
 
2103
2293
  All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
2104
2294
 
@@ -5784,7 +5974,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
5784
5974
  #### Breaking changes
5785
5975
 
5786
5976
  - &#8203;<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
5787
- The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this StackOverflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5977
+ The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
5788
5978
 
5789
5979
  ```diff
5790
5980
  -import { Omit } from '@material-ui/types';
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const CalendarPicker: CalendarPickerComponent;
9
- export default CalendarPicker;
10
- export declare const calendarPickerClasses: {};
11
- export declare type CalendarPickerClassKey = any;
12
- export declare type CalendarPickerClasses = any;
13
- export declare type CalendarPickerProps<TDate> = Record<any, any>;
14
- export declare type CalendarPickerView = 'year' | 'day' | 'month';
1
+ import * as React from 'react';
2
+ declare type CalendarPickerComponent = (<TDate>(props: CalendarPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const CalendarPicker: CalendarPickerComponent;
9
+ export default CalendarPicker;
10
+ export declare const calendarPickerClasses: {};
11
+ export declare type CalendarPickerClassKey = any;
12
+ export declare type CalendarPickerClasses = any;
13
+ export declare type CalendarPickerProps<TDate> = Record<any, any>;
14
+ export declare type CalendarPickerView = 'year' | 'day' | 'month';
@@ -1,2 +1,2 @@
1
- export { default } from './CalendarPicker';
2
- export * from './CalendarPicker';
1
+ export { default } from './CalendarPicker';
2
+ export * from './CalendarPicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
9
- export default CalendarPickerSkeleton;
10
- export declare const calendarPickerSkeletonClasses: {};
11
- export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
12
- export declare type CalendarPickerSkeletonProps = Record<any, any>;
13
- export declare type CalendarPickerSkeletonClassKey = any;
1
+ import * as React from 'react';
2
+ declare type CalendarPickerSkeletonComponent = ((props: CalendarPickerSkeletonProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const CalendarPickerSkeleton: CalendarPickerSkeletonComponent;
9
+ export default CalendarPickerSkeleton;
10
+ export declare const calendarPickerSkeletonClasses: {};
11
+ export declare const getCalendarPickerSkeletonUtilityClass: (slot: string) => string;
12
+ export declare type CalendarPickerSkeletonProps = Record<any, any>;
13
+ export declare type CalendarPickerSkeletonClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './CalendarPickerSkeleton';
2
- export * from './CalendarPickerSkeleton';
1
+ export { default } from './CalendarPickerSkeleton';
2
+ export * from './CalendarPickerSkeleton';
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const ClockPicker: ClockPickerComponent;
9
- export default ClockPicker;
10
- export declare const clockPickerClasses: {};
11
- export declare type ClockPickerProps<TDate> = Record<any, any>;
12
- export declare type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
- export declare type ClockPickerClasses = any;
14
- export declare type ClockPickerClassKey = any;
1
+ import * as React from 'react';
2
+ declare type ClockPickerComponent = (<TDate>(props: ClockPickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const ClockPicker: ClockPickerComponent;
9
+ export default ClockPicker;
10
+ export declare const clockPickerClasses: {};
11
+ export declare type ClockPickerProps<TDate> = Record<any, any>;
12
+ export declare type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
+ export declare type ClockPickerClasses = any;
14
+ export declare type ClockPickerClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './ClockPicker';
2
- export * from './ClockPicker';
1
+ export { default } from './ClockPicker';
2
+ export * from './ClockPicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DatePicker: DatePickerComponent;
9
- export default DatePicker;
10
- export declare type DatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DatePickerComponent = (<TDate>(props: DatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DatePicker: DatePickerComponent;
9
+ export default DatePicker;
10
+ export declare type DatePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DatePicker';
2
- export * from './DatePicker';
1
+ export { default } from './DatePicker';
2
+ export * from './DatePicker';
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePicker: DateRangePickerComponent;
9
- export default DateRangePicker;
10
- export declare type DateRangePickerProps = Record<any, any>;
11
- export declare type DateRange<TDate> = [TDate | null, TDate | null];
1
+ import * as React from 'react';
2
+ declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePicker: DateRangePickerComponent;
9
+ export default DateRangePicker;
10
+ export declare type DateRangePickerProps = Record<any, any>;
11
+ export declare type DateRange<TDate> = [TDate | null, TDate | null];
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePicker';
2
- export * from './DateRangePicker';
1
+ export { default } from './DateRangePicker';
2
+ export * from './DateRangePicker';
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateRangePickerDay: DateRangePickerDayComponent;
9
- export default DateRangePickerDay;
10
- export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
- export declare type DateRangePickerDayProps = Record<any, any>;
12
- export declare type DateRangePickerDayClasses = any;
13
- export declare type DateRangePickerDayClassKey = any;
1
+ import * as React from 'react';
2
+ declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateRangePickerDay: DateRangePickerDayComponent;
9
+ export default DateRangePickerDay;
10
+ export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
11
+ export declare type DateRangePickerDayProps = Record<any, any>;
12
+ export declare type DateRangePickerDayClasses = any;
13
+ export declare type DateRangePickerDayClassKey = any;
@@ -1,2 +1,2 @@
1
- export { default } from './DateRangePickerDay';
2
- export * from './DateRangePickerDay';
1
+ export { default } from './DateRangePickerDay';
2
+ export * from './DateRangePickerDay';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DateTimePicker: DateTimePickerComponent;
9
- export default DateTimePicker;
10
- export declare type DateTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DateTimePickerComponent = (<TDate>(props: DateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DateTimePicker: DateTimePickerComponent;
9
+ export default DateTimePicker;
10
+ export declare type DateTimePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DateTimePicker';
2
- export * from './DateTimePicker';
1
+ export { default } from './DateTimePicker';
2
+ export * from './DateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDatePicker: DesktopDatePickerComponent;
9
- export default DesktopDatePicker;
10
- export declare type DesktopDatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopDatePickerComponent = (<TDate>(props: DesktopDatePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDatePicker: DesktopDatePickerComponent;
9
+ export default DesktopDatePicker;
10
+ export declare type DesktopDatePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDatePicker';
2
- export * from './DesktopDatePicker';
1
+ export { default } from './DesktopDatePicker';
2
+ export * from './DesktopDatePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
- export default DesktopDateRangePicker;
10
- export declare type DesktopDateRangePickerProps = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateRangePicker: DesktopDateRangePickerComponent;
9
+ export default DesktopDateRangePicker;
10
+ export declare type DesktopDateRangePickerProps = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateRangePicker';
2
- export * from './DesktopDateRangePicker';
1
+ export { default } from './DesktopDateRangePicker';
2
+ export * from './DesktopDateRangePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
9
- export default DesktopDateTimePicker;
10
- export declare type DesktopDateTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopDateTimePickerComponent = (<TDate>(props: DesktopDateTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopDateTimePicker: DesktopDateTimePickerComponent;
9
+ export default DesktopDateTimePicker;
10
+ export declare type DesktopDateTimePickerProps<TDate> = Record<any, any>;
@@ -1,2 +1,2 @@
1
- export { default } from './DesktopDateTimePicker';
2
- export * from './DesktopDateTimePicker';
1
+ export { default } from './DesktopDateTimePicker';
2
+ export * from './DesktopDateTimePicker';
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
- propTypes?: any;
4
- };
5
- /**
6
- * @ignore - do not document.
7
- */
8
- declare const DesktopTimePicker: DesktopTimePickerComponent;
9
- export default DesktopTimePicker;
10
- export declare type DesktopTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ declare type DesktopTimePickerComponent = (<TDate>(props: DesktopTimePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
3
+ propTypes?: any;
4
+ };
5
+ /**
6
+ * @ignore - do not document.
7
+ */
8
+ declare const DesktopTimePicker: DesktopTimePickerComponent;
9
+ export default DesktopTimePicker;
10
+ export declare type DesktopTimePickerProps<TDate> = Record<any, any>;