@mui/lab 5.0.0-alpha.45 → 5.0.0-alpha.49
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/Alert/Alert.js +1 -1
- package/AlertTitle/AlertTitle.js +1 -1
- package/Autocomplete/Autocomplete.js +1 -1
- package/AvatarGroup/AvatarGroup.js +1 -1
- package/CHANGELOG.md +337 -48
- package/CalendarPicker/CalendarPicker.d.ts +2 -2
- package/CalendarPicker/CalendarPicker.js +2 -2
- package/CalendarPicker/PickersCalendar.d.ts +1 -1
- package/CalendarPicker/PickersCalendarHeader.d.ts +4 -1
- package/CalendarPicker/PickersCalendarHeader.js +0 -1
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +2 -2
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
- package/ClockPicker/Clock.js +3 -3
- package/ClockPicker/ClockPicker.d.ts +6 -4
- package/ClockPicker/ClockPicker.js +3 -3
- package/ClockPicker/shared.js +1 -1
- package/DatePicker/DatePicker.d.ts +3 -3
- package/DatePicker/DatePicker.js +7 -7
- package/DateRangePicker/DateRangePicker.d.ts +2 -2
- package/DateRangePicker/DateRangePicker.js +5 -5
- package/DateRangePicker/DateRangePickerInput.d.ts +1 -1
- package/DateRangePickerDay/DateRangePickerDay.d.ts +2 -2
- package/DateRangePickerDay/DateRangePickerDay.js +2 -2
- package/DateTimePicker/DateTimePicker.d.ts +3 -3
- package/DateTimePicker/DateTimePicker.js +9 -9
- package/DateTimePicker/DateTimePickerToolbar.js +27 -14
- package/DateTimePicker/shared.d.ts +1 -1
- package/DesktopDatePicker/DesktopDatePicker.d.ts +2 -2
- package/DesktopDatePicker/DesktopDatePicker.js +6 -6
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +2 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +2 -2
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
- package/DesktopTimePicker/DesktopTimePicker.d.ts +2 -2
- package/DesktopTimePicker/DesktopTimePicker.js +5 -5
- package/LoadingButton/LoadingButton.d.ts +3 -3
- package/LoadingButton/LoadingButton.js +2 -2
- package/Masonry/Masonry.d.ts +2 -2
- package/Masonry/Masonry.js +1 -1
- package/MasonryItem/MasonryItem.d.ts +2 -2
- package/MasonryItem/MasonryItem.js +15 -27
- package/MobileDatePicker/MobileDatePicker.d.ts +2 -2
- package/MobileDatePicker/MobileDatePicker.js +4 -4
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +2 -2
- package/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +2 -2
- package/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
- package/MobileTimePicker/MobileTimePicker.d.ts +2 -2
- package/MobileTimePicker/MobileTimePicker.js +3 -3
- package/MonthPicker/MonthPicker.d.ts +2 -2
- package/MonthPicker/MonthPicker.js +2 -2
- package/Pagination/Pagination.js +1 -1
- package/PaginationItem/PaginationItem.js +1 -1
- package/PickersDay/PickersDay.d.ts +2 -2
- package/PickersDay/PickersDay.js +3 -3
- package/README.md +11 -7
- package/Rating/Rating.js +1 -1
- package/Skeleton/Skeleton.js +1 -1
- package/SpeedDial/SpeedDial.js +1 -1
- package/SpeedDialAction/SpeedDialAction.js +1 -1
- package/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/StaticDatePicker/StaticDatePicker.d.ts +2 -2
- package/StaticDatePicker/StaticDatePicker.js +4 -4
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +2 -2
- package/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +2 -2
- package/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
- package/StaticTimePicker/StaticTimePicker.d.ts +2 -2
- package/StaticTimePicker/StaticTimePicker.js +3 -3
- package/TabContext/TabContext.d.ts +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabPanel/TabPanel.d.ts +2 -2
- package/TimePicker/TimePicker.d.ts +3 -3
- package/TimePicker/TimePicker.js +6 -6
- package/Timeline/Timeline.d.ts +4 -4
- package/Timeline/Timeline.js +4 -4
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/ToggleButton/ToggleButton.js +1 -1
- package/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/TreeItem/TreeItem.d.ts +3 -3
- package/TreeItem/TreeItem.js +1 -1
- package/TreeView/TreeView.d.ts +2 -2
- package/YearPicker/PickersYear.js +1 -1
- package/YearPicker/YearPicker.d.ts +2 -2
- package/YearPicker/YearPicker.js +2 -2
- package/index.js +1 -1
- package/internal/pickers/PickersArrowSwitcher.d.ts +3 -3
- package/internal/pickers/PickersPopper.d.ts +2 -2
- package/internal/pickers/PureDateInput.d.ts +1 -1
- package/internal/pickers/hooks/date-helpers-hooks.js +1 -1
- package/legacy/Alert/Alert.js +1 -1
- package/legacy/AlertTitle/AlertTitle.js +1 -1
- package/legacy/Autocomplete/Autocomplete.js +1 -1
- package/legacy/AvatarGroup/AvatarGroup.js +1 -1
- package/legacy/CalendarPicker/CalendarPicker.js +2 -2
- package/legacy/CalendarPicker/PickersCalendarHeader.js +0 -1
- package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
- package/legacy/ClockPicker/Clock.js +3 -3
- package/legacy/ClockPicker/ClockPicker.js +3 -3
- package/legacy/ClockPicker/shared.js +1 -1
- package/legacy/DatePicker/DatePicker.js +7 -7
- package/legacy/DateRangePicker/DateRangePicker.js +5 -5
- package/legacy/DateRangePickerDay/DateRangePickerDay.js +2 -2
- package/legacy/DateTimePicker/DateTimePicker.js +9 -9
- package/legacy/DateTimePicker/DateTimePickerToolbar.js +30 -15
- package/legacy/DesktopDatePicker/DesktopDatePicker.js +6 -6
- package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
- package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
- package/legacy/DesktopTimePicker/DesktopTimePicker.js +5 -5
- package/legacy/LoadingButton/LoadingButton.js +2 -2
- package/legacy/Masonry/Masonry.js +1 -1
- package/legacy/MasonryItem/MasonryItem.js +18 -30
- package/legacy/MobileDatePicker/MobileDatePicker.js +4 -4
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
- package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
- package/legacy/MobileTimePicker/MobileTimePicker.js +3 -3
- package/legacy/MonthPicker/MonthPicker.js +2 -2
- package/legacy/Pagination/Pagination.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +1 -1
- package/legacy/PickersDay/PickersDay.js +3 -3
- package/legacy/Rating/Rating.js +1 -1
- package/legacy/Skeleton/Skeleton.js +1 -1
- package/legacy/SpeedDial/SpeedDial.js +1 -1
- package/legacy/SpeedDialAction/SpeedDialAction.js +1 -1
- package/legacy/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/legacy/StaticDatePicker/StaticDatePicker.js +4 -4
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
- package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
- package/legacy/StaticTimePicker/StaticTimePicker.js +3 -3
- package/legacy/TimePicker/TimePicker.js +6 -6
- package/legacy/Timeline/Timeline.js +4 -4
- package/legacy/ToggleButton/ToggleButton.js +1 -1
- package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/legacy/TreeItem/TreeItem.js +1 -1
- package/legacy/YearPicker/PickersYear.js +1 -1
- package/legacy/YearPicker/YearPicker.js +2 -2
- package/legacy/index.js +1 -1
- package/legacy/internal/pickers/hooks/date-helpers-hooks.js +1 -1
- package/modern/Alert/Alert.js +1 -1
- package/modern/AlertTitle/AlertTitle.js +1 -1
- package/modern/Autocomplete/Autocomplete.js +1 -1
- package/modern/AvatarGroup/AvatarGroup.js +1 -1
- package/modern/CalendarPicker/CalendarPicker.js +2 -2
- package/modern/CalendarPicker/PickersCalendarHeader.js +0 -1
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
- package/modern/ClockPicker/Clock.js +3 -3
- package/modern/ClockPicker/ClockPicker.js +3 -3
- package/modern/ClockPicker/shared.js +1 -1
- package/modern/DatePicker/DatePicker.js +7 -7
- package/modern/DateRangePicker/DateRangePicker.js +5 -5
- package/modern/DateRangePickerDay/DateRangePickerDay.js +2 -2
- package/modern/DateTimePicker/DateTimePicker.js +9 -9
- package/modern/DateTimePicker/DateTimePickerToolbar.js +27 -14
- package/modern/DesktopDatePicker/DesktopDatePicker.js +6 -6
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
- package/modern/DesktopTimePicker/DesktopTimePicker.js +5 -5
- package/modern/LoadingButton/LoadingButton.js +2 -2
- package/modern/Masonry/Masonry.js +1 -1
- package/modern/MasonryItem/MasonryItem.js +15 -27
- package/modern/MobileDatePicker/MobileDatePicker.js +4 -4
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
- package/modern/MobileTimePicker/MobileTimePicker.js +3 -3
- package/modern/MonthPicker/MonthPicker.js +2 -2
- package/modern/Pagination/Pagination.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +1 -1
- package/modern/PickersDay/PickersDay.js +3 -3
- package/modern/Rating/Rating.js +1 -1
- package/modern/Skeleton/Skeleton.js +1 -1
- package/modern/SpeedDial/SpeedDial.js +1 -1
- package/modern/SpeedDialAction/SpeedDialAction.js +1 -1
- package/modern/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/modern/StaticDatePicker/StaticDatePicker.js +4 -4
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
- package/modern/StaticTimePicker/StaticTimePicker.js +3 -3
- package/modern/TimePicker/TimePicker.js +6 -6
- package/modern/Timeline/Timeline.js +4 -4
- package/modern/ToggleButton/ToggleButton.js +1 -1
- package/modern/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/modern/TreeItem/TreeItem.js +1 -1
- package/modern/YearPicker/PickersYear.js +1 -1
- package/modern/YearPicker/YearPicker.js +2 -2
- package/modern/index.js +1 -1
- package/modern/internal/pickers/hooks/date-helpers-hooks.js +1 -1
- package/node/Alert/Alert.js +1 -1
- package/node/AlertTitle/AlertTitle.js +1 -1
- package/node/Autocomplete/Autocomplete.js +1 -1
- package/node/AvatarGroup/AvatarGroup.js +1 -1
- package/node/CalendarPicker/CalendarPicker.js +2 -2
- package/node/CalendarPicker/PickersCalendarHeader.js +0 -1
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +4 -4
- package/node/ClockPicker/Clock.js +3 -3
- package/node/ClockPicker/ClockPicker.js +3 -3
- package/node/ClockPicker/shared.js +1 -1
- package/node/DatePicker/DatePicker.js +7 -7
- package/node/DateRangePicker/DateRangePicker.js +5 -5
- package/node/DateRangePickerDay/DateRangePickerDay.js +2 -2
- package/node/DateTimePicker/DateTimePicker.js +9 -9
- package/node/DateTimePicker/DateTimePickerToolbar.js +27 -14
- package/node/DesktopDatePicker/DesktopDatePicker.js +6 -6
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +5 -5
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +8 -8
- package/node/DesktopTimePicker/DesktopTimePicker.js +5 -5
- package/node/LoadingButton/LoadingButton.js +2 -2
- package/node/Masonry/Masonry.js +1 -1
- package/node/MasonryItem/MasonryItem.js +14 -26
- package/node/MobileDatePicker/MobileDatePicker.js +4 -4
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +3 -3
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +6 -6
- package/node/MobileTimePicker/MobileTimePicker.js +3 -3
- package/node/MonthPicker/MonthPicker.js +2 -2
- package/node/Pagination/Pagination.js +1 -1
- package/node/PaginationItem/PaginationItem.js +1 -1
- package/node/PickersDay/PickersDay.js +3 -3
- package/node/Rating/Rating.js +1 -1
- package/node/Skeleton/Skeleton.js +1 -1
- package/node/SpeedDial/SpeedDial.js +1 -1
- package/node/SpeedDialAction/SpeedDialAction.js +1 -1
- package/node/SpeedDialIcon/SpeedDialIcon.js +1 -1
- package/node/StaticDatePicker/StaticDatePicker.js +4 -4
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +3 -3
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +6 -6
- package/node/StaticTimePicker/StaticTimePicker.js +3 -3
- package/node/TimePicker/TimePicker.js +6 -6
- package/node/Timeline/Timeline.js +4 -4
- package/node/ToggleButton/ToggleButton.js +1 -1
- package/node/ToggleButtonGroup/ToggleButtonGroup.js +1 -1
- package/node/TreeItem/TreeItem.js +1 -1
- package/node/YearPicker/PickersYear.js +1 -1
- package/node/YearPicker/YearPicker.js +2 -2
- package/node/index.js +1 -1
- package/node/internal/pickers/hooks/date-helpers-hooks.js +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,293 @@
|
|
|
1
|
-
### [Versions](https://
|
|
1
|
+
### [Versions](https://mui.com/versions/)
|
|
2
|
+
|
|
3
|
+
## 5.0.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.0.1..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 29, 2021_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🔧 Improve `jss-to-styled` codemod to use new package names.
|
|
12
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.0.2`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
|
|
17
|
+
- ​<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
|
|
18
|
+
- ​<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
|
|
19
|
+
- ​<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
|
|
20
|
+
|
|
21
|
+
### `@mui/codemod@5.0.2`
|
|
22
|
+
|
|
23
|
+
- ​<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
|
|
24
|
+
- ​<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
|
|
25
|
+
|
|
26
|
+
### `@mui/system@5.0.2`
|
|
27
|
+
|
|
28
|
+
- ​<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
|
|
29
|
+
|
|
30
|
+
### Docs
|
|
31
|
+
|
|
32
|
+
- ​<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
|
|
33
|
+
- ​<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
|
|
34
|
+
- ​<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
|
|
35
|
+
- ​<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
|
|
36
|
+
- ​<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
|
|
37
|
+
- ​<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
|
|
38
|
+
- ​<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
|
|
39
|
+
- ​<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
|
|
40
|
+
- ​<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
|
|
41
|
+
- ​<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
|
|
42
|
+
- ​<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
|
|
43
|
+
- ​<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
|
|
44
|
+
- ​<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
|
|
45
|
+
- ​<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
|
|
46
|
+
- ​<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
|
|
47
|
+
- ​<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
|
|
48
|
+
- ​<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
|
|
49
|
+
|
|
50
|
+
### Core
|
|
51
|
+
|
|
52
|
+
- ​<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
|
|
53
|
+
- ​<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
|
|
54
|
+
- ​<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
|
|
55
|
+
- ​<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
|
|
56
|
+
|
|
57
|
+
All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
|
|
58
|
+
|
|
59
|
+
## 5.0.1
|
|
60
|
+
|
|
61
|
+
<!-- generated comparing v5.0.0..master -->
|
|
62
|
+
|
|
63
|
+
_Sep 22, 2021_
|
|
64
|
+
|
|
65
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
66
|
+
|
|
67
|
+
- 🔎 Improve the search on the documentation.
|
|
68
|
+
- 📚 Improve the v4 to v5 migration guide.
|
|
69
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
70
|
+
|
|
71
|
+
### `@mui/material@5.0.1`
|
|
72
|
+
|
|
73
|
+
- ​<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
|
|
74
|
+
- ​<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
|
|
75
|
+
|
|
76
|
+
### `@mui/codemod@5.0.1`
|
|
77
|
+
|
|
78
|
+
- ​<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
|
|
79
|
+
|
|
80
|
+
### `@mui/lab@5.0.0-alpha.48`
|
|
81
|
+
|
|
82
|
+
- ​<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
|
|
83
|
+
- ​<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
|
|
84
|
+
|
|
85
|
+
### Docs
|
|
86
|
+
|
|
87
|
+
- ​<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
|
|
88
|
+
- ​<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
|
|
89
|
+
- ​<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
|
|
90
|
+
- ​<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
|
|
91
|
+
- ​<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
|
|
92
|
+
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
93
|
+
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
94
|
+
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
95
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
96
|
+
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
97
|
+
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
98
|
+
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
99
|
+
- ​<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
|
|
100
|
+
- ​<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
|
|
101
|
+
- ​<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
|
|
102
|
+
- ​<!-- 20 -->[docs] Fix typo (#28521) @valse
|
|
103
|
+
- ​<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
|
|
104
|
+
- ​<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
|
|
105
|
+
- ​<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
|
|
106
|
+
- ​<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
|
|
107
|
+
- ​<!-- 08 -->[website] Optimize images (#28486) @michaldudak
|
|
108
|
+
- ​<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
|
|
109
|
+
- ​<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
|
|
110
|
+
- ​<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
|
|
111
|
+
- ​<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
|
|
112
|
+
- ​<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
|
|
113
|
+
- ​<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
|
|
114
|
+
- ​<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
|
|
115
|
+
|
|
116
|
+
### Core
|
|
117
|
+
|
|
118
|
+
- ​<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
|
|
119
|
+
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
120
|
+
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
121
|
+
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
122
|
+
- ​<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
|
|
123
|
+
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
124
|
+
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
125
|
+
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
126
|
+
- ​<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
|
|
127
|
+
- ​<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
|
|
128
|
+
- ​<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
|
|
129
|
+
- ​<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
|
|
130
|
+
|
|
131
|
+
All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
|
|
132
|
+
|
|
133
|
+
## 5.0.0
|
|
134
|
+
|
|
135
|
+
<!-- generated comparing v5.0.0-rc.1..next -->
|
|
136
|
+
|
|
137
|
+
_Sep 16, 2021_
|
|
138
|
+
|
|
139
|
+
After over 400 days of development and over 40 canary releases, we are excited to introduce [MUI Core v5.0.0](https://mui.com/blog/mui-core-v5/)!
|
|
140
|
+
|
|
141
|
+
Some statistics with the released of v5.0.0 compared to the one of v4.0.0:
|
|
142
|
+
|
|
143
|
+
- 5,832 new commits
|
|
144
|
+
- From 2M downloads/month to 9.5M downloads/month on npm
|
|
145
|
+
- From 350k users/month to 700k users/month on the documentation
|
|
146
|
+
|
|
147
|
+
A big thanks to the 600+ contributors who made the release possible!
|
|
148
|
+
|
|
149
|
+
The 5.0.0 version includes all changes done in the alpha, beta, and rc releases listed below.
|
|
150
|
+
These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
151
|
+
|
|
152
|
+
### `@mui/material@5.0.0`
|
|
153
|
+
|
|
154
|
+
- ​<!-- 15 -->[Autocomplete] Fix reset value on blur for freeSolo input (#28190) @praveenkumar-kalidass
|
|
155
|
+
- ​<!-- 14 -->[ButtonBase] Revert to the pre-unstyled implementation (#28225) @michaldudak
|
|
156
|
+
- ​<!-- 13 -->[Checkbox] Fix color proptype typo (#28265) @sydneyjodon-wk
|
|
157
|
+
- ​<!-- 40 -->[Tooltip] Ensure user-select CSS property is reverted after touch end (#28372) @tholman
|
|
158
|
+
|
|
159
|
+
### `@mui/system@5.0.0`
|
|
160
|
+
|
|
161
|
+
- ​<!-- 25 -->[system] Fix missing typings for createSpacing (#28361) @eps1lon
|
|
162
|
+
|
|
163
|
+
### `@mui/codemod@5.0.0`
|
|
164
|
+
|
|
165
|
+
- ​<!-- 21 -->[codemod] Fix jss-to-styled to support other export class, function etc. (#28321) @jedwards1211
|
|
166
|
+
|
|
167
|
+
### `@mui/lab@5.0.0-alpha.46`
|
|
168
|
+
|
|
169
|
+
- ​<!-- 09 -->[DateTimePicker] Change bottom position of AM/PM buttons (#27534) @nikitabobers
|
|
170
|
+
- ​<!-- 02 -->[pickers] Add visual regression tests for open views (#28224) @eps1lon
|
|
171
|
+
|
|
172
|
+
### Docs
|
|
173
|
+
|
|
174
|
+
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
175
|
+
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
176
|
+
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
177
|
+
- ​<!-- 06 -->[docs] Change Material-UI to MUI in the console (#28270) @mbrookes
|
|
178
|
+
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
179
|
+
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
180
|
+
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
181
|
+
- ​<!-- 32 -->[docs] Fix typo in v4 to v5 migration guide (#28353) @zadeviggers
|
|
182
|
+
- ​<!-- 17 -->[docs] Fix typo in transition docs (#28312) @tamboliasir1
|
|
183
|
+
- ​<!-- 20 -->[docs] Use https for material-ui & reactcommunity links (#28304) @aghArdeshir
|
|
184
|
+
- ​<!-- 22 -->[docs] Add IBM Plex font locally (#28325) @siriwatknp
|
|
185
|
+
- ​<!-- 26 -->[docs] Fix failing client-side navigation for /api routes (#28356) @eps1lon
|
|
186
|
+
- ​<!-- 29 -->[docs] Update the nav order (#28323) @mbrookes
|
|
187
|
+
- ​<!-- 30 -->[docs] Compress images with ImageOptim @oliviertassinari
|
|
188
|
+
- ​<!-- 34 -->[docs] Replace remaining unstyled package reference (#28351) @michaldudak
|
|
189
|
+
- ​<!-- 35 -->[docs] No import from react-router (#28329) @eps1lon
|
|
190
|
+
- ​<!-- 36 -->[website] Refine website before go-live (#28081) @siriwatknp
|
|
191
|
+
- ​<!-- 31 -->[website] Update manifest to new logo (#28355) @siriwatknp
|
|
192
|
+
- ​<!-- 01 -->[website] Add product-x page (#28106) @siriwatknp
|
|
193
|
+
- ​<!-- 24 -->[website] Revert store URL to material-ui.com/store (#28365) @michaldudak
|
|
194
|
+
- ​<!-- 33 -->[website] Rename domain to mui.com (#28332) @mnajdova
|
|
195
|
+
|
|
196
|
+
### Core
|
|
197
|
+
|
|
198
|
+
- ​<!-- 12 -->[core] Replace Material-UI with MUI (#28243) @mnajdova
|
|
199
|
+
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
200
|
+
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
201
|
+
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
202
|
+
- ​<!-- 23 -->[core] Remove experimental bundle size tracking page (#28334) @eps1lon
|
|
203
|
+
- ​<!-- 27 -->[core] Support release:build with cmd.exe (#28318) @michaldudak
|
|
204
|
+
- ​<!-- 28 -->[core] Remove unnecessary titleize warning (#28349) @eps1lon
|
|
205
|
+
- ​<!-- 37 -->[core] Batch small fixes (#28381) @oliviertassinari
|
|
206
|
+
- ​<!-- 16 -->[test] Recommend yarn t over test:watch (#28254) @eps1lon
|
|
207
|
+
- ​<!-- 19 -->[test] Lazily import fixtures (#28239) @eps1lon
|
|
208
|
+
- ​<!-- 39 -->[test] Assert on user-select that has the same value across browsers (#28378) @eps1lon
|
|
209
|
+
|
|
210
|
+
All contributors of this release in alphabetical order: @aghArdeshir, @Aurelain, @eps1lon, @goncalovf, @jedwards1211, @m4theushw, @mbrookes, @michald
|
|
211
|
+
udak, @mnajdova, @nikitabobers, @praveenkumar-kalidass, @siriwatknp, @sydneyjodon-wk, @tamboliasir1, @tholman, @zadeviggers, @ZeeshanTamboli
|
|
212
|
+
|
|
213
|
+
## 5.0.0-rc.1
|
|
214
|
+
|
|
215
|
+
<!-- generated comparing v5.0.0-rc.0..next -->
|
|
216
|
+
|
|
217
|
+
_Sep 8, 2021_
|
|
218
|
+
|
|
219
|
+
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
220
|
+
|
|
221
|
+
- 📚 Improved the codemod and migration guide for upgrading to v5
|
|
222
|
+
- 🐛 Fixed some bugs and regressions
|
|
223
|
+
|
|
224
|
+
### `@mui/material@5.0.0-rc.1`
|
|
225
|
+
|
|
226
|
+
- ​<!-- 46 -->[Autocomplete] Fix virtualization regression (#28129) @oliviertassinari
|
|
227
|
+
- ​<!-- 45 -->[Button] Use deeper imports from unstyled, correct docs (#28074) @michaldudak
|
|
228
|
+
- ​<!-- 44 -->[ButtonBase] Fix ripple persisting on blur (#28186) @michaldudak
|
|
229
|
+
- ​<!-- 14 -->[Link] Infer `ref` type from `component` (#28101) @eps1lon
|
|
230
|
+
- ​<!-- 11 -->[Popper] Fix bundle size regression (#27910) @oliviertassinari
|
|
231
|
+
- ​<!-- 10 -->[Select] Merge `ref` of `Select` and `input` element (#28054) @DouglasPds
|
|
232
|
+
- ​<!-- 07 -->[Tabs] Improve error message formatting for invalid `value` (#28172) @eps1lon
|
|
233
|
+
|
|
234
|
+
### `@mui/system@5.0.0-rc.1`
|
|
235
|
+
|
|
236
|
+
- ​<!-- 47 -->[system] Change type of return value of overridesResolver (#28220) @hbjORbj
|
|
237
|
+
- ​<!-- 09 -->[system] Fix zero value condition (#28219) @siriwatknp
|
|
238
|
+
- ​<!-- 08 -->[system] Shorten class names in production (#27932) @oliviertassinari
|
|
239
|
+
|
|
240
|
+
### `@mui/codemod@5.0.0-rc.1`
|
|
241
|
+
|
|
242
|
+
- ​<!-- 42 -->[codemod] Fix various reported issues on `preset-safe` (#28183) @mnajdova
|
|
243
|
+
|
|
244
|
+
### `@mui/lab@5.0.0-alpha.46`
|
|
245
|
+
|
|
246
|
+
- ​<!-- 43 -->[ClockPicker] Fix to narrow hover area for am hours in am/pm clock (#28207) @eps1lon
|
|
247
|
+
- ​<!-- 13 -->[Masonry] Improve the styling on the demos (#27957) @hbjORbj
|
|
248
|
+
- ​<!-- 12 -->[MasonryItem] Fix crash on unmount when using React 18 (#28202) @eps1lon
|
|
249
|
+
|
|
250
|
+
### Docs
|
|
251
|
+
|
|
252
|
+
- ​<!-- 33 -->[docs] Fixes makeStyles migration example (#28213) @RomarQ
|
|
253
|
+
- ​<!-- 32 -->[docs] Fix some outdated migration guide (#28222) @siriwatknp
|
|
254
|
+
- ​<!-- 31 -->[docs] Update previews (#28223) @eps1lon
|
|
255
|
+
- ​<!-- 30 -->[docs] Demo how to use a specific slide direction for Snackbar (#28211) @goncalovf
|
|
256
|
+
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
257
|
+
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
258
|
+
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
259
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
|
|
260
|
+
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
261
|
+
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
262
|
+
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
263
|
+
- ​<!-- 22 -->[docs] Fix wrong package name in codemod (#28118) @aleccaputo
|
|
264
|
+
- ​<!-- 21 -->[docs] Cancelled subscription @oliviertassinari
|
|
265
|
+
- ​<!-- 20 -->[docs] Remove style duplication (#28087) @oliviertassinari
|
|
266
|
+
- ​<!-- 19 -->[docs] Fix migration guide typo (#28113) @paullaros
|
|
267
|
+
- ​<!-- 18 -->[docs] Reorder app bar actions (#28089) @mnajdova
|
|
268
|
+
- ​<!-- 17 -->[docs] Support Material design theme in MarkdownElement (#28109) @eps1lon
|
|
269
|
+
- ​<!-- 16 -->[docs] Improve diamond sponsors in the navigation (#28090) @mnajdova
|
|
270
|
+
- ​<!-- 15 -->[docs] Remove unnecessary comma (#28072) @michaldudak
|
|
271
|
+
- ​<!-- 04 -->[website] Add new careers page (#28184) @hbjORbj
|
|
272
|
+
- ​<!-- 03 -->[website] Disable Next.js font optimization (#28128) @michaldudak
|
|
273
|
+
- ​<!-- 02 -->[website] Polish design-kits & templates (#28131) @siriwatknp
|
|
274
|
+
- ​<!-- 01 -->[website] Update utm referral params #28040 @siriwatknp
|
|
275
|
+
|
|
276
|
+
### Core
|
|
277
|
+
|
|
278
|
+
- ​<!-- 41 -->[core] Misc bundle size tracking improvements (#28205) @eps1lon
|
|
279
|
+
- ​<!-- 40 -->[core] Ensure code preview is valid JavaScript (#28215) @eps1lon
|
|
280
|
+
- ​<!-- 39 -->[core] Create @mui/material-next package (#28200) @michaldudak
|
|
281
|
+
- ​<!-- 38 -->[core] Rename directories to match the new package names (#28185) @mnajdova
|
|
282
|
+
- ​<!-- 37 -->[core] Remove unused include (#28187) @eps1lon
|
|
283
|
+
- ​<!-- 36 -->[core] Fix PR detection mechanism for upstream PRs (#28171) @eps1lon
|
|
284
|
+
- ​<!-- 35 -->[core] Simplify ResizeObserver logic (#28037) @oliviertassinari
|
|
285
|
+
- ​<!-- 34 -->[core] Include TS modules in rollup import resolution (#28094) @michaldudak
|
|
286
|
+
- ​<!-- 06 -->[test] Update test to consider unsuppressed double render logs in React 18 (#28068) @eps1lon
|
|
287
|
+
- ​<!-- 05 -->[typescript] Make types of componentsProps consistent (#27499) @michaldudak
|
|
288
|
+
|
|
289
|
+
All contributors of this release in alphabetical order: @akashshyamdev, @aleccaputo, @DouglasPds, @eps1lon, @goncalovf,
|
|
290
|
+
@hbjORbj, @michaldudak, @mnajdova, @oliviertassinari, @outofgamut, @paullaros, @RomarQ, @siriwatknp
|
|
2
291
|
|
|
3
292
|
## 5.0.0-rc.0
|
|
4
293
|
|
|
@@ -9,8 +298,8 @@ _Sep 1, 2021_
|
|
|
9
298
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
299
|
|
|
11
300
|
- 🎉 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-org/material-ui/discussions/27803).
|
|
12
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/
|
|
13
|
-
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://
|
|
301
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
302
|
+
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
14
303
|
|
|
15
304
|
### `@mui/material@5.0.0-rc.0`
|
|
16
305
|
|
|
@@ -41,7 +330,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
41
330
|
|
|
42
331
|
> **Note**: `@mui/core` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
|
|
43
332
|
|
|
44
|
-
We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/
|
|
333
|
+
We encourage you to use the [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
|
|
45
334
|
|
|
46
335
|
#### Changes
|
|
47
336
|
|
|
@@ -97,7 +386,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
97
386
|
- ​<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
|
|
98
387
|
- ​<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
|
|
99
388
|
- ​<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
|
|
100
|
-
- ​<!-- 07 -->[test] Disable
|
|
389
|
+
- ​<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
|
|
101
390
|
|
|
102
391
|
All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
|
|
103
392
|
|
|
@@ -500,16 +789,16 @@ _Jul 14, 2021_
|
|
|
500
789
|
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
501
790
|
|
|
502
791
|
- ✨ We have introduced a new unstyled component: the Switch (#26688) @michaldudak
|
|
503
|
-
You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://
|
|
792
|
+
You can find two new versions of the Switch. A component without any styles: [`SwitchUnstyled`](https://mui.com/components/switches/#unstyled), and a hook: [`useSwitch`](https://mui.com/components/switches/#useswitch-hook).
|
|
504
793
|
|
|
505
|
-
<a href="https://
|
|
794
|
+
<a href="https://mui.com/components/switches/#unstyled"><img width="832" alt="switch" src="https://user-images.githubusercontent.com/3165635/125192249-236f8a80-e247-11eb-9df9-17d476379a32.png"></a>
|
|
506
795
|
|
|
507
796
|
You can follow our progress at https://github.com/mui-org/material-ui/issues/27170.
|
|
508
797
|
|
|
509
798
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
510
|
-
You can find the new [default values](https://
|
|
799
|
+
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
511
800
|
|
|
512
|
-
<a href="https://
|
|
801
|
+
<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>
|
|
513
802
|
|
|
514
803
|
### `@material-ui/core@5.0.0-beta.1`
|
|
515
804
|
|
|
@@ -612,7 +901,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
612
901
|
|
|
613
902
|
- 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow [the v5 stable milestone](https://github.com/mui-org/material-ui/milestone/44) for more details. We now encourage any new projects to start on v5.
|
|
614
903
|
- 🚀 We have completed all the planned breaking changes.
|
|
615
|
-
- ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui-org/material-ui/tree/HEAD/packages/
|
|
904
|
+
- ⚒️ We added the codemod CLI to simplify migration to v5 (#26941) @eps1lon. You can find it at [`@material-ui/codemod`](https://github.com/mui-org/material-ui/tree/HEAD/packages/mui-codemod).
|
|
616
905
|
- 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
|
|
617
906
|
|
|
618
907
|
### `@material-ui/core@5.0.0-beta.0`
|
|
@@ -749,12 +1038,12 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
749
1038
|
- 🚀 We have only 2 left in the [breaking changes](https://github.com/mui-org/material-ui/issues/20012). The plan to release 5.0.0-beta.0 is on July 1st and will start to promote its usage over v4.
|
|
750
1039
|
- 🎨 We have updated `Slider` to match current [Material Design guidelines](https://material.io/components/sliders).
|
|
751
1040
|
|
|
752
|
-
<a href="https://
|
|
1041
|
+
<a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
|
|
753
1042
|
|
|
754
|
-
- 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://
|
|
1043
|
+
- 💡 `IconButton` now supports 3 sizes (`small, medium, large`). [See demo](https://mui.com/components/buttons/#sizes-2).
|
|
755
1044
|
- ♿️ We have improved the default style of the `Link` to be more accessible (#26145) @ahmed-28
|
|
756
1045
|
|
|
757
|
-
<a href="https://
|
|
1046
|
+
<a href="https://mui.com/components/links/"><img width="543" alt="" src="https://user-images.githubusercontent.com/3165635/123097983-ef1b6200-d430-11eb-97da-b491fba5df49.png"></a>
|
|
758
1047
|
|
|
759
1048
|
### `@material-ui/core@5.0.0-alpha.38`
|
|
760
1049
|
|
|
@@ -832,13 +1121,13 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
832
1121
|
|
|
833
1122
|
- ​<!-- 08 -->[Slider] Adjust css to match the specification (#26632) @siriwatknp
|
|
834
1123
|
|
|
835
|
-
Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://
|
|
1124
|
+
Rework the CSS to match the latest [Material Design guidelines](https://material.io/components/sliders) and make custom styles more intuitive. [See documentation](https://mui.com/components/slider/).
|
|
836
1125
|
|
|
837
|
-
<a href="https://
|
|
1126
|
+
<a href="https://mui.com/components/slider/#continuous-sliders"><img width="247" alt="" src="https://user-images.githubusercontent.com/3165635/121884800-a8808600-cd13-11eb-8cdf-e25de8f1ba73.png" style="margin: auto"></a>
|
|
838
1127
|
|
|
839
|
-
You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://
|
|
1128
|
+
You can reduce the density of the slider, closer to v4 with the [`size="small"` prop](https://mui.com/components/slider/#sizes).
|
|
840
1129
|
|
|
841
|
-
<a href="https://
|
|
1130
|
+
<a href="https://mui.com/components/slider/#sizes"><img width="330" alt="" src="https://user-images.githubusercontent.com/3165635/123076549-8aa0d880-d419-11eb-8835-06cd2b21b2d3.png" style="margin: auto"></a>
|
|
842
1131
|
|
|
843
1132
|
- ​<!-- 14 -->[IconButton] Remove label span (#26801) @siriwatknp
|
|
844
1133
|
|
|
@@ -959,7 +1248,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
959
1248
|
</Grid>
|
|
960
1249
|
```
|
|
961
1250
|
|
|
962
|
-
Head to the [documentation](https://
|
|
1251
|
+
Head to the [documentation](https://mui.com/components/grid/#responsive-values) for more details.
|
|
963
1252
|
|
|
964
1253
|
- ⚒️ We've introduced a new `useTheme` and `useThemeProps` hooks in the `@material-ui/system` package.
|
|
965
1254
|
We believe that this package can be used as a standalone styling solution for building custom design systems (#26649) @mnajdova.
|
|
@@ -1069,10 +1358,10 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
1069
1358
|
We're confident that its API shouldn't receive any major changes until the stable release of v5 (#26558) @mnajdova.
|
|
1070
1359
|
- 📦 `@material-ui/icons` only ships ES modules and no longer CommonJS modules.
|
|
1071
1360
|
This reduces the download size of the package from 1.7 MB to 1.2 MB and install size from 15.6 MB to 6.7 MB (#26310) @eps1lon.
|
|
1072
|
-
- 💄 Add support for [row and column spacing](https://
|
|
1361
|
+
- 💄 Add support for [row and column spacing](https://mui.com/components/grid/#row-amp-column-spacing) in the Grid component (#26559) @likitarai1.
|
|
1073
1362
|
<img width="549" alt="grid spacing demo" src="https://user-images.githubusercontent.com/3165635/121089288-383fa500-c7e7-11eb-8c43-53457b7430f1.png">
|
|
1074
1363
|
|
|
1075
|
-
Note that this feature was already available for [CSS grid users](https://
|
|
1364
|
+
Note that this feature was already available for [CSS grid users](https://mui.com/components/grid/#css-grid-layout) with the `rowGap` and `columnGap` props.
|
|
1076
1365
|
|
|
1077
1366
|
### `@material-ui/core@5.0.0-alpha.36`
|
|
1078
1367
|
|
|
@@ -1175,7 +1464,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
1175
1464
|
|
|
1176
1465
|
- 👩🎤 We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
|
|
1177
1466
|
- 📦 Save [10 kB gzipped](https://bundlephobia.com/result?p=@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
|
|
1178
|
-
- ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/
|
|
1467
|
+
- ⚒️ Add many new [codemods](https://github.com/mui-org/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
|
|
1179
1468
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
1180
1469
|
|
|
1181
1470
|
### `@material-ui/core@5.0.0-alpha.35`
|
|
@@ -1413,7 +1702,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1413
1702
|
/>
|
|
1414
1703
|
```
|
|
1415
1704
|
|
|
1416
|
-
> Follow [this link](https://
|
|
1705
|
+
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
1417
1706
|
|
|
1418
1707
|
#### Changes
|
|
1419
1708
|
|
|
@@ -1481,7 +1770,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1481
1770
|
|
|
1482
1771
|
- ​<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
|
|
1483
1772
|
- ​<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
|
|
1484
|
-
- ​<!-- 55 -->[core] Include human readable target in the
|
|
1773
|
+
- ​<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
|
|
1485
1774
|
- ​<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
|
|
1486
1775
|
- ​<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
|
|
1487
1776
|
- ​<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
|
|
@@ -1664,7 +1953,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
1664
1953
|
|
|
1665
1954
|
- ​<!-- 64 -->[withWidth] Remove API (#26136) @m4theushw
|
|
1666
1955
|
|
|
1667
|
-
Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://
|
|
1956
|
+
Removed in favor of the `useMediaQuery` hook. You can reproduce the same functionality creating a custom hook as described [here](https://mui.com/components/use-media-query/#migrating-from-withwidth).
|
|
1668
1957
|
|
|
1669
1958
|
- ​<!-- 75 -->[Autocomplete] Rename values of the reason argument (#26172) @m4theushw
|
|
1670
1959
|
|
|
@@ -2004,7 +2293,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2004
2293
|
#### Breaking changes
|
|
2005
2294
|
|
|
2006
2295
|
- [FormControl] Change default variant from standard to outlined (#24895) @petyosi
|
|
2007
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/
|
|
2296
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
2008
2297
|
|
|
2009
2298
|
```diff
|
|
2010
2299
|
-<FormControl value="Standard" />
|
|
@@ -2016,7 +2305,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
2016
2305
|
- [Menu] The `selectedMenu` variant will not vertically align the selected item with the anchor anymore. (#25691) @m4theushw
|
|
2017
2306
|
- [Popover] Remove the `getContentAnchorEl` prop to simplify the positioning logic. (#25691) @m4theushw
|
|
2018
2307
|
- [Select] Change default variant from standard to outlined (#24895) @petyosi
|
|
2019
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/
|
|
2308
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
2020
2309
|
|
|
2021
2310
|
```diff
|
|
2022
2311
|
-<Select value="Standard" />
|
|
@@ -2303,7 +2592,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
2303
2592
|
|
|
2304
2593
|
<img width="830" alt="stack" src="https://user-images.githubusercontent.com/3165635/112068427-29434200-8b6a-11eb-94e8-057535423b0f.png">
|
|
2305
2594
|
|
|
2306
|
-
See the documentation for [more details](https://
|
|
2595
|
+
See the documentation for [more details](https://mui.com/components/stack/).
|
|
2307
2596
|
|
|
2308
2597
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
2309
2598
|
|
|
@@ -2704,7 +2993,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
2704
2993
|
```
|
|
2705
2994
|
|
|
2706
2995
|
- 📅 Focus on the date pickers, 5 fixes and 3 docs improvements.
|
|
2707
|
-
- 💅 Provide a new [`darkScrollbar()`](https://
|
|
2996
|
+
- 💅 Provide a new [`darkScrollbar()`](https://mui.com/components/css-baseline/#scrollbars) CSS utility to improve the native scrollbar in dark mode. The documentation uses it.
|
|
2708
2997
|
|
|
2709
2998
|
### `@material-ui/core@5.0.0-alpha.25`
|
|
2710
2999
|
|
|
@@ -3438,7 +3727,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3438
3727
|
|
|
3439
3728
|
- [Box] Remove deprecated props (#23716) @mnajdova
|
|
3440
3729
|
All props are now available under the `sx` prop. A deprecation will be landing in v4.
|
|
3441
|
-
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/
|
|
3730
|
+
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui-org/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
|
|
3442
3731
|
|
|
3443
3732
|
```diff
|
|
3444
3733
|
-<Box p={2} bgColor="primary.main">
|
|
@@ -3553,7 +3842,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
3553
3842
|
);
|
|
3554
3843
|
```
|
|
3555
3844
|
|
|
3556
|
-
This enforces emotion being injected first. [More details](https://
|
|
3845
|
+
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
3557
3846
|
|
|
3558
3847
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
3559
3848
|
|
|
@@ -3689,11 +3978,11 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
3689
3978
|
A big thanks to the 34 contributors who made this release possible. Here are some highlights ✨:
|
|
3690
3979
|
|
|
3691
3980
|
- 📅 Migrate the date picker to the lab (#22692) @dmtrKovalenko.
|
|
3692
|
-
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://
|
|
3981
|
+
We have integrated the components with the code infrastructure. Next we will migrate all the GitHub issues from [material-ui-pickers](https://github.com/mui-org/material-ui-pickers) and archive the repository. This migration will help provide first-class support for the date picker components. The component will stay in the lab as long as necessary to reach the high quality bar we have for core components. You can find the [new documentation here](https://mui.com/components/pickers/).
|
|
3693
3982
|
|
|
3694
3983
|
While the source code is currently hosted in the [main repository](https://github.com/mui-org/material-ui), we might move it to the [x repository](https://github.com/mui-org/material-ui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
3695
3984
|
|
|
3696
|
-
- 📚 Revamp the documentation for [the system](https://
|
|
3985
|
+
- 📚 Revamp the documentation for [the system](https://mui.com/system/basics/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
3697
3986
|
- 👩🎨 Upgrade emotion to v11 (#23007) @mnajdova.
|
|
3698
3987
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
3699
3988
|
|
|
@@ -3702,7 +3991,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
3702
3991
|
#### Breaking changes
|
|
3703
3992
|
|
|
3704
3993
|
- [TextField] Change default variant from standard to outlined (#23503) @mbrookes
|
|
3705
|
-
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/
|
|
3994
|
+
Standard has been removed from the Material Design guidelines. [This codemod](https://github.com/mui-org/material-ui/tree/next/packages/mui-codemod#variant-prop) will automatically update your code.
|
|
3706
3995
|
|
|
3707
3996
|
```diff
|
|
3708
3997
|
-<TextField value="Standard" />
|
|
@@ -3795,7 +4084,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3795
4084
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
3796
4085
|
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`.
|
|
3797
4086
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
3798
|
-
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://
|
|
4087
|
+
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.
|
|
3799
4088
|
|
|
3800
4089
|
**Why an unstyled package?**
|
|
3801
4090
|
|
|
@@ -3805,7 +4094,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
3805
4094
|
|
|
3806
4095
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui-org/material-ui/issues/22485) (not Material Design based).
|
|
3807
4096
|
|
|
3808
|
-
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://
|
|
4097
|
+
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).
|
|
3809
4098
|
|
|
3810
4099
|
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.
|
|
3811
4100
|
|
|
@@ -4077,7 +4366,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
4077
4366
|
Here are some highlights ✨:
|
|
4078
4367
|
|
|
4079
4368
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
4080
|
-
This is a significant update to the [browsers supported](https://
|
|
4369
|
+
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material-UI.
|
|
4081
4370
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
4082
4371
|
|
|
4083
4372
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -4088,13 +4377,13 @@ Here are some highlights ✨:
|
|
|
4088
4377
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
4089
4378
|
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).
|
|
4090
4379
|
|
|
4091
|
-
Check the updated [Supported platforms documentation](https://
|
|
4380
|
+
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/).
|
|
4092
4381
|
|
|
4093
4382
|
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.
|
|
4094
4383
|
|
|
4095
4384
|
- 🚀 Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
4096
|
-
This was a prerequisite step to improve the [system](https://
|
|
4097
|
-
- ✏️ A new blog post: [Q3 2020 Update](https://
|
|
4385
|
+
This was a prerequisite step to improve the [system](https://mui.com/system/basics/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
|
|
4386
|
+
- ✏️ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
4098
4387
|
- 🐙 Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
4099
4388
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
4100
4389
|
|
|
@@ -4207,7 +4496,7 @@ Here are some highlights ✨:
|
|
|
4207
4496
|
The early benchmark we have run shows that performance has improved. We will share more detailed results in #21657.
|
|
4208
4497
|
- 🐙 Migrate a large portion of the tests from enzyme to react-testing-library @eladmotola, @baterson, @bewong89, @devrasec, @guillermaster, @itamar244, @jeferson-sb, @The24thDS.
|
|
4209
4498
|
Last month, react-testing-library had [more downloads](https://npm-stat.com/charts.html?package=enzyme&package=%40testing-library%2Freact&from=2019-10-10&to=2020-10-10) than enzyme in the ecosystem!
|
|
4210
|
-
- 🏷 Add support for tooltips [following the cursor](https://
|
|
4499
|
+
- 🏷 Add support for tooltips [following the cursor](https://mui.com/components/tooltips/#follow-cursor) (#22876) @xtrixia.
|
|
4211
4500
|
- And many more 🐛 bug fixes and 📚 improvements.
|
|
4212
4501
|
|
|
4213
4502
|
### `@material-ui/core@v5.0.0-alpha.12`
|
|
@@ -4428,23 +4717,23 @@ Here are some highlights ✨:
|
|
|
4428
4717
|
|
|
4429
4718
|
- 👩🎨 A first iteration on the new styling solution.
|
|
4430
4719
|
|
|
4431
|
-
You can find a [new version](https://
|
|
4720
|
+
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [emotion](https://emotion.sh/).
|
|
4432
4721
|
|
|
4433
4722
|
In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/s/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
|
|
4434
4723
|
|
|
4435
4724
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
4436
4725
|
|
|
4437
|
-
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://
|
|
4726
|
+
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/basics/)).
|
|
4438
4727
|
|
|
4439
4728
|
This change has been in our roadmap for more than a year.
|
|
4440
4729
|
We announced it in the [v4 release blog post](https://medium.com/material-ui/material-ui-v4-is-out-4b7587d1e701) as a direction v5 would take.
|
|
4441
4730
|
|
|
4442
4731
|
- 🛠 A first iteration on the unstyled components.
|
|
4443
4732
|
|
|
4444
|
-
You can find a [new version](https://
|
|
4733
|
+
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
4445
4734
|
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.
|
|
4446
4735
|
|
|
4447
|
-
- ⚡️ A first alpha of the [DataGrid](https://
|
|
4736
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/components/data-grid/) component.
|
|
4448
4737
|
|
|
4449
4738
|
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:
|
|
4450
4739
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -4864,7 +5153,7 @@ const theme = createMuiTheme({
|
|
|
4864
5153
|
});
|
|
4865
5154
|
```
|
|
4866
5155
|
|
|
4867
|
-
- ✨ Add [text in divider](https://
|
|
5156
|
+
- ✨ Add [text in divider](https://mui.com/components/dividers/#dividers-with-text) support (#22285) @ShehryarShoukat96
|
|
4868
5157
|
|
|
4869
5158
|
```jsx
|
|
4870
5159
|
<Divider>{'CENTER'}</Divider>
|
|
@@ -5179,9 +5468,9 @@ Here are some highlights ✨:
|
|
|
5179
5468
|
<Button variant="dashed" />;
|
|
5180
5469
|
```
|
|
5181
5470
|
|
|
5182
|
-
More details in [the documentation](https://
|
|
5471
|
+
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
5183
5472
|
|
|
5184
|
-
- 👮 Add documentation for the [TrapFocus](https://
|
|
5473
|
+
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
5185
5474
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
5186
5475
|
- 🚧 We have undertaken breaking changes.
|
|
5187
5476
|
|
|
@@ -5687,7 +5976,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
5687
5976
|
/>
|
|
5688
5977
|
```
|
|
5689
5978
|
|
|
5690
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://
|
|
5979
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/basics/) (#21413) @mnajdova.
|
|
5691
5980
|
|
|
5692
5981
|
```diff
|
|
5693
5982
|
-import Typography from '@material-ui/core/Typography';
|