@mui/lab 5.0.0-alpha.114 → 5.0.0-alpha.115
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 +85 -0
- package/index.js +3 -1
- package/legacy/index.js +3 -1
- package/modern/index.js +3 -1
- package/node/index.js +3 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,90 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.11.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.11.3..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 9, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 14 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.11.4`
|
|
13
|
+
|
|
14
|
+
- [Autocomplete] Add index to renderOption's AutocompleteRenderOptionState (#35578) @CowDotDev
|
|
15
|
+
- [Autocomplete] Fix grammar in console.error in `useAutocomplete` (#35723) @hamirmahal
|
|
16
|
+
- [Modal] Fix can't override Backdrop Props using new Slots API (#35140) @ZeeshanTamboli
|
|
17
|
+
- [Select] Revert "Update `renderValue` prop's TypeScript type (#34177)" (#35733) @michaldudak
|
|
18
|
+
- [Tabs] Throw error only if individual `Tab` is hidden, not the whole `Tabs` (#34026) @Ryczko
|
|
19
|
+
- [TextField] Improve WCAG 2.4.7 with error={true} (#35687) @oliviertassinari
|
|
20
|
+
- [Tooltip] Remove `data-foo` attribute (#35736) @koolskateguy89
|
|
21
|
+
|
|
22
|
+
### `@mui/joy@5.0.0-alpha.62`
|
|
23
|
+
|
|
24
|
+
- [Autocomplete][joy] Specify `type` attribute for popup indicator (#35648) @hbjORbj
|
|
25
|
+
- [Joy] Miscellaneous improvements (#35769) @siriwatknp
|
|
26
|
+
- [Joy] Improve `onKeyDown` event handler for demo (#35642) @hbjORbj
|
|
27
|
+
|
|
28
|
+
### `@mui/base@5.0.0-alpha.113`
|
|
29
|
+
|
|
30
|
+
- [Portal][base] Convert code to TypeScript (#35657) @sai6855
|
|
31
|
+
|
|
32
|
+
### Docs
|
|
33
|
+
|
|
34
|
+
- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore
|
|
35
|
+
- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak
|
|
36
|
+
- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova
|
|
37
|
+
- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari
|
|
38
|
+
- [docs] Fix content wider than screen regression @oliviertassinari
|
|
39
|
+
- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- [core] Close 2022 developer survey @oliviertassinari
|
|
44
|
+
- [core] Fix the product license reference name (#35703) @oliviertassinari
|
|
45
|
+
- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle
|
|
46
|
+
- [test] Always use & for nesting styles (#35702) @oliviertassinari
|
|
47
|
+
- [website] Improve Lead Designer role description (#35684) @oliviertassinari
|
|
48
|
+
|
|
49
|
+
All contributors of this release in alphabetical order: @CowDotDev, @flaviendelangle, @hamirmahal, @hbjORbj, @koolskateguy89, @michaldudak, @miha53cevic, @mnajdova, @oliviertassinari, @Ryczko, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
50
|
+
|
|
51
|
+
## 5.11.3
|
|
52
|
+
|
|
53
|
+
<!-- generated comparing v5.11.2..master -->
|
|
54
|
+
|
|
55
|
+
_Jan 2, 2023_
|
|
56
|
+
|
|
57
|
+
A big thanks to the 6 contributors who made this release possible.
|
|
58
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
59
|
+
|
|
60
|
+
### `@mui/material@5.11.3`
|
|
61
|
+
|
|
62
|
+
- ​<!-- 02 -->[Select] Update `renderValue` prop's TypeScript type (#34177) @ZeeshanTamboli
|
|
63
|
+
|
|
64
|
+
### `@mui/joy@5.0.0-alpha.61`
|
|
65
|
+
|
|
66
|
+
- ​<!-- 14 -->[Autocomplete][joy] Export component (#35647) @mbranch
|
|
67
|
+
|
|
68
|
+
### Docs
|
|
69
|
+
|
|
70
|
+
- ​<!-- 13 -->[blog] Fix handling of markdown links (#35628) @oliviertassinari
|
|
71
|
+
- ​<!-- 09 -->[docs] Fix demo code selection through copy shortcut key on Firefox browser (#35670) @ZeeshanTamboli
|
|
72
|
+
- ​<!-- 08 -->[docs] Fix layout shift when streaming the page (#35627) @oliviertassinari
|
|
73
|
+
- ​<!-- 07 -->[docs] Fix switch name to reflect the color (#35052) @rjhcnf
|
|
74
|
+
- ​<!-- 06 -->[docs] Fix anchor link in the card's docs and fix a typo (#35634) @ZeeshanTamboli
|
|
75
|
+
- ​<!-- 05 -->[docs] Fix layout shift with modal (#35591) @oliviertassinari
|
|
76
|
+
- ​<!-- 04 -->[Joy][docs] Add documentation for `Input` component (#35482) @hbjORbj
|
|
77
|
+
- ​<!-- 03 -->[docs][joy] Improved readability on theme tokens page (#35639) @badalsaibo
|
|
78
|
+
|
|
79
|
+
### Core
|
|
80
|
+
|
|
81
|
+
- ​<!-- 12 -->[core] Disable prefetch of footer links @oliviertassinari
|
|
82
|
+
- ​<!-- 11 -->[core] A few SEO fixes (#35672) @oliviertassinari
|
|
83
|
+
- ​<!-- 10 -->[core] Remove need for scopePathnames (#35584) @oliviertassinari
|
|
84
|
+
- ​<!-- 01 -->[test] Fix Algolia noisy lvl1 anchor (#35686) @oliviertassinari
|
|
85
|
+
|
|
86
|
+
All contributors of this release in alphabetical order: @badalsaibo, @hbjORbj, @mbranch, @oliviertassinari, @rjhcnf, @ZeeshanTamboli
|
|
87
|
+
|
|
3
88
|
## 5.11.2
|
|
4
89
|
|
|
5
90
|
<!-- generated comparing v5.11.1..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.115",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Laboratory for new MUI modules.",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@babel/runtime": "^7.20.7",
|
|
51
|
-
"@mui/base": "5.0.0-alpha.
|
|
52
|
-
"@mui/system": "^5.11.
|
|
51
|
+
"@mui/base": "5.0.0-alpha.113",
|
|
52
|
+
"@mui/system": "^5.11.4",
|
|
53
53
|
"@mui/types": "^7.2.3",
|
|
54
54
|
"@mui/utils": "^5.11.2",
|
|
55
55
|
"clsx": "^1.2.1",
|