@mui/lab 5.0.0-alpha.125 → 5.0.0-alpha.127

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 (85) 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 +147 -22
  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/loadingButtonClasses.d.ts +22 -22
  33. package/LocalizationProvider/LocalizationProvider.d.ts +10 -10
  34. package/LocalizationProvider/index.d.ts +2 -2
  35. package/Masonry/masonryClasses.d.ts +8 -8
  36. package/MobileDatePicker/MobileDatePicker.d.ts +10 -10
  37. package/MobileDatePicker/index.d.ts +2 -2
  38. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -10
  39. package/MobileDateRangePicker/index.d.ts +2 -2
  40. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +10 -10
  41. package/MobileDateTimePicker/index.d.ts +2 -2
  42. package/MobileTimePicker/MobileTimePicker.d.ts +10 -10
  43. package/MobileTimePicker/index.d.ts +2 -2
  44. package/MonthPicker/MonthPicker.d.ts +13 -13
  45. package/MonthPicker/index.d.ts +2 -2
  46. package/PickersDay/PickersDay.d.ts +13 -13
  47. package/PickersDay/index.d.ts +2 -2
  48. package/StaticDatePicker/StaticDatePicker.d.ts +10 -10
  49. package/StaticDatePicker/index.d.ts +2 -2
  50. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -10
  51. package/StaticDateRangePicker/index.d.ts +2 -2
  52. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +10 -10
  53. package/StaticDateTimePicker/index.d.ts +2 -2
  54. package/StaticTimePicker/StaticTimePicker.d.ts +10 -10
  55. package/StaticTimePicker/index.d.ts +2 -2
  56. package/TabPanel/tabPanelClasses.d.ts +8 -8
  57. package/TimePicker/TimePicker.d.ts +10 -10
  58. package/TimePicker/index.d.ts +2 -2
  59. package/Timeline/Timeline.d.ts +59 -59
  60. package/Timeline/TimelineContext.d.ts +6 -6
  61. package/Timeline/index.d.ts +5 -5
  62. package/Timeline/timelineClasses.d.ts +3 -3
  63. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  64. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  65. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  66. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  67. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  68. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  69. package/TreeItem/treeItemClasses.d.ts +24 -24
  70. package/TreeView/treeViewClasses.d.ts +8 -8
  71. package/YearPicker/YearPicker.d.ts +14 -14
  72. package/YearPicker/index.d.ts +2 -2
  73. package/index.js +1 -1
  74. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  75. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  76. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  77. package/internal/svg-icons/Calendar.d.ts +7 -7
  78. package/internal/svg-icons/Clock.d.ts +7 -7
  79. package/internal/svg-icons/DateRange.d.ts +7 -7
  80. package/internal/svg-icons/Pen.d.ts +7 -7
  81. package/internal/svg-icons/Time.d.ts +7 -7
  82. package/legacy/index.js +1 -1
  83. package/modern/index.js +1 -1
  84. package/node/index.js +1 -1
  85. package/package.json +5 -5
@@ -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,130 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.12.1
4
+
5
+ <!-- generated comparing v5.12.0..master -->
6
+
7
+ _Apr 17, 2023_
8
+
9
+ A big thanks to the 16 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
10
+
11
+ ### `@mui/material@5.12.1`
12
+
13
+ - &#8203;<!-- 24 -->[Autocomplete] Fix autocomplete left padding (#36649) @mj12albert
14
+ - &#8203;<!-- 17 -->[Button] Fix contained with inherit prop not adapting on dark mode (#34508) @jesrodri
15
+ - &#8203;<!-- 07 -->[FormControlLabel] Add `required` prop (#34207) @emlai
16
+ - &#8203;<!-- 04 -->[Tabs] Fix null reference in ScrollbarSize after unmounting (#36485) @rkdrnf
17
+ - &#8203;<!-- 03 -->[TextField] Fix type error when using `inputTypeSearch` class for `outlined` and `filled` inputs (#36740) @sai6855
18
+ - &#8203;<!-- 02 -->[ThemeProvider] Fix theme proptypes (#36852) @siriwatknp
19
+
20
+ ### `@mui/system@5.12.1`
21
+
22
+ #### Breaking changes
23
+
24
+ - &#8203;<!-- 06 -->[Grid2] Replace context with `cloneElement` (#36399) @siriwatknp
25
+
26
+ `Grid2` now uses `React.cloneElement` instead of React context for passing the spacing and columns to the next container. The change is close to how CSS flexbox behaves.
27
+
28
+ #### Changes
29
+
30
+ - &#8203;<!-- 14 -->[CssVarsProvider] Always generate new `css` object (#36853) @siriwatknp
31
+
32
+ ### `@mui/base@5.0.0-alpha.126`
33
+
34
+ #### Breaking changes
35
+
36
+ - &#8203;<!-- 23 -->[base] Refactor the compound components building blocks (#36400) @michaldudak
37
+ Components affected by the changes are:
38
+ - Menu
39
+ - `MenuUnstyledContext` is replaced by `MenuProvider`. The value to pass to the provider is returned by the `useMenu` hook.
40
+ - MenuUnstyled's `onClose` prop is replaced by `onOpenChange`. It has the `open` parameter and is called when a menu is opened or closed
41
+ - Select
42
+ - `SelectUnstyledContext` is replaced by `SelectProvider`. The value to pass to the provider is returned by the `useSelect` hook.
43
+ - `SelectUnstyled`'s popup is permanently mounted.
44
+ - The `defaultOpen` prop was added to the SelectUnstyled. The open/close state can now be controlled or uncontrolled, as a `value`.
45
+ - Tabs
46
+ - `TabsContext` is replaced by `TabsProvider`. The value to pass to the provider is returned by the `useTabs` hook.
47
+ - To deselect all tabs, pass in `null` to Tabs' `value` prop, instead of `false`. This is consistent with how Select works.
48
+ - The `value` prop is still technically not mandatory on TabUnstyled and TabPanel, but when omitted, the contents of the selected tab panel will not be rendered during SSR.
49
+
50
+ ### `@mui/joy@5.0.0-alpha.76`
51
+
52
+ - &#8203;<!-- 05 -->[Table][Joy] Replace uses of css selector `*-child` to `*-of-type` (#36839) @keyvanm
53
+
54
+ ### Docs
55
+
56
+ - &#8203;<!-- 25 --> [docs][base] Move styles to the bottom of demos code for `BadgeUnstyled` (#36723) @varunmulay22
57
+ - &#8203;<!-- 22 -->[docs][base] Mention that the hook does not accept any parameters in the `Parameters` section of the API docs (#36773) @ZeeshanTamboli
58
+ - &#8203;<!-- 21 -->[docs][base] Move styles to the bottom of demos code for `ModalUnstyled` (#36580) @gitstart
59
+ - &#8203;<!-- 20 -->[docs][base] Move styles to the bottom of demos code for `Tabs` (#36577) @gitstart
60
+ - &#8203;<!-- 19 -->[docs][base] Move styles to the bottom of demos code for `Popper` (#36578) @gitstart
61
+ - &#8203;<!-- 18 -->[docs][base] Move styles to the bottom of demos code for `TablePagination` (#36593) @gitstart
62
+ - &#8203;<!-- 13 -->[docs] Remove the incorrect info about useButton's ref parameter (#36883) @michaldudak
63
+ - &#8203;<!-- 12 -->[docs] Sync <Stack> between projects (#36785) @oliviertassinari
64
+ - &#8203;<!-- 11 -->[docs] Add guides to overriding component structure in Base UI and Joy UI docs (#34990) @samuelsycamore
65
+ - &#8203;<!-- 10 -->[docs] Content changed from 'row' to 'orientation=horizontal' (#36858) @navedqb
66
+ - &#8203;<!-- 09 -->[docs][Joy] `component`, `slots`, `slotProps` must be visible in Prop table in API docs (#36666) @hbjORbj
67
+ - &#8203;<!-- 08 -->[docs][Select] Fix duplicate ID in small size Select demo (#36792) @sai6855
68
+
69
+ ### Core
70
+
71
+ - &#8203;<!-- 16 -->[core] Use glob to find the test files in parseTest (#36305) @flaviendelangle
72
+ - &#8203;<!-- 15 -->[core] Fix minor SEO issues @oliviertassinari
73
+ - &#8203;<!-- 01 -->[website] Fix visual bug appbar (#36875) @oliviertassinari
74
+
75
+ All contributors of this release in alphabetical order: @emlai, @flaviendelangle, @gitstart, @hbjORbj, @jesrodri, @keyvanm, @michaldudak, @mj12albert, @navedqb, @oliviertassinari, @rkdrnf, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
76
+
77
+ ## 5.12.0
78
+
79
+ <!-- generated comparing v5.11.16..master -->
80
+
81
+ _Apr 11, 2023_
82
+
83
+ A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
84
+
85
+ - 💫 Added [theme scope](https://mui.com/material-ui/guides/styled-engine/#theme-scoping) for using multiple design systems (#36664) @siriwatknp
86
+ - 🐛 bug fixes and 📚 documentation improvements.
87
+
88
+ ### `@mui/system@5.12.0`
89
+
90
+ - &#8203;<!-- 05 -->[system] Introduce theme scope for using multiple design systems (#36664) @siriwatknp
91
+
92
+ ### `@mui/base@5.0.0-alpha.125`
93
+
94
+ - &#8203;<!-- 06 -->[PopperUnstyled] Do not merge internal `ownerState` with `ownerState` from props (#36599) @hbjORbj
95
+
96
+ ### `@mui/joy@5.0.0-alpha.75`
97
+
98
+ - &#8203;<!-- 08 -->[Joy] Add tests for slots/slotProps for all components (#36828) @hbjORbj
99
+ - &#8203;<!-- 07 -->[Joy] Support `slots`/`slotsProps` for every component (components with only root slot too) (#36540) @hbjORbj
100
+
101
+ ### Docs
102
+
103
+ - &#8203;<!-- 23 -->[docs][Backdrop] Improvements to the docs (#34244) @alirezahekmati
104
+ - &#8203;<!-- 20 -->[docs] Fix base API redirects (#36833) @mnajdova
105
+ - &#8203;<!-- 19 -->[docs] Improve perf on tab APIs (#36832) @mnajdova
106
+ - &#8203;<!-- 18 -->[docs] Revert CircularProgress component text to be proper noun instead (#36837) @ZeeshanTamboli
107
+ - &#8203;<!-- 17 -->[docs] Simplify language redirection @oliviertassinari
108
+ - &#8203;<!-- 16 -->[docs] Add missing `readOnly` state class in the list (#36788) @ZeeshanTamboli
109
+ - &#8203;<!-- 15 -->[docs] Improve side nav scroll into view (#36732) @oliviertassinari
110
+ - &#8203;<!-- 14 -->[docs][base & joy] Display "Classes" Section in API docs (#36589) @hbjORbj
111
+ - &#8203;<!-- 13 -->[docs] Fix 100+ typos throughout the Material UI docs (#36194) @Lioness100
112
+ - &#8203;<!-- 12 -->[docs] Change "coming soon" chip color (#36786) @danilo-leal
113
+ - &#8203;<!-- 11 -->[docs][Joy] Fix wrong prop descriptions (#36826) @hbjORbj
114
+ - &#8203;<!-- 10 -->[docs][material] Highlight global state classes in CSS table in API docs (#36633) @hbjORbj
115
+ - &#8203;<!-- 09 -->[examples] Fix `SliderUnstyled` slots `key` name (#36830) @sai6855
116
+ - &#8203;<!-- 04 -->[Tabs] Improve useTab() API page (#36725) @oliviertassinari
117
+
118
+ ### Core
119
+
120
+ - &#8203;<!-- 22 -->[core] Increase margin to scroll @oliviertassinari
121
+ - &#8203;<!-- 21 -->[core] Replace MUI Base with Base UI (#36716) @mnajdova
122
+ - &#8203;<!-- 03 -->[website] Fix broken career website links @oliviertassinari
123
+ - &#8203;<!-- 02 -->[website] Fix backlinks to homepage (#36801) @oliviertassinari
124
+ - &#8203;<!-- 01 -->[website] Tweaks to the Designer position ad (#36771) @danilo-leal
125
+
126
+ All contributors of this release in alphabetical order: @alirezahekmati, @danilo-leal, @hbjORbj, @Lioness100, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
127
+
3
128
  ## 5.11.16
4
129
 
5
130
  <!-- generated comparing v5.11.15..master -->
@@ -190,12 +315,12 @@ _Mar 14, 2023_
190
315
 
191
316
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
192
317
 
193
- - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in MUI Base (#35963)
318
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
194
319
  - other 🐛 bug fixes and 📚 documentation improvements.
195
320
 
196
321
  ### `@mui/material@5.11.13`
197
322
 
198
- - &#8203;<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj
323
+ - &#8203;<!-- 13 -->[core] Bump Base UI's version in Material UI (#36492) @hbjORbj
199
324
  - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
200
325
  - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
201
326
 
@@ -345,7 +470,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
345
470
  - &#8203;<!-- 23 -->[docs] Add instructions for deploying docs without a release (#36301) @cherniavskii
346
471
  - &#8203;<!-- 22 -->[docs] Fix 301 redirections on the docs @oliviertassinari
347
472
  - &#8203;<!-- 21 -->[docs] Update MUI X banner to reflect stable release (#36354) @MBilalShafi
348
- - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating MUI Base in Material UI (#36365) @mnajdova
473
+ - &#8203;<!-- 20 -->[docs] Clarify the future plan for integrating Base UI in Material UI (#36365) @mnajdova
349
474
  - &#8203;<!-- 19 -->[docs] Improve visual look of loose lists (#36190) @oliviertassinari
350
475
  - &#8203;<!-- 18 -->[docs] Fix @mui/styles example links (#36331) @oliviertassinari
351
476
  - &#8203;<!-- 17 -->[docs][joy] Build TS versions for List component demos (#36382) @sai6855
@@ -375,7 +500,7 @@ _Feb 27, 2023_
375
500
 
376
501
  A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
377
502
 
378
- - 📚 added API documentation for the slots in MUI Base and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
503
+ - 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
379
504
  - other 🐛 bug fixes and 📚 documentation improvements.
380
505
 
381
506
  ### `@mui/material@5.11.11`
@@ -612,7 +737,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
612
737
  - &#8203;<!-- 16 -->[docs] Improve inline preview's information (#35974) @oliviertassinari
613
738
  - &#8203;<!-- 15 -->[docs] Fix wrong v5 migration instructions (#36022) @oliviertassinari
614
739
  - &#8203;<!-- 14 -->[docs] Fix autocomplete render group key warning in the demo (#36025) @chuanyu0201
615
- - &#8203;<!-- 13 -->[docs] Add hooks API pages for MUI Base (#35828) @mnajdova
740
+ - &#8203;<!-- 13 -->[docs] Add hooks API pages for Base UI (#35828) @mnajdova
616
741
  - &#8203;<!-- 12 -->[docs] Fix grammar typo (#36016) @alexownejazayeri
617
742
  - &#8203;<!-- 11 -->[docs][joy] Add JSDoc for the `AutocompleteProps` type (#36039) @ArthurPedroti
618
743
 
@@ -828,7 +953,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
828
953
 
829
954
  - [docs] Improve pickers lab migration stressing `mui-x` usage (#35740) @LukasTy
830
955
  - [docs] Fix incorrectly named AccessibleTable demo component (#35832) @HeVictor
831
- - [docs] Clarify where to find docs for MUI Base components in Material UI (#35799) @samuelsycamore
956
+ - [docs] Clarify where to find docs for Base UI components in Material UI (#35799) @samuelsycamore
832
957
  - [docs] Fix typos (#35814) @alexfauquette
833
958
  - [docs] Revise and expand the Joy UI Card page (#35745) @samuelsycamore
834
959
  - [docs] Fix navigation layout shift (#35679) @oliviertassinari
@@ -939,7 +1064,7 @@ _Dec 26, 2022_
939
1064
 
940
1065
  A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
941
1066
 
942
- - ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
1067
+ - ⚙️ Several Base UI components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
943
1068
  - Many other 🐛 bug fixes abd 📚 documentation improvements.
944
1069
 
945
1070
  ### `@mui/material@5.11.2`
@@ -1116,7 +1241,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
1116
1241
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
1117
1242
  - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
1118
1243
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
1119
- - [docs] Direct users from Material UI to MUI Base for duplicated components (#35293) @samuelsycamore
1244
+ - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
1120
1245
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
1121
1246
  - [docs] Update callouts design (#35390) @danilo-leal
1122
1247
  - [website] New wave of open roles (#35240) @mnajdova
@@ -1191,7 +1316,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
1191
1316
  - &#8203;<!-- 14 -->[docs] Improve the autogenerated "Unstyled" and "API" text (#35185) @samuelsycamore
1192
1317
  - &#8203;<!-- 13 -->[docs] Fix ad margin on API pages (#35201) @oliviertassinari
1193
1318
  - &#8203;<!-- 12 -->[docs] Revise and expand the Joy UI "Badge" page (#35199) @samuelsycamore
1194
- - &#8203;<!-- 11 -->[docs] Update MUI Base docs with latest style conventions (#35034) @samuelsycamore
1319
+ - &#8203;<!-- 11 -->[docs] Update Base UI docs with latest style conventions (#35034) @samuelsycamore
1195
1320
  - &#8203;<!-- 09 -->[l10n] Improve Chinese (Taiwan) zh-TW locale (#35328) @happyincent
1196
1321
  - &#8203;<!-- 02 -->[website] Update MUI stats: GitHub stars, Twitter followers, etc. (#35318) @nomandhoni-cs
1197
1322
 
@@ -1524,7 +1649,7 @@ _Oct 25, 2022_
1524
1649
 
1525
1650
  A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
1526
1651
 
1527
- - 🔧 Moved `components` to `slots` prop starting at MUI Base to create consistency across products
1652
+ - 🔧 Moved `components` to `slots` prop starting at Base UI to create consistency across products
1528
1653
  - Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
1529
1654
 
1530
1655
  ### `@mui/material@5.10.11`
@@ -1606,7 +1731,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1606
1731
 
1607
1732
  - 🖌 Thanks to the efforts of @bharatkashyap and @nihgwu, we now have editable demos across our docs (#34454)!
1608
1733
  - 🚀 The Tooltip component has been added to Joy UI by @hbjORbj (#34509).
1609
- - ⚙️ We started converting the remaining JS components in MUI Base to TypeScript.
1734
+ - ⚙️ We started converting the remaining JS components in Base UI to TypeScript.
1610
1735
  @mbayucot finished the first PR with the conversion of the NoSsr code (#34735).
1611
1736
  - And more 🐛 bug fixes and 📚 documentation improvements.
1612
1737
 
@@ -1737,7 +1862,7 @@ _Oct 3, 2022_
1737
1862
 
1738
1863
  A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
1739
1864
 
1740
- - 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to MUI Base (#33227) @ZeeshanTamboli
1865
+ - 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
1741
1866
  - 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
1742
1867
  - And more 🐛 bug fixes and 📚 documentation improvements.
1743
1868
 
@@ -1839,7 +1964,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
1839
1964
 
1840
1965
  ### Docs
1841
1966
 
1842
- - [blog] MUI Base announcement typo fixed (#34409) @prakhargupta1
1967
+ - [blog] Base UI announcement typo fixed (#34409) @prakhargupta1
1843
1968
  - [blog] Fix typo in date-pickers v5 stable (#34386) @alexfauquette
1844
1969
  - [blog] Update date on date pickers v5 release blog post (#34406) @joserodolfofreitas
1845
1970
  - [docs] Update `useMenu` and `useMenuItem` hooks demo (#34166) @ZeeshanTamboli
@@ -1925,7 +2050,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
1925
2050
  - [docs] Fix 301 link to external projects @oliviertassinari
1926
2051
  - [docs] Move 12 component names to Title Case (#34188) @oliviertassinari
1927
2052
  - [docs] Fix broken links (#34320) @alexfauquette
1928
- - [docs] Add notification for MUI Base announcement post (#34295) @samuelsycamore
2053
+ - [docs] Add notification for Base UI announcement post (#34295) @samuelsycamore
1929
2054
  - [website] Fix MUI X subscribe email border style (#34330) @oliviertassinari
1930
2055
  - [website] Improve security header @oliviertassinari
1931
2056
 
@@ -1946,7 +2071,7 @@ _Sep 12, 2022_
1946
2071
 
1947
2072
  A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
1948
2073
 
1949
- - 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
2074
+ - 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the Base UI package is out thanks to @michaldudak.
1950
2075
  - 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/), [`Modal`](https://mui.com/joy-ui/react-modal/), [`ListSubheader`](https://mui.com/joy-ui/react-list-subheader/), [`FormControl`](https://mui.com/joy-ui/react-form-control/), [`CircularProgress`](https://mui.com/joy-ui/react-circular-progress/) components to Joy UI (#33859) @hbjORbj @siriwatknp
1951
2076
  - And more 🐛 bug fixes and 📚 documentation improvements.
1952
2077
 
@@ -1969,7 +2094,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
1969
2094
 
1970
2095
  ### Docs
1971
2096
 
1972
- - &#8203;<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
2097
+ - &#8203;<!-- 16 -->[blog] Introducing Base UI (#33778) @michaldudak
1973
2098
  - &#8203;<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
1974
2099
  - &#8203;<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
1975
2100
  - &#8203;<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
@@ -2524,7 +2649,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2524
2649
  - [docs] Add "refine" demo to showcase (#33240) @omeraplak
2525
2650
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
2526
2651
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
2527
- - [examples] Update MUI Base with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2652
+ - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
2528
2653
  - [examples] Add MUI base example (#33154) @siriwatknp
2529
2654
 
2530
2655
  ### Core
@@ -2698,7 +2823,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
2698
2823
  - &#8203;<!-- 28 -->[blog] Update Blogpost to clear confusion on "no impact" disclaimer. (#33131) @joserodolfofreitas
2699
2824
  - &#8203;<!-- 27 -->[blog] Add post about v5 Migration guide update (#33063) @samuelsycamore
2700
2825
  - &#8203;<!-- 26 -->[blog] Fix display on Safari (#33102) @oliviertassinari
2701
- - &#8203;<!-- 18 -->[docs] Add guide on how to use MUI Base with Tailwind CSS (#33100) @mnajdova
2826
+ - &#8203;<!-- 18 -->[docs] Add guide on how to use Base UI with Tailwind CSS (#33100) @mnajdova
2702
2827
  - &#8203;<!-- 17 -->[docs] Improve Joy template UX (#33159) @siriwatknp
2703
2828
  - &#8203;<!-- 16 -->[docs] Update Shadow DOM guide (#33160) @cherniavskii
2704
2829
  - &#8203;<!-- 15 -->[docs] Fix SEO regressions (#33106) @oliviertassinari
@@ -2776,7 +2901,7 @@ A big thanks to the 24 contributors who made this release possible. Here are som
2776
2901
  - &#8203;<!-- 31 -->[docs] Move codesandbox to MUI org (#33122) @oliviertassinari
2777
2902
  - &#8203;<!-- 30 -->[docs] Add Shadow DOM guide (#33007) @cherniavskii
2778
2903
  - &#8203;<!-- 29 -->[docs] Fix typo in Material UI overview page (#33087) @oliviertassinari
2779
- - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `MUI Base` docs (#33091) @ZeeshanTamboli
2904
+ - &#8203;<!-- 28 -->[docs] Miscellaneous fixes in `Base UI` docs (#33091) @ZeeshanTamboli
2780
2905
  - &#8203;<!-- 27 -->[docs] Fix GitHub capitalization (#33071) @oliviertassinari
2781
2906
  - &#8203;<!-- 26 -->[docs] Fix a typo in `InputUnstyled` docs (#33077) @ZeeshanTamboli
2782
2907
  - &#8203;<!-- 25 -->[docs] Add notification for Joy blog post (#33059) @siriwatknp
@@ -3212,7 +3337,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3212
3337
  - &#8203;<!-- 24 -->[docs] Base Button style revisions and final review (#32380) @samuelsycamore
3213
3338
  - &#8203;<!-- 23 -->[docs] Base NoSsr style revisions and final review (#32254) @samuelsycamore
3214
3339
  - &#8203;<!-- 22 -->[docs] Correctly capitalize Ctrl @oliviertassinari
3215
- - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the MUI Base docs (#32488) @ZeeshanTamboli
3340
+ - &#8203;<!-- 21 -->[docs] Fix styling in `Basic Popper` demo on the Base UI docs (#32488) @ZeeshanTamboli
3216
3341
  - &#8203;<!-- 20 -->[docs] Add "Overview" page to Base docs (#32310) @samuelsycamore
3217
3342
  - &#8203;<!-- 19 -->[docs] Add copy button to code block (#32390) @siriwatknp
3218
3343
  - &#8203;<!-- 18 -->[docs] Base Tabs style revisions and final review (#32423) @samuelsycamore
@@ -3466,7 +3591,7 @@ A big thanks to the 15 contributors who made this release possible. Here are som
3466
3591
 
3467
3592
  - &#8203;<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
3468
3593
  - &#8203;<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
3469
- - &#8203;<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
3594
+ - &#8203;<!-- 26 -->[core] Fix api build script for Base UI (#32081) @siriwatknp
3470
3595
 
3471
3596
  All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
3472
3597
 
@@ -3693,7 +3818,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3693
3818
 
3694
3819
  - &#8203;<!-- 24 -->[ClassNameGenerator] Prevent all `base` imports (#31297) @siriwatknp
3695
3820
 
3696
- `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all MUI Base module imports. If you use the module, please update the import as suggested in the diff below:
3821
+ `unstable_ClassNameGenerator` has been moved from `utils` to `className` folder to prevent all Base UI module imports. If you use the module, please update the import as suggested in the diff below:
3697
3822
 
3698
3823
  ```diff
3699
3824
  -import { unstable_ClassNameGenerator } from '@mui/material/utils';
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- 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 type CalendarPickerClassKey = any;
12
- export type CalendarPickerClasses = any;
13
- export type CalendarPickerProps<TDate> = Record<any, any>;
14
- export type CalendarPickerView = 'year' | 'day' | 'month';
1
+ import * as React from 'react';
2
+ 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 type CalendarPickerClassKey = any;
12
+ export type CalendarPickerClasses = any;
13
+ export type CalendarPickerProps<TDate> = Record<any, any>;
14
+ export 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
- 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 type CalendarPickerSkeletonProps = Record<any, any>;
13
- export type CalendarPickerSkeletonClassKey = any;
1
+ import * as React from 'react';
2
+ 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 type CalendarPickerSkeletonProps = Record<any, any>;
13
+ export 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
- 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 type ClockPickerProps<TDate> = Record<any, any>;
12
- export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
- export type ClockPickerClasses = any;
14
- export type ClockPickerClassKey = any;
1
+ import * as React from 'react';
2
+ 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 type ClockPickerProps<TDate> = Record<any, any>;
12
+ export type ClockPickerView = 'hours' | 'minutes' | 'seconds';
13
+ export type ClockPickerClasses = any;
14
+ export 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
- 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 type DatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ 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 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
- 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 type DateRangePickerProps = Record<any, any>;
11
- export type DateRange<TDate> = [TDate | null, TDate | null];
1
+ import * as React from 'react';
2
+ 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 type DateRangePickerProps = Record<any, any>;
11
+ export 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
- 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 type DateRangePickerDayProps = Record<any, any>;
12
- export type DateRangePickerDayClasses = any;
13
- export type DateRangePickerDayClassKey = any;
1
+ import * as React from 'react';
2
+ 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 type DateRangePickerDayProps = Record<any, any>;
12
+ export type DateRangePickerDayClasses = any;
13
+ export 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
- 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 type DateTimePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ 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 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
- 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 type DesktopDatePickerProps<TDate> = Record<any, any>;
1
+ import * as React from 'react';
2
+ 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 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';