@mui/lab 5.0.0-alpha.96 → 5.0.0-alpha.99
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/CHANGELOG.md +159 -0
- package/LoadingButton/LoadingButton.d.ts +1 -1
- package/index.js +1 -1
- package/internal/svg-icons/ArrowDropDown.d.ts +3 -3
- package/internal/svg-icons/ArrowLeft.d.ts +3 -3
- package/internal/svg-icons/ArrowRight.d.ts +3 -3
- package/internal/svg-icons/Calendar.d.ts +3 -3
- package/internal/svg-icons/Clock.d.ts +3 -3
- package/internal/svg-icons/DateRange.d.ts +3 -3
- package/internal/svg-icons/Pen.d.ts +3 -3
- package/internal/svg-icons/Time.d.ts +3 -3
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,164 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.10.5
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.10.4..master -->
|
|
6
|
+
|
|
7
|
+
_Sep 12, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 [Blog post](https://mui.com/blog/introducing-mui-base/) for announcing the release of the MUI Base package is out thanks to @michaldudak.
|
|
12
|
+
- 🚀 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
|
|
13
|
+
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
14
|
+
|
|
15
|
+
### `@mui/material@5.10.5`
|
|
16
|
+
|
|
17
|
+
- ​<!-- 05 -->[ListItemText] Fix variant mapping in `primaryTypography` (#33880) @iamxukai
|
|
18
|
+
- ​<!-- 03 -->[Timeline] Add left and right aligned timeline demos in docs (#34156) @ZeeshanTamboli
|
|
19
|
+
|
|
20
|
+
### `@mui/joy@5.0.0-alpha.45`
|
|
21
|
+
|
|
22
|
+
- ​<!-- 20 -->[Joy UI] Add `CircularProgress` component (#33869) @hbjORbj
|
|
23
|
+
- ​<!-- 19 -->[Joy UI] Add `FormControl` component (#34187) @siriwatknp
|
|
24
|
+
- ​<!-- 18 -->[Joy UI] Add `ListSubheader` component (#34191) @siriwatknp
|
|
25
|
+
- ​<!-- 17 -->[Joy UI] Add `Modal` component (#34043) @siriwatknp
|
|
26
|
+
- ​<!-- 10 -->[Joy] Fix list value of false or 0 (zero) text is incorrectly grey (#34255) @kushagra010
|
|
27
|
+
- ​<!-- 09 -->[Joy] Adjust typography decorator margin (#34257) @siriwatknp
|
|
28
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes (#34193) @siriwatknp
|
|
29
|
+
- ​<!-- 07 -->[Radio][joy] Integrate with form control (#34277) @siriwatknp
|
|
30
|
+
- ​<!-- 06 -->[Joy][textarea] Pass `textarea` props from `componentsProps` (#34223) @HexM7
|
|
31
|
+
|
|
32
|
+
### Docs
|
|
33
|
+
|
|
34
|
+
- ​<!-- 16 -->[blog] Introducing MUI Base (#33778) @michaldudak
|
|
35
|
+
- ​<!-- 13 -->[docs] Fix spelling error (#34209) @ChrystianDeMatos
|
|
36
|
+
- ​<!-- 12 -->[docs] Improve link to the security policy (#34219) @oliviertassinari
|
|
37
|
+
- ​<!-- 11 -->[docs] Fix typo in Joy UI's `Usage` docs (#34200) @zillion504
|
|
38
|
+
- ​<!-- 02 -->[website] Add Lukas to the about page (#34284) @LukasTy
|
|
39
|
+
- ​<!-- 01 -->[website] Update diamond sponsor URL (#34256) @oliviertassinari
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- ​<!-- 04 -->[test] Replace argos-cli with @argos-ci/core (#34178) @michaldudak
|
|
44
|
+
- ​<!-- 15 -->[core] Create a script to generate codeowners (#34175) @michaldudak
|
|
45
|
+
- ​<!-- 14 -->[core] Add RFC GH issue template (#33871) @bytasv
|
|
46
|
+
|
|
47
|
+
All contributors of this release in alphabetical order: @bytasv, @ChrystianDeMatos, @hbjORbj, @HexM7, @iamxukai, @kushagra010, @LukasTy, @michaldudak, @oliviertassinari, @siriwatknp, @ZeeshanTamboli, @zillion504
|
|
48
|
+
|
|
49
|
+
## 5.10.4
|
|
50
|
+
|
|
51
|
+
<!-- generated comparing v5.10.3..master -->
|
|
52
|
+
|
|
53
|
+
_Sep 5, 2022_
|
|
54
|
+
|
|
55
|
+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
56
|
+
|
|
57
|
+
- 🚀 Added [`Alert`](https://mui.com/joy-ui/react-alert/) component to Joy UI (#33859) @hbjORbj
|
|
58
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
59
|
+
|
|
60
|
+
### `@mui/material@5.10.4`
|
|
61
|
+
|
|
62
|
+
- ​<!-- 22 -->[Avatar] Use structured / semantic markup for avatars and avatar groups (#33994) @paulschreiber
|
|
63
|
+
- ​<!-- 05 -->[Steps] Use structured / semantic markup for steps and steppers (#34138) @paulschreiber
|
|
64
|
+
|
|
65
|
+
### `@mui/joy@5.0.0-alpha.44`
|
|
66
|
+
|
|
67
|
+
- ​<!-- 23 -->[Alert][joy] Add `Alert` component (#33859) @hbjORbj
|
|
68
|
+
- ​<!-- 08 -->[Joy] Make the description of `componentsProps` generic (#34140) @hbjORbj
|
|
69
|
+
- ​<!-- 07 -->[Joy] Add tests / classes for `Breadcrumbs` component (#33860) @hbjORbj
|
|
70
|
+
- ​<!-- 06 -->[Select][joy] Fix forwarding listbox `component` prop (#34172) @siriwatknp
|
|
71
|
+
|
|
72
|
+
### `@mui/base@5.0.0-alpha.96`
|
|
73
|
+
|
|
74
|
+
- ​<!-- 21 -->[Select][base] Fix type issues that appeared with TS 4.8 (#34132) @michaldudak
|
|
75
|
+
|
|
76
|
+
### Docs
|
|
77
|
+
|
|
78
|
+
- ​<!-- 15 -->[docs] Add `mui-color-input`, `mui-chips-input` and `mui-tel-input` into the related projects page (#34123) @viclafouch
|
|
79
|
+
- ​<!-- 14 -->[docs] Update sponsors (#34157) @hbjORbj
|
|
80
|
+
- ​<!-- 13 -->[docs] Move 5 component names to Title Case (#34118) @oliviertassinari
|
|
81
|
+
- ​<!-- 12 -->[docs] Fix the color contrast on optional API methods (#34127) @oliviertassinari
|
|
82
|
+
- ​<!-- 11 -->[docs] Fix crash due to using wrong variable (#34171) @siriwatknp
|
|
83
|
+
- ​<!-- 10 -->[docs] Fix a few Base typos (#33986) @ropereraLK
|
|
84
|
+
- ​<!-- 09 -->[docs] Revise Joy UI "Overview" page copy (#34087) @samuelsycamore
|
|
85
|
+
- ​<!-- 20 -->[blog] Fix social cards (#34160) @oliviertassinari
|
|
86
|
+
- ​<!-- 03 -->[website] Allow deep linking to sponsors @oliviertassinari
|
|
87
|
+
- ​<!-- 02 -->[website] Update job descriptions (#34134) @DanailH
|
|
88
|
+
- ​<!-- 01 -->[website] Link Toolpad landing page @oliviertassinari
|
|
89
|
+
|
|
90
|
+
### Core
|
|
91
|
+
|
|
92
|
+
- ​<!-- 19 -->[core] Move renovate config to the repository root (#34180) @oliviertassinari
|
|
93
|
+
- ​<!-- 18 -->[core] Reinstate react/no-unused-prop-types eslint rule (#34125) @Janpot
|
|
94
|
+
- ​<!-- 17 -->[core] Do not append `types` field to packages without index.d.ts (#33952) @michaldudak
|
|
95
|
+
- ​<!-- 16 -->[core] Sanitize input in icon synonyms update script (#33989) @michaldudak
|
|
96
|
+
- ​<!-- 04 -->[test] Allow to pass options to `mousePress` function (#34124) @cherniavskii
|
|
97
|
+
|
|
98
|
+
All contributors of this release in alphabetical order: @cherniavskii, @DanailH, @hbjORbj, @Janpot, @michaldudak, @oliviertassinari, @paulschreiber, @ropereraLK, @samuelsycamore, @siriwatknp, @viclafouch
|
|
99
|
+
|
|
100
|
+
## 5.10.3
|
|
101
|
+
|
|
102
|
+
<!-- generated comparing v5.10.2..master -->
|
|
103
|
+
|
|
104
|
+
_Aug 29, 2022_
|
|
105
|
+
|
|
106
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
107
|
+
|
|
108
|
+
- ⚡ @mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#32735)
|
|
109
|
+
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
|
|
110
|
+
|
|
111
|
+
### `@mui/material@5.10.3`
|
|
112
|
+
|
|
113
|
+
- [Autocomplete][material] Fix value overflow when `disableClearable` is used (#34053) @mnajdova
|
|
114
|
+
- [Autocomplete] Update unstyled demo to not import Material UI (#34060) @oliviertassinari
|
|
115
|
+
- [Slider] Remove SliderInput export from d.ts (#34055) @pieetrus
|
|
116
|
+
- [TablePagination] Fix select variant not working (#33974) @ZeeshanTamboli
|
|
117
|
+
|
|
118
|
+
### `@mui/system@5.10.3`
|
|
119
|
+
|
|
120
|
+
- [system] Fix mode blink when open multiple sessions (#33877) @siriwatknp
|
|
121
|
+
|
|
122
|
+
### `@mui/base@5.0.0-alpha.95`
|
|
123
|
+
|
|
124
|
+
- [Button][base] Prevent too many ref updates (#33882) @michaldudak
|
|
125
|
+
- [Select][base] Fix typo in listbox blur event handler (#34120) @ZeeshanTamboli
|
|
126
|
+
- [TrapFocus] Improve tab test and simplify demo (#34008) @EthanStandel
|
|
127
|
+
|
|
128
|
+
### `@mui/joy@5.0.0-alpha.43`
|
|
129
|
+
|
|
130
|
+
- [Joy] Fix `role` proptypes (#34119) @siriwatknp
|
|
131
|
+
- [Joy] Refine `componentsProps` for all components (#34077) @siriwatknp
|
|
132
|
+
- [Radio][joy] support `componentsProps` as a function (#34022) @siriwatknp
|
|
133
|
+
- [Select][joy] Improve the a11y on the select field demo (#34073) @mnajdova
|
|
134
|
+
- [Textarea][joy] Add `Textarea` component (#33975) @siriwatknp
|
|
135
|
+
|
|
136
|
+
### Docs
|
|
137
|
+
|
|
138
|
+
- [blog] Add Grid v2 announcement (#33926) @siriwatknp
|
|
139
|
+
- [blog] Making customizable components (#33183) @alexfauquette
|
|
140
|
+
- [blog] Improve SEO metadata (#33954) @oliviertassinari
|
|
141
|
+
- [docs] Add introduction Base component demos & general uplift (#33896) @danilo-leal
|
|
142
|
+
- [docs] Fix Gatsby sample config in CSS variables (#34024) @bicstone
|
|
143
|
+
- [docs] Fix 404 link from Joy to React Router (#34115) @oliviertassinari
|
|
144
|
+
- [docs] Fix typo in `Select` component (#34091) @HexM7
|
|
145
|
+
- [docs] Fix 301 links to tss's docs @oliviertassinari
|
|
146
|
+
- [docs] Fixing Joy UI usage snippet (#34049) @JonathanAsbury-SPS
|
|
147
|
+
- [docs] Fix missing JSX closing tag in Tooltip docs (#34064) @hoangph271
|
|
148
|
+
- [website] Add Toolpad to Navigation (#33937) @bharatkashyap
|
|
149
|
+
- [website] Improve SEO meta description for MUI X @oliviertassinari
|
|
150
|
+
- [website] Improve visual look of code demos (#34070) @oliviertassinari
|
|
151
|
+
- [website] Fix `DatePicker` component demo on the home page (#34054) @NaveenPantra
|
|
152
|
+
|
|
153
|
+
### Core
|
|
154
|
+
|
|
155
|
+
- [core] Offer alternative to `OverridableComponent` via module augmentation for better performance (#32735) @mnajdova
|
|
156
|
+
- [core] Fix prop-type warning in regression tests (#34086) @oliviertassinari
|
|
157
|
+
- [core] Specify code owners (#33995) @michaldudak
|
|
158
|
+
- [core] Fix scroll restoration (#34037) @oliviertassinari
|
|
159
|
+
|
|
160
|
+
All contributors of this release in alphabetical order: @alexfauquette, @bharatkashyap, @bicstone, @danilo-leal, @EthanStandel, @HexM7, @hoangph271, @JonathanAsbury-SPS, @michaldudak, @mnajdova, @NaveenPantra, @oliviertassinari, @pieetrus, @renovate[bot], @siriwatknp, @ZeeshanTamboli
|
|
161
|
+
|
|
3
162
|
## 5.10.2
|
|
4
163
|
|
|
5
164
|
<!-- generated comparing v5.10.1..master -->
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
2
|
-
muiName: string;
|
|
3
|
-
};
|
|
4
1
|
/**
|
|
5
2
|
* @ignore - internal component.
|
|
6
3
|
*/
|
|
4
|
+
declare const _default: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
5
|
+
muiName: string;
|
|
6
|
+
};
|
|
7
7
|
export default _default;
|
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/lab",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.99",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@babel/runtime": "^7.
|
|
51
|
-
"@mui/base": "5.0.0-alpha.
|
|
52
|
-
"@mui/system": "^5.10.
|
|
53
|
-
"@mui/utils": "^5.
|
|
50
|
+
"@babel/runtime": "^7.18.9",
|
|
51
|
+
"@mui/base": "5.0.0-alpha.97",
|
|
52
|
+
"@mui/system": "^5.10.5",
|
|
53
|
+
"@mui/utils": "^5.10.3",
|
|
54
54
|
"clsx": "^1.2.1",
|
|
55
55
|
"prop-types": "^15.8.1",
|
|
56
56
|
"react-is": "^18.2.0"
|