@mui/lab 5.0.0-alpha.129 โ 5.0.0-alpha.131
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 +165 -0
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,170 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.13.2
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.13.1..master -->
|
|
6
|
+
|
|
7
|
+
_May 22, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
10
|
+
๐ This release focuses primarily on documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.13.2
|
|
13
|
+
|
|
14
|
+
- [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
|
|
15
|
+
|
|
16
|
+
### Docs
|
|
17
|
+
|
|
18
|
+
- [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
|
|
19
|
+
- [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
|
|
20
|
+
- [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
|
|
21
|
+
- [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
|
|
22
|
+
- [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
|
|
23
|
+
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
24
|
+
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
25
|
+
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
26
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
27
|
+
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
28
|
+
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
29
|
+
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
30
|
+
- [docs][Tab] Add vertical tabs demo (#37292) @sai6855
|
|
31
|
+
- [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
|
|
32
|
+
- [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
|
|
33
|
+
- [Website] Add Brijesh to About page (#37318) @brijeshb42
|
|
34
|
+
- [website] Update pricing table (#37290) @cherniavskii
|
|
35
|
+
- [website] Update core open roles (#37224) @mnajdova
|
|
36
|
+
|
|
37
|
+
### Core
|
|
38
|
+
|
|
39
|
+
- Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
|
|
40
|
+
- [core] Move esmExternals to the shared next config (#37332) @michaldudak
|
|
41
|
+
|
|
42
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
|
|
43
|
+
|
|
44
|
+
## 5.13.1
|
|
45
|
+
|
|
46
|
+
<!-- generated comparing v5.13.0..master -->
|
|
47
|
+
|
|
48
|
+
_May 16, 2023_
|
|
49
|
+
|
|
50
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights โจ:
|
|
51
|
+
|
|
52
|
+
- ๐ Added Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
|
|
53
|
+
- ๐ bug fixes and ๐ documentation improvements.
|
|
54
|
+
|
|
55
|
+
### `@mui/material@5.13.1`
|
|
56
|
+
|
|
57
|
+
- [Autocomplete] Allow tooltip text selection (#36503) @safeamiiir
|
|
58
|
+
- [Dialog] Fixed broken dialog when using maxWidth="xs" and custom breakpoint unit (#37237) @jguddas
|
|
59
|
+
- [l10n] Add Central Myanmar (my-MY), Malay (ms-MS), Nepali (ne-NP), Tagalog (tl-TL) locales (#37017) @cccEric
|
|
60
|
+
|
|
61
|
+
### `@mui/utils@5.13.1`
|
|
62
|
+
|
|
63
|
+
- [utils] Fix downstream bundlers remove React 17 useId compatibility (#37183) @nickiaconis
|
|
64
|
+
|
|
65
|
+
### `@mui/base@5.0.0-beta.1`
|
|
66
|
+
|
|
67
|
+
- [Select][base] Keep focus on the trigger element when listbox is open (#37244) @michaldudak
|
|
68
|
+
|
|
69
|
+
### `@mui/joy@5.0.0-alpha.80`
|
|
70
|
+
|
|
71
|
+
- [Autocomplete] Fixed scroll into view (#37217) @sai6855
|
|
72
|
+
- [AutocompleteOption][Avatar] js test replaced with ts test (#37088) @PunitSoniME
|
|
73
|
+
- [Breadcrumbs] Replace js-tests with ts-tests (#37107) @mauwaz
|
|
74
|
+
- [RadioGroup] Turn JS test to TS test (#37138) @uuxxx
|
|
75
|
+
- [SvgIcon] Turn JS test to TS test (#37151) @nicolas-ot
|
|
76
|
+
- [Tooltip] Turn JS test to TS test (#37149) @nicolas-ot
|
|
77
|
+
- [Typography] Convert Typography test to TypeScript (#37165) @DerTimonius
|
|
78
|
+
- [Sheet][Slider][Stack][Switch] Replace js-tests with ts-tests (#37139) @mauwaz
|
|
79
|
+
- Miscellaneous fixes (#37274) @siriwatknp
|
|
80
|
+
|
|
81
|
+
### Docs
|
|
82
|
+
|
|
83
|
+
- [docs] Remove upload button (#36844) @Bastian
|
|
84
|
+
- [docs] Update link to overriding component structure guide (#36870) @hbjORbj
|
|
85
|
+
- [docs] Fix Material Design templates (#37187) @oliviertassinari
|
|
86
|
+
- [docs] Fix link to Joy UI GitHub issues @oliviertassinari
|
|
87
|
+
- [docs] Show default value for `filterOptions` prop in Autocomplete's API docs (#37230) @ZeeshanTamboli
|
|
88
|
+
- [docs] Add summary and improve `test_static` CI doc in CONTRIBUTING readme file (#36711) @kriskw1999
|
|
89
|
+
- [docs] Update theme customization typescript (#35551) @siriwatknp
|
|
90
|
+
- [docs] Add Joy Frames X web blocks template (#37203) @siriwatknp
|
|
91
|
+
- [docs] Change Base UI `alpha` to `beta` in README (#37228) @ZeeshanTamboli
|
|
92
|
+
- [docs] Improve Base UI overview page (#37227) @mnajdova
|
|
93
|
+
- [docs] Update Joy + Material guide (#36911) @cherniavskii
|
|
94
|
+
|
|
95
|
+
### Core
|
|
96
|
+
|
|
97
|
+
- [core] Remove `toEqualDateTime` chai matcher (#37073) @flaviendelangle
|
|
98
|
+
- [core] Check dependency cycles inside packages directory only (#37223) @michaldudak
|
|
99
|
+
- [core] Remove outdated babel proposal plugins (#36795) @kkocdko
|
|
100
|
+
- [website] Add Diego to About Us page (#37284) @DiegoAndai
|
|
101
|
+
- [website] Add Victor teamMember card to 'About' (#37283) @zanivan
|
|
102
|
+
- [website] Add Rich to the 'About' page (#37221) @richbustos
|
|
103
|
+
|
|
104
|
+
All contributors of this release in alphabetical order: @Bastian, @binh1298, @cccEric, @cherniavskii, @DerTimonius, @DiegoAndai, @flaviendelangle, @hbjORbj, @jguddas, @kkocdko, @kriskw1999, @mauwaz, @michaldudak, @mnajdova, @nickiaconis, @nicolas-ot, @oliviertassinari, @PunitSoniME, @richbustos, @safeamiiir, @sai6855, @siriwatknp, @uuxxx, @zanivan, @ZeeshanTamboli
|
|
105
|
+
|
|
106
|
+
## 5.13.0
|
|
107
|
+
|
|
108
|
+
<!-- generated comparing v5.12.3..master -->
|
|
109
|
+
|
|
110
|
+
_May 10, 2023_
|
|
111
|
+
|
|
112
|
+
A big thanks to the 18 contributors who made this release possible. Here are some highlights โจ:
|
|
113
|
+
|
|
114
|
+
- ๐ Base UI is now in beta - all planned breaking changes are now complete!
|
|
115
|
+
- ๐บ We have a new [project roadmap](https://github.com/orgs/mui/projects/18/views/1) on GitHub where you can learn about what's coming next.
|
|
116
|
+
- ๐ Various bug fixes, ๐ documentation and ๐งช testing improvements
|
|
117
|
+
|
|
118
|
+
### `@mui/material@5.13.0`
|
|
119
|
+
|
|
120
|
+
- [Autocomplete] Support `ChipComponent` type (#37112) @sai6855
|
|
121
|
+
- [AppBar] Fix component type (#37172) @sai6855
|
|
122
|
+
- [Select] Simplify handleChange in SelectInput (#37040) @ulrichstark
|
|
123
|
+
|
|
124
|
+
### `@mui/joy@5.0.0-alpha.79`
|
|
125
|
+
|
|
126
|
+
- [Input][joy] Improve alignment on date fields (#37146) @wewakekumar
|
|
127
|
+
- [Alery][joy] Turn JS test to TS test (#37077) @hbjORbj
|
|
128
|
+
- [AspectRatio][joy] js test replaced with ts test (#37087) @PunitSoniME
|
|
129
|
+
- [Badge][AvatarGroup][joy] js test replaced with ts test (#37089) @PunitSoniME
|
|
130
|
+
- [Box][Card][MenuList][joy] Turn JS test to TS test (#37126) @uuxxx
|
|
131
|
+
- [List][Menu][joy] Turn JS test to TS test (#37123) @uuxxx
|
|
132
|
+
- [test][Joy] Remove duplicate Avatar test (#37201) @zignis
|
|
133
|
+
- [test][joy] js test cases converted to ts (#37117) @PunitSoniME
|
|
134
|
+
- [Button][joy] Convert Button test to typescript (#37181) @akash191095
|
|
135
|
+
- [CardContent][CardCover][CardOverflow][Chip][ChipDelete][joy] js text case converted to ts (#37116) @PunitSoniME
|
|
136
|
+
- [Radio][IconButton][Checkbox][Option][joy] Switch to TypeScript unit test (#37137) @DerTimonius
|
|
137
|
+
|
|
138
|
+
### `@mui/base@5.0.0-beta.0`
|
|
139
|
+
|
|
140
|
+
- [Select][base] Do not call onChange after initial render (#37141) @michaldudak
|
|
141
|
+
- [Select][base] Rename the `optionStringifier` prop (#37118) @michaldudak
|
|
142
|
+
- [typescript][base] Fix types of components callbacks parameters (#37169) @michaldudak
|
|
143
|
+
- [Select], [TablePagination] Use more descriptive parameter names (#37064) @michaldudak
|
|
144
|
+
|
|
145
|
+
### Docs
|
|
146
|
+
|
|
147
|
+
- [docs] Stray design tweaks to Base UI demos (#37003) @danilo-leal
|
|
148
|
+
- [docs] Move outdated CSS prefixing docs (#36710) @kriskw1999
|
|
149
|
+
- [docs] Improve "Example projects" page design (#37007) @danilo-leal
|
|
150
|
+
- [docs] Redirect NoSsr, Portal and TextareaAutosize to Base UI API page (#37175) @ZeeshanTamboli
|
|
151
|
+
- [docs] Demonstrate `TextField` customization using theme style overrides (#36805) @ZeeshanTamboli
|
|
152
|
+
- [docs] Tweak the "Edit this page" button icon (#37142) @danilo-leal
|
|
153
|
+
- [docs] Update links to the public roadmap (#36995) @mnajdova
|
|
154
|
+
- [docs] Improve Multiselect demo styling (#37120) @michaldudak
|
|
155
|
+
- [Stack] Fix import description @oliviertassinari
|
|
156
|
+
|
|
157
|
+
### Core
|
|
158
|
+
|
|
159
|
+
- [blog] Fix images using "MUI Base" instead of "Base UI" (#37044) @danilo-leal
|
|
160
|
+
- [core] Add VSCode extensions recommendations (#37166) @michaldudak
|
|
161
|
+
- [test] `e2e-website` related minor fixes (#37204) @ZeeshanTamboli
|
|
162
|
+
- [website] Update the active positions (#37075) @DanailH
|
|
163
|
+
- [website] Add Romain to the About page (#37124) @romgrk
|
|
164
|
+
- [website] Make Toolpad alpha labels consistent (#37125) @gerdadesign
|
|
165
|
+
|
|
166
|
+
All contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
|
|
167
|
+
|
|
3
168
|
## 5.12.3
|
|
4
169
|
|
|
5
170
|
<!-- generated comparing v5.12.2..master -->
|
package/index.js
CHANGED
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.131",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@babel/runtime": "^7.21.0",
|
|
51
|
-
"@mui/base": "5.0.0-
|
|
52
|
-
"@mui/system": "^5.
|
|
51
|
+
"@mui/base": "5.0.0-beta.2",
|
|
52
|
+
"@mui/system": "^5.13.2",
|
|
53
53
|
"@mui/types": "^7.2.4",
|
|
54
|
-
"@mui/utils": "^5.
|
|
54
|
+
"@mui/utils": "^5.13.1",
|
|
55
55
|
"clsx": "^1.2.1",
|
|
56
56
|
"prop-types": "^15.8.1",
|
|
57
57
|
"react-is": "^18.2.0"
|