@mui/lab 5.0.0-alpha.76 → 5.0.0-alpha.79
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/AdapterDateFns/index.d.ts +1 -1
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterMoment/index.d.ts +1 -1
- package/CHANGELOG.md +195 -32
- package/CalendarPicker/index.d.ts +2 -2
- package/CalendarPickerSkeleton/index.d.ts +2 -2
- package/ClockPicker/index.d.ts +2 -2
- package/DatePicker/index.d.ts +2 -2
- package/DateRangePicker/DateRangePicker.d.ts +11 -11
- package/DateRangePicker/DateRangePicker.js +1 -1
- package/DateRangePicker/index.d.ts +2 -2
- package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -13
- package/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/DateRangePickerDay/index.d.ts +2 -2
- package/DateTimePicker/index.d.ts +2 -2
- package/DesktopDatePicker/index.d.ts +2 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -10
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -1
- package/DesktopDateRangePicker/index.d.ts +2 -2
- package/DesktopDateTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/index.d.ts +2 -2
- package/LoadingButton/LoadingButton.d.ts +3 -3
- package/LoadingButton/loadingButtonClasses.d.ts +22 -22
- package/LocalizationProvider/index.d.ts +2 -2
- package/Masonry/Masonry.d.ts +2 -2
- package/Masonry/masonryClasses.d.ts +8 -8
- package/MobileDatePicker/index.d.ts +2 -2
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
- package/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/MobileDateRangePicker/index.d.ts +2 -2
- package/MobileDateTimePicker/index.d.ts +2 -2
- package/MobileTimePicker/index.d.ts +2 -2
- package/MonthPicker/index.d.ts +2 -2
- package/PickersDay/index.d.ts +2 -2
- package/StaticDatePicker/index.d.ts +2 -2
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
- package/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/StaticDateRangePicker/index.d.ts +2 -2
- package/StaticDateTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/index.d.ts +2 -2
- package/TabContext/TabContext.d.ts +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabPanel/TabPanel.d.ts +2 -2
- package/TabPanel/tabPanelClasses.d.ts +8 -8
- package/TimePicker/index.d.ts +2 -2
- package/Timeline/Timeline.d.ts +59 -59
- package/Timeline/Timeline.js +2 -2
- package/Timeline/TimelineContext.d.ts +6 -6
- package/Timeline/index.d.ts +5 -5
- package/Timeline/timelineClasses.d.ts +3 -3
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineContent/timelineContentClasses.d.ts +14 -14
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineDot/timelineDotClasses.d.ts +24 -24
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineItem/timelineItemClasses.d.ts +16 -16
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
- package/TreeItem/TreeItem.d.ts +3 -3
- package/TreeItem/TreeItem.js +1 -1
- package/TreeItem/treeItemClasses.d.ts +24 -24
- package/TreeView/TreeView.d.ts +2 -2
- package/TreeView/treeViewClasses.d.ts +8 -8
- package/YearPicker/index.d.ts +2 -2
- package/index.js +1 -1
- package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
- package/internal/svg-icons/ArrowLeft.d.ts +7 -7
- package/internal/svg-icons/ArrowRight.d.ts +7 -7
- package/internal/svg-icons/Calendar.d.ts +7 -7
- package/internal/svg-icons/Clock.d.ts +7 -7
- package/internal/svg-icons/DateRange.d.ts +7 -7
- package/internal/svg-icons/Pen.d.ts +7 -7
- package/internal/svg-icons/Time.d.ts +7 -7
- package/legacy/DateRangePicker/DateRangePicker.js +1 -1
- package/legacy/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -1
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/legacy/Timeline/Timeline.js +2 -2
- package/legacy/TreeItem/TreeItem.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/DateRangePicker/DateRangePicker.js +1 -1
- package/modern/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -1
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/modern/Timeline/Timeline.js +2 -2
- package/modern/TreeItem/TreeItem.js +1 -1
- package/modern/index.js +1 -1
- package/node/DateRangePicker/DateRangePicker.js +1 -1
- package/node/DateRangePickerDay/DateRangePickerDay.js +1 -1
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +1 -1
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +1 -1
- package/node/Timeline/Timeline.js +2 -2
- package/node/TreeItem/TreeItem.js +1 -1
- package/node/index.js +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
|
1
|
+
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
|
1
|
+
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
|
1
|
+
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
|
1
|
+
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,168 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.6.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.2..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 25, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🛠 Fixed TypeScript issue when the `fill` CSS property is used in the system (#32355) @valerii15298
|
|
12
|
+
- And more 🐛 bug fixes and 📚 improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.6.3`
|
|
15
|
+
|
|
16
|
+
- [BottomNavigation] Action icon `padding` fix (#32030) @abhinav-22-tech
|
|
17
|
+
- [Dialog] Fix `component` prop is not available in `DialogTitleProps` (#32389) @hbjORbj
|
|
18
|
+
- [StepContent] Fix TypeScript type of `TransitionComponent` prop (#32314) @ZeeshanTamboli
|
|
19
|
+
|
|
20
|
+
### `@mui/system@5.6.3`
|
|
21
|
+
|
|
22
|
+
- [system] Fix prop types when the `fill` CSS property is used (#32355) @valerii15298
|
|
23
|
+
- [system] Fix broken behavior when theme value is `zero` (#32365) @ZeeshanTamboli
|
|
24
|
+
|
|
25
|
+
### `@mui/base@5.0.0-alpha.78`
|
|
26
|
+
|
|
27
|
+
- [InputUnstyled] `multiline` property should not log DOM warnings for `maxRows` and `minRows` props (#32401) @ZeeshanTamboli
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-alpha.25`
|
|
30
|
+
|
|
31
|
+
- [Joy] Improve theme focus to be more flexible (#32405) @siriwatknp
|
|
32
|
+
- [Joy] Add `Radio`, `RadioGroup` components (#32279) @siriwatknp
|
|
33
|
+
- [Joy] Add `Chip` component (#31983) @hbjORbj
|
|
34
|
+
- [Joy] Improve controls (#32267) @siriwatknp
|
|
35
|
+
- [Joy] Set up docs (#32370) @siriwatknp
|
|
36
|
+
|
|
37
|
+
### Docs
|
|
38
|
+
|
|
39
|
+
- [docs] Enable row reordering on the pricing page (#31875) @DanailH
|
|
40
|
+
- [blog] A few improvements on date picker change (#32325) @oliviertassinari
|
|
41
|
+
- [docs] Emphasize how to avoid failing tests when migrating from v4 to v5 (#32159) @dwjohnston
|
|
42
|
+
- [docs] Revise the related projects page (#32180) @danilo-leal
|
|
43
|
+
- [docs] Cleanup remaining @mui/styles usages (#32313) @mnajdova
|
|
44
|
+
- [docs] Fix sidenav mobile color (#32324) @oliviertassinari
|
|
45
|
+
- [docs] Base TrapFocus style revisions and final review (#32364) @samuelsycamore
|
|
46
|
+
- [docs] Update the README.md to better cover the different products (#32360) @samuelsycamore
|
|
47
|
+
- [docs] Improve the propTypes generation and API demos' links (#32295) @mnajdova
|
|
48
|
+
- [docs] Add ability to display a plan icon next to a page link in nav bar (#32393) @flaviendelangle
|
|
49
|
+
- [docs] Change label on `FormControlLabelPlacement` (#32322) @ainatenhi
|
|
50
|
+
- [website] Update Diamond sponsors list (#32433) @oliviertassinari
|
|
51
|
+
- [website] Add privacy policy link to website's footer (#32080) @danilo-leal
|
|
52
|
+
- [website] Remove the designer role (#32384) @danilo-leal
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- [core] `yarn prettier` write @oliviertassinari
|
|
57
|
+
- [core] Fix changelog warning message (#32240) @praveen001
|
|
58
|
+
- [core] Update the proptypes scripts to support components in @mui/system (#32456) @mnajdova
|
|
59
|
+
|
|
60
|
+
All contributors of this release in alphabetical order: @abhinav-22-tech, @ainatenhi, @DanailH, @danilo-leal, @dwjohnston, @flaviendelangle, @hbjORbj, @mnajdova, @oliviertassinari, @praveen001, @samuelsycamore, @siriwatknp, @valerii15298, @ZeeshanTamboli
|
|
61
|
+
|
|
62
|
+
## 5.6.2
|
|
63
|
+
|
|
64
|
+
<!-- generated comparing v5.6.1..master -->
|
|
65
|
+
|
|
66
|
+
_Apr 18, 2022_
|
|
67
|
+
|
|
68
|
+
A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
69
|
+
|
|
70
|
+
### `@mui/material@5.6.2`
|
|
71
|
+
|
|
72
|
+
- ​<!-- 29 -->[Autocomplete] Explain how to use getOptionLabel in free solo mode and update getOptionLabel type (#32165) @michaldudak
|
|
73
|
+
- ​<!-- 28 -->[Badge] Fix customization of classes (#32185) @michaldudak
|
|
74
|
+
- ​<!-- 03 -->[TextField] Add a workaround for Safari CSS transition scale bug (#32188) @igordanchenko
|
|
75
|
+
|
|
76
|
+
### `@mui/system@5.6.2`
|
|
77
|
+
|
|
78
|
+
- ​<!-- 05 -->[system] Update style function to use vars automatically if available (#32244) @mnajdova
|
|
79
|
+
|
|
80
|
+
### `@mui/base@5.0.0-alpha.77`
|
|
81
|
+
|
|
82
|
+
- ​<!-- 08 -->[FormControlUnstyled] Revise API (#32134) @michaldudak
|
|
83
|
+
|
|
84
|
+
### `@mui/joy@5.0.0-alpha.24`
|
|
85
|
+
|
|
86
|
+
- ​<!-- 07 -->[Joy] Add `Badge` component (#31401) @hbjORbj
|
|
87
|
+
- ​<!-- 06 -->[Joy] Fix misuse variable in `Input` (#32268) @siriwatknp
|
|
88
|
+
|
|
89
|
+
### Docs
|
|
90
|
+
|
|
91
|
+
- ​<!-- 27 -->[blog] Fix images for the docs separation post (#32257) @danilo-leal
|
|
92
|
+
- ​<!-- 25 -->[docs] Base Form Control style revisions and final review (#32309) @samuelsycamore
|
|
93
|
+
- ​<!-- 24 -->[docs] Base TablePagination style revisions and final review (#32178) @samuelsycamore
|
|
94
|
+
- ​<!-- 23 -->[docs] Revise the dark mode article (#32179) @danilo-leal
|
|
95
|
+
- ​<!-- 22 -->[docs] Add `aria-label` for `IconButton` (#32276) @SiarheiBobryk
|
|
96
|
+
- ​<!-- 21 -->[docs] Fix `borderRadius` in the docs example (#32347) @ZeeshanTamboli
|
|
97
|
+
- ​<!-- 20 -->[docs] Fix 404 link in the code (#32323) @oliviertassinari
|
|
98
|
+
- ​<!-- 19 -->[docs] Sync h1 with side nav label (#32235) @oliviertassinari
|
|
99
|
+
- ​<!-- 18 -->[docs] Fix SEO issues (#32282) @oliviertassinari
|
|
100
|
+
- ​<!-- 17 -->[docs] Fix broken link in the test contributing guide (#32283) @sirartemis
|
|
101
|
+
- ​<!-- 16 -->[docs] Update "How to customize" page anchor links #32315 @abaker93
|
|
102
|
+
- ​<!-- 15 -->[docs] Mark `onBackdropClick` prop as deprecated in `Dialog`, `Modal` and `ModalUnstyled` components (#32297) @ZeeshanTamboli
|
|
103
|
+
- ​<!-- 14 -->[docs] Link to advanced components page (#32290) @siriwatknp
|
|
104
|
+
- ​<!-- 13 -->[docs] Sync package description with the docs (#32211) @oliviertassinari
|
|
105
|
+
- ​<!-- 12 -->[docs] Revise "Component theming" and "How to customize" guides (#31997) @danilo-leal
|
|
106
|
+
- ​<!-- 11 -->[docs] Add note in the Contributing guide about linking issues to a PR (#32174) @danilo-leal
|
|
107
|
+
- ​<!-- 10 -->[docs] Update RTL guide (#32242) @michaldudak
|
|
108
|
+
- ​<!-- 09 -->[docs] Uniformize capitalization (#32238) @oliviertassinari
|
|
109
|
+
- ​<!-- 02 -->[website] Improve new role template @oliviertassinari
|
|
110
|
+
- ​<!-- 01 -->[website] Remove a gold sponsor (#32261) @hbjORbj
|
|
111
|
+
- ​<!-- 24 -->[website] Mark DataGrid Column spanning done on Pricing page (#32305) @cherniavskii
|
|
112
|
+
|
|
113
|
+
### Core
|
|
114
|
+
|
|
115
|
+
- ​<!-- 31 -->[core] Remove unecessary div (#32237) @oliviertassinari
|
|
116
|
+
- ​<!-- 30 -->[core] Revert #32229 (#32262) @michaldudak
|
|
117
|
+
- ​<!-- 04 -->[test] Fix running unit tests on Windows (#32260) @michaldudak
|
|
118
|
+
|
|
119
|
+
All contributors of this release in alphabetical order: @abaker93, @cherniavskii, @danilo-leal, @hbjORbj, @igordanchenko, @michaldudak, @mnajdova, @oliviertassinari, @samuelsycamore, @SiarheiBobryk, @sirartemis, @siriwatknp, @ZeeshanTamboli
|
|
120
|
+
|
|
121
|
+
## 5.6.1
|
|
122
|
+
|
|
123
|
+
<!-- generated comparing v5.6.0..master -->
|
|
124
|
+
|
|
125
|
+
_Apr 11, 2022_
|
|
126
|
+
|
|
127
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
128
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
129
|
+
|
|
130
|
+
### `@mui/material@5.6.1`
|
|
131
|
+
|
|
132
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
133
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
134
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
135
|
+
|
|
136
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
137
|
+
|
|
138
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
139
|
+
|
|
140
|
+
### Docs
|
|
141
|
+
|
|
142
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
143
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
144
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
145
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
146
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
147
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
148
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
149
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
150
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
151
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
152
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
153
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
154
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
155
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
156
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
157
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
158
|
+
|
|
159
|
+
### Core
|
|
160
|
+
|
|
161
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
162
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
163
|
+
|
|
164
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
165
|
+
|
|
3
166
|
## 5.6.0
|
|
4
167
|
|
|
5
168
|
<!-- generated comparing v5.5.3..master -->
|
|
@@ -949,7 +1112,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
949
1112
|
|
|
950
1113
|
### Core
|
|
951
1114
|
|
|
952
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
1115
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
953
1116
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
954
1117
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
955
1118
|
|
|
@@ -1948,7 +2111,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1948
2111
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1949
2112
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1950
2113
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1951
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
2114
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1952
2115
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1953
2116
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1954
2117
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1969,7 +2132,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1969
2132
|
|
|
1970
2133
|
### Core
|
|
1971
2134
|
|
|
1972
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2135
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1973
2136
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1974
2137
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1975
2138
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -2030,7 +2193,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
2030
2193
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
2031
2194
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
2032
2195
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
2033
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2196
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
2034
2197
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
2035
2198
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
2036
2199
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -2072,7 +2235,7 @@ _Sep 1, 2021_
|
|
|
2072
2235
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2073
2236
|
|
|
2074
2237
|
- 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
2075
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
2238
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
|
|
2076
2239
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
2077
2240
|
|
|
2078
2241
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2518,7 +2681,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2518
2681
|
### Docs
|
|
2519
2682
|
|
|
2520
2683
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2521
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2684
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2522
2685
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2523
2686
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2524
2687
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2570,7 +2733,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2570
2733
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2571
2734
|
|
|
2572
2735
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2573
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
2736
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2574
2737
|
|
|
2575
2738
|
<a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
|
|
2576
2739
|
|
|
@@ -2661,7 +2824,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2661
2824
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2662
2825
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2663
2826
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2664
|
-
- [blog] Danilo Leal joins Material
|
|
2827
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2665
2828
|
|
|
2666
2829
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2667
2830
|
|
|
@@ -3098,7 +3261,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
3098
3261
|
|
|
3099
3262
|
### Docs
|
|
3100
3263
|
|
|
3101
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
3264
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
3102
3265
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
3103
3266
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
3104
3267
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -3385,7 +3548,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
3385
3548
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
3386
3549
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
3387
3550
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
3388
|
-
- [website] Add Material
|
|
3551
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
3389
3552
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
3390
3553
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
3391
3554
|
|
|
@@ -3477,7 +3640,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3477
3640
|
/>
|
|
3478
3641
|
```
|
|
3479
3642
|
|
|
3480
|
-
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3643
|
+
> Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3481
3644
|
|
|
3482
3645
|
#### Changes
|
|
3483
3646
|
|
|
@@ -3530,7 +3693,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3530
3693
|
- ​<!-- 28 -->[docs] Fix broken overrides link on API pages (#26244) @mnajdova
|
|
3531
3694
|
- ​<!-- 27 -->[docs] Improve documentation for Buttons (#26184) @arpitBhalla
|
|
3532
3695
|
- ​<!-- 24 -->[docs] Emphasize on props for screen readers (#26222) @atisheyJain03
|
|
3533
|
-
- ​<!-- 23 -->[docs] Link third-party routing in Bottom
|
|
3696
|
+
- ​<!-- 23 -->[docs] Link third-party routing in Bottom navigation (#26190) @arpitBhalla
|
|
3534
3697
|
- ​<!-- 22 -->[docs] Migrate Select, Progress demos to emotion (#26178) @mnajdova
|
|
3535
3698
|
- ​<!-- 20 -->[docs] Add accessibility section to Badges (#26009) @likitarai1
|
|
3536
3699
|
- ​<!-- 15 -->[docs] Migrate Popper, Drawer demos to emotion (#26183) @mnajdova
|
|
@@ -3640,7 +3803,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3640
3803
|
|
|
3641
3804
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3642
3805
|
|
|
3643
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
3806
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
3644
3807
|
|
|
3645
3808
|
```diff
|
|
3646
3809
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -4256,7 +4419,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4256
4419
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
4257
4420
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
4258
4421
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
4259
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4422
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
4260
4423
|
|
|
4261
4424
|
### Core
|
|
4262
4425
|
|
|
@@ -4542,7 +4705,7 @@ The prop didn't solve any important problem better than any of its alternatives
|
|
|
4542
4705
|
|
|
4543
4706
|
### Docs
|
|
4544
4707
|
|
|
4545
|
-
- ​<!-- 22 -->[docs] Migrate Bottom
|
|
4708
|
+
- ​<!-- 22 -->[docs] Migrate Bottom navigation demos to emotion (#25180) @vicasas
|
|
4546
4709
|
- ​<!-- 09 -->[docs] Migrate Button demos to emotion (#25138) @vicasas
|
|
4547
4710
|
- ​<!-- 17 -->[docs] Migrate Divider demos to emotion (#25145) @vicasas
|
|
4548
4711
|
- ​<!-- 24 -->[docs] Migrate Pagination demos to emotion (#25183) @vicasas
|
|
@@ -4777,7 +4940,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4777
4940
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4778
4941
|
|
|
4779
4942
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4780
|
-
We will not change the minimum supported version in a major version of Material
|
|
4943
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4781
4944
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
4782
4945
|
|
|
4783
4946
|
#### Changes
|
|
@@ -5505,8 +5668,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5505
5668
|
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
|
|
5506
5669
|
|
|
5507
5670
|
```diff
|
|
5508
|
-
-<Box p={2}
|
|
5509
|
-
+<Box sx={{ p: 2,
|
|
5671
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5672
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5510
5673
|
```
|
|
5511
5674
|
|
|
5512
5675
|
#### Changes
|
|
@@ -5617,7 +5780,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5617
5780
|
);
|
|
5618
5781
|
```
|
|
5619
5782
|
|
|
5620
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
5783
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5621
5784
|
|
|
5622
5785
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5623
5786
|
|
|
@@ -5829,7 +5992,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5829
5992
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5830
5993
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5831
5994
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5832
|
-
- [docs] Prepare Material
|
|
5995
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5833
5996
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5834
5997
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5835
5998
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5857,19 +6020,19 @@ _Nov 4, 2020_
|
|
|
5857
6020
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
5858
6021
|
|
|
5859
6022
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
5860
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
6023
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
5861
6024
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5862
6025
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
5863
6026
|
|
|
5864
6027
|
**Why an unstyled package?**
|
|
5865
6028
|
|
|
5866
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
6029
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
5867
6030
|
|
|
5868
6031
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
5869
6032
|
|
|
5870
6033
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
5871
6034
|
|
|
5872
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
6035
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
5873
6036
|
|
|
5874
6037
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
5875
6038
|
|
|
@@ -5933,8 +6096,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5933
6096
|
### Docs
|
|
5934
6097
|
|
|
5935
6098
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
5936
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5937
|
-
- [docs] Add Material
|
|
6099
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
6100
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5938
6101
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5939
6102
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5940
6103
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5970,7 +6133,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5970
6133
|
Here are some highlights ✨:
|
|
5971
6134
|
|
|
5972
6135
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5973
|
-
We have resumed the work on Material
|
|
6136
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5974
6137
|
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
|
|
5975
6138
|
|
|
5976
6139
|
The system is meant to solve the following problems:
|
|
@@ -6143,7 +6306,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
6143
6306
|
Here are some highlights ✨:
|
|
6144
6307
|
|
|
6145
6308
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
6146
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6309
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
6147
6310
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
6148
6311
|
|
|
6149
6312
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -6154,7 +6317,7 @@ Here are some highlights ✨:
|
|
|
6154
6317
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
6155
6318
|
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
|
|
6156
6319
|
|
|
6157
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
6320
|
+
Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
|
|
6158
6321
|
|
|
6159
6322
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
6160
6323
|
|
|
@@ -6510,7 +6673,7 @@ Here are some highlights ✨:
|
|
|
6510
6673
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6511
6674
|
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
|
|
6512
6675
|
|
|
6513
|
-
- ⚡️ A first alpha of the [DataGrid](https://mui.com/
|
|
6676
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6514
6677
|
|
|
6515
6678
|
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
|
|
6516
6679
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6798,7 +6961,7 @@ Here are some highlights ✨:
|
|
|
6798
6961
|
|
|
6799
6962
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6800
6963
|
|
|
6801
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
6964
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6802
6965
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6803
6966
|
|
|
6804
6967
|
#### Changes
|
|
@@ -7216,7 +7379,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
7216
7379
|
Here are some highlights ✨:
|
|
7217
7380
|
|
|
7218
7381
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
7219
|
-
This API allows developers to add new variants on the Material
|
|
7382
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
7220
7383
|
For instance with the Button:
|
|
7221
7384
|
|
|
7222
7385
|
```tsx
|
|
@@ -7245,7 +7408,7 @@ Here are some highlights ✨:
|
|
|
7245
7408
|
<Button variant="dashed" />;
|
|
7246
7409
|
```
|
|
7247
7410
|
|
|
7248
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7411
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7249
7412
|
|
|
7250
7413
|
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
7251
7414
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
-
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
1
|
+
export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
+
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
|
-
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
1
|
+
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
|
+
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
-
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
|
1
|
+
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
+
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
package/DatePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
2
|
-
export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
|
1
|
+
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
2
|
+
export type { DatePickerProps } from '@mui/x-date-pickers/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];
|
|
@@ -5,7 +5,7 @@ let warnedOnce = false;
|
|
|
5
5
|
|
|
6
6
|
const warn = () => {
|
|
7
7
|
if (!warnedOnce) {
|
|
8
|
-
console.warn(['MUI: The DateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DateRangePicker } from '@mui/x-date-pickers-pro'`", "or `import { DateRangePicker } from '@mui/x-date-pickers-pro/DateRangePicker'`", '', 'More information about this migration on our
|
|
8
|
+
console.warn(['MUI: The DateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DateRangePicker } from '@mui/x-date-pickers-pro'`", "or `import { DateRangePicker } from '@mui/x-date-pickers-pro/DateRangePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
|
|
9
9
|
warnedOnce = true;
|
|
10
10
|
}
|
|
11
11
|
};
|
|
@@ -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;
|
|
@@ -4,7 +4,7 @@ let warnedOnce = false;
|
|
|
4
4
|
|
|
5
5
|
const warn = () => {
|
|
6
6
|
if (!warnedOnce) {
|
|
7
|
-
console.warn(['MUI: The DateRangePickerDay component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DateRangePickerDay } from '@mui/x-date-pickers-pro'`", "or `import { DateRangePickerDay } from '@mui/x-date-pickers-pro/DateRangePickerDay'`", '', 'More information about this migration on our
|
|
7
|
+
console.warn(['MUI: The DateRangePickerDay component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DateRangePickerDay } from '@mui/x-date-pickers-pro'`", "or `import { DateRangePickerDay } from '@mui/x-date-pickers-pro/DateRangePickerDay'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
|
|
8
8
|
warnedOnce = true;
|
|
9
9
|
}
|
|
10
10
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DateRangePickerDay';
|
|
2
|
-
export * from './DateRangePickerDay';
|
|
1
|
+
export { default } from './DateRangePickerDay';
|
|
2
|
+
export * from './DateRangePickerDay';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
|
|
2
|
-
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
1
|
+
export { DateTimePicker as default } from '@mui/x-date-pickers/DateTimePicker';
|
|
2
|
+
export type { DateTimePickerProps } from '@mui/x-date-pickers/DateTimePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
2
|
-
export type { DesktopDatePickerProps } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
1
|
+
export { DesktopDatePicker as default } from '@mui/x-date-pickers/DesktopDatePicker';
|
|
2
|
+
export type { DesktopDatePickerProps } from '@mui/x-date-pickers/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>;
|
|
@@ -5,7 +5,7 @@ let warnedOnce = false;
|
|
|
5
5
|
|
|
6
6
|
const warn = () => {
|
|
7
7
|
if (!warnedOnce) {
|
|
8
|
-
console.warn(['MUI: The DesktopDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DesktopDateRangePicker } from '@mui/x-date-pickers-pro'`", "or `import { DesktopDateRangePicker } from '@mui/x-date-pickers-pro/DesktopDateRangePicker'`", '', 'More information about this migration on our
|
|
8
|
+
console.warn(['MUI: The DesktopDateRangePicker component was moved from `@mui/lab` to `@mui/x-date-pickers-pro`', '', "You should use `import { DesktopDateRangePicker } from '@mui/x-date-pickers-pro'`", "or `import { DesktopDateRangePicker } from '@mui/x-date-pickers-pro/DesktopDateRangePicker'`", '', 'More information about this migration on our blog: https://mui.com/blog/lab-date-pickers-to-mui-x/.'].join('\n'));
|
|
9
9
|
warnedOnce = true;
|
|
10
10
|
}
|
|
11
11
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './DesktopDateRangePicker';
|
|
2
|
-
export * from './DesktopDateRangePicker';
|
|
1
|
+
export { default } from './DesktopDateRangePicker';
|
|
2
|
+
export * from './DesktopDateRangePicker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
2
|
-
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
1
|
+
export { DesktopDateTimePicker as default } from '@mui/x-date-pickers/DesktopDateTimePicker';
|
|
2
|
+
export type { DesktopDateTimePickerProps } from '@mui/x-date-pickers/DesktopDateTimePicker';
|