@mui/styled-engine-sc 6.0.0-alpha.5 → 6.0.0-alpha.6

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 CHANGED
@@ -1,5 +1,65 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.18
4
+
5
+ <!-- generated comparing v5.14.17..master -->
6
+
7
+ _Nov 14, 2023_
8
+
9
+ A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - 💫 Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
12
+ - other 🐛 bug fixes and 📚 documentation improvements
13
+
14
+ ### `@mui/material@5.14.18`
15
+
16
+ - &#8203;<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
17
+ - &#8203;<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
18
+ - &#8203;<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
19
+ - &#8203;<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
20
+ - &#8203;<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
21
+ - &#8203;<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
22
+
23
+ ### `@mui/joy@5.0.0-beta.15`
24
+
25
+ - &#8203;<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
26
+ - &#8203;<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
27
+
28
+ ### `@mui/material-next@6.0.0-alpha.110`
29
+
30
+ - &#8203;<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
31
+ - &#8203;<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
32
+ - &#8203;<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
33
+ - &#8203;<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
34
+ - &#8203;<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
35
+ - &#8203;<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
36
+
37
+ ## Docs
38
+
39
+ - &#8203;<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
40
+ - &#8203;<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
41
+ - &#8203;<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
42
+ - &#8203;<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
43
+ - &#8203;<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
44
+ - &#8203;<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
45
+ - &#8203;<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
46
+ - &#8203;<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
47
+
48
+ ## Core
49
+
50
+ - &#8203;<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
51
+ - &#8203;<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
52
+ - &#8203;<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
53
+ - &#8203;<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
54
+ - &#8203;<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
55
+ - &#8203;<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
56
+ - &#8203;<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
57
+ - &#8203;<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
58
+ - &#8203;<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
59
+ - &#8203;<!-- 01 -->[website] Change roadmap link destination (#39639) @danilo-leal
60
+
61
+ All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
62
+
3
63
  ## 5.14.17
4
64
 
5
65
  <!-- generated comparing v5.14.16..master -->
@@ -14,7 +74,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
14
74
  - [Dialog] Should not close until the IME is cancelled (#39713) @megos
15
75
  - [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
16
76
 
17
- ### `@mui/joy@5.0.0-beta.13`
77
+ ### `@mui/joy@5.0.0-beta.14`
18
78
 
19
79
  - [ModalDialog] Remove redundant code (#39719) @sai6855
20
80
  - [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
@@ -876,7 +936,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
876
936
 
877
937
  ### Core
878
938
 
879
- - [CHANGELOG] Fix issues in highlight @oliviertassinari
939
+ - [changelog] Fix issues in highlight @oliviertassinari
880
940
  - [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
881
941
  - [core] Fix CI error @oliviertassinari
882
942
  - [core] Remove unnecessary Box (#38461) @oliviertassinari
@@ -1535,7 +1595,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
1535
1595
  - &#8203;<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
1536
1596
  - &#8203;<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
1537
1597
  - &#8203;<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
1538
- - &#8203;<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
1598
+ - &#8203;<!-- 35 -->[changelog] Add missing release date for v5.13.5 @oliviertassinari
1539
1599
  - &#8203;<!-- 16 -->[examples] Shell command fix in the readme file of material-next-ts example (#37675) @bablukpik
1540
1600
  - &#8203;<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
1541
1601
 
@@ -6878,7 +6938,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
6878
6938
 
6879
6939
  - [blog] MUI X v5 blog post (#29590) @DanailH
6880
6940
  - [blog] Polish the Benny Joo joins MUI post (#29697) @oliviertassinari
6881
- - [CHANGELOG] Explain why we do breaking changes @oliviertassinari
6941
+ - [changelog] Explain why we do breaking changes @oliviertassinari
6882
6942
  - [core] Update latest issue template for codesandbox CI (#29783) @eps1lon
6883
6943
  - [core] Ensure `@mui/core` is an alias for `@mui/base` (#29762) @eps1lon
6884
6944
  - [docs] Fix broken Next and Previous links (#29711) @scallaway
@@ -10121,7 +10181,7 @@ The prop didn't solve any important problem better than any of its alternatives
10121
10181
 
10122
10182
  ### Core
10123
10183
 
10124
- - &#8203;<!-- 01 -->[CHANGELOG] Better document breaking changes @oliviertassinari
10184
+ - &#8203;<!-- 01 -->[changelog] Better document breaking changes @oliviertassinari
10125
10185
  - &#8203;<!-- 05 -->[core] Modernize icons `builder:src` (#25137) @eps1lon
10126
10186
  - &#8203;<!-- 04 -->[core] Properly use BABEL_ENV test and development (#25139) @eps1lon
10127
10187
  - &#8203;<!-- 15 -->[test] Add (manual) visual regression test for icons (#25160) @eps1lon
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.0.0-alpha.5
2
+ * @mui/styled-engine-sc v6.0.0-alpha.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.0.0-alpha.5
2
+ * @mui/styled-engine-sc v6.0.0-alpha.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.0.0-alpha.5
2
+ * @mui/styled-engine-sc v6.0.0-alpha.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/styled-engine-sc v6.0.0-alpha.5
2
+ * @mui/styled-engine-sc v6.0.0-alpha.6
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/styled-engine-sc",
3
- "version": "6.0.0-alpha.5",
3
+ "version": "6.0.0-alpha.6",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "styled() API wrapper package for styled-components.",