@mui/styled-engine-sc 6.0.0-alpha.4 → 6.0.0-alpha.5
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 +65 -3
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.17
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.16..master -->
|
|
6
|
+
|
|
7
|
+
_Nov 6, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
10
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.14.17`
|
|
13
|
+
|
|
14
|
+
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
|
|
15
|
+
- [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
|
|
16
|
+
|
|
17
|
+
### `@mui/joy@5.0.0-beta.13`
|
|
18
|
+
|
|
19
|
+
- [ModalDialog] Remove redundant code (#39719) @sai6855
|
|
20
|
+
- [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
|
|
21
|
+
|
|
22
|
+
### `@mui/base@5.0.0-beta.23`
|
|
23
|
+
|
|
24
|
+
- Make list components more reliable (#39380) @michaldudak
|
|
25
|
+
|
|
26
|
+
### `@mui/material-next@6.0.0-alpha.109`
|
|
27
|
+
|
|
28
|
+
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
|
|
29
|
+
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
|
|
30
|
+
|
|
31
|
+
### `@mui/lab@5.0.0-alpha.152`
|
|
32
|
+
|
|
33
|
+
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
|
|
34
|
+
|
|
35
|
+
### Docs
|
|
36
|
+
|
|
37
|
+
- Update Taiwan country name in demos (#39729) @chiahao
|
|
38
|
+
- Update release doc for unchanged packages (#39487) @brijeshb42
|
|
39
|
+
- [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
|
|
40
|
+
- [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
|
|
41
|
+
- [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
|
|
42
|
+
|
|
43
|
+
### Core
|
|
44
|
+
|
|
45
|
+
- [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
|
|
46
|
+
- [docs-infra] Render footer in SSR (#39710) @oliviertassinari
|
|
47
|
+
- [docs-infra] Simplify footer (#39709) @oliviertassinari
|
|
48
|
+
- [docs-infra] Fix dark theme color (#39720) @alexfauquette
|
|
49
|
+
- [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
|
|
50
|
+
- [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
|
|
51
|
+
- [docs-infra] Clarify the content of the ads @oliviertassinari
|
|
52
|
+
- [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
|
|
53
|
+
- [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
|
|
54
|
+
- [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
|
|
55
|
+
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
|
|
56
|
+
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
|
|
57
|
+
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
|
|
58
|
+
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
|
|
59
|
+
- [website] List benefits for sponsors (#39640) @oliviertassinari
|
|
60
|
+
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
|
|
61
|
+
- [test] Fix flaky screenshot (#39711) @oliviertassinari
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
|
|
64
|
+
|
|
3
65
|
## 5.14.16
|
|
4
66
|
|
|
5
67
|
<!-- generated comparing v5.14.15..master -->
|
|
@@ -3220,7 +3282,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3220
3282
|
- [docs] Improve line-height readability (#35387) @oliviertassinari
|
|
3221
3283
|
- [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
|
|
3222
3284
|
- [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
|
|
3223
|
-
- [docs] Standardize the usage of callouts in the
|
|
3285
|
+
- [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
|
|
3224
3286
|
- [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
|
|
3225
3287
|
- [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
|
|
3226
3288
|
- [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
|
|
@@ -3586,7 +3648,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3586
3648
|
- ​<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
|
|
3587
3649
|
- ​<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
|
|
3588
3650
|
- ​<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
|
|
3589
|
-
- ​<!-- 15 -->[docs] Standardize all
|
|
3651
|
+
- ​<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
|
|
3590
3652
|
- ​<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
|
|
3591
3653
|
- ​<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
|
|
3592
3654
|
- ​<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
|
|
@@ -3952,7 +4014,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
3952
4014
|
- [docs] Update the guide for migrating to TSS (#34417) @garronej
|
|
3953
4015
|
- [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
|
|
3954
4016
|
- [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
|
|
3955
|
-
- [docs] Standardize all
|
|
4017
|
+
- [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
|
|
3956
4018
|
- [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
|
|
3957
4019
|
- [docs] Fix Select `onChange` call (#34408) @siriwatknp
|
|
3958
4020
|
- [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
package/node/index.js
CHANGED