@mui/styled-engine-sc 6.0.0-alpha.10 → 6.0.0-alpha.12
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 +161 -6
- 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 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,160 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.15.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.15.3..master -->
|
|
6
|
+
|
|
7
|
+
_Jan 10, 2024_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
|
|
10
|
+
|
|
11
|
+
- ✨ Material UI's [ToggleButtonGroup](https://mui.com/material-ui/react-toggle-button/) now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
|
|
12
|
+
|
|
13
|
+
### `@mui/material@5.15.4`
|
|
14
|
+
|
|
15
|
+
- [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
|
|
16
|
+
- [Select] Add form submission regression test (#40176) @mj12albert
|
|
17
|
+
- [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
|
|
18
|
+
- [ClickAwayListener] Fix export of types (#40485) @illume
|
|
19
|
+
|
|
20
|
+
### `@mui/material-nextjs@5.15.4`
|
|
21
|
+
|
|
22
|
+
- Improve build size issue (#40436) @siriwatknp
|
|
23
|
+
|
|
24
|
+
### `@mui/icons-material@5.15.4`
|
|
25
|
+
|
|
26
|
+
- Update the icons (#40365) @michaldudak
|
|
27
|
+
|
|
28
|
+
### `@mui/system@5.15.4`
|
|
29
|
+
|
|
30
|
+
- [zero] Move zero runtime related packages (#40426) @brijeshb42
|
|
31
|
+
- Fix all use of styled(Box) (#40449) @oliviertassinari
|
|
32
|
+
|
|
33
|
+
### `@mui/utils@5.15.4`
|
|
34
|
+
|
|
35
|
+
- Fix `isPlainObject` to work across realm (#39981) @brijeshb42
|
|
36
|
+
|
|
37
|
+
### `@mui/base@5.0.0-beta.31`
|
|
38
|
+
|
|
39
|
+
- [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
|
|
40
|
+
|
|
41
|
+
### `@mui/joy@5.0.0-beta.22`
|
|
42
|
+
|
|
43
|
+
- [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
|
|
44
|
+
- [ToggleButtonGroup] Add `JoyToggleButtonGroup` to extendTheme's components type export (#40407) @RiceCrisp
|
|
45
|
+
|
|
46
|
+
### Docs
|
|
47
|
+
|
|
48
|
+
- [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
|
|
49
|
+
- [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
|
|
50
|
+
- [base-ui] Update the overview page (#40412) @danilo-leal
|
|
51
|
+
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
|
|
52
|
+
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
|
|
53
|
+
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
|
|
54
|
+
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
|
|
55
|
+
- [material-ui] Revise the Accordion page (#40284) @anle9650
|
|
56
|
+
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
|
|
57
|
+
- [material-ui] Add Material 3 components page (#40350) @DiegoAndai
|
|
58
|
+
- Fix strange italic style @oliviertassinari
|
|
59
|
+
- Fix references to ESLint @oliviertassinari
|
|
60
|
+
- Fix 301 redirections @oliviertassinari
|
|
61
|
+
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
|
|
62
|
+
|
|
63
|
+
### Core
|
|
64
|
+
|
|
65
|
+
- [examples] Use material-nextjs integration package (#40199) @siriwatknp
|
|
66
|
+
- [code-infra] Configure build dependencies in nx (#40482) @michaldudak
|
|
67
|
+
- [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
|
|
68
|
+
- [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
|
|
69
|
+
- [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
|
|
70
|
+
- [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
|
|
71
|
+
- [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
|
|
72
|
+
- [docs-infra] Fix API table full-width (#40476) @oliviertassinari
|
|
73
|
+
- [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
|
|
74
|
+
- [docs-infra] Remove explicit `mui-x` dependency resolving (#40257) @LukasTy
|
|
75
|
+
- [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
|
|
76
|
+
- [core] Lock file maintenance (#34538) @renovate[bot]
|
|
77
|
+
- [core] Remove duplicate devDependencies (#40438) @michaldudak
|
|
78
|
+
- [core] Remove issue emoji @oliviertassinari
|
|
79
|
+
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
|
|
80
|
+
- [core] Change package manager to pnpm (#36287) @Janpot
|
|
81
|
+
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
|
|
82
|
+
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
|
|
83
|
+
- [website] Fix default social card @oliviertassinari
|
|
84
|
+
- [test] Restore the `t` command (#40430) @michaldudak
|
|
85
|
+
|
|
86
|
+
All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
|
|
87
|
+
|
|
88
|
+
## 5.15.3
|
|
89
|
+
|
|
90
|
+
<!-- generated comparing v5.15.2..master -->
|
|
91
|
+
|
|
92
|
+
_Jan 3, 2024_
|
|
93
|
+
|
|
94
|
+
A big thanks to the 11 contributors who made this release possible.
|
|
95
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
96
|
+
|
|
97
|
+
### `@mui/material-nextjs@5.15.3`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 06 -->[material-nextjs] Fix order of emotion server (#40409) @siriwatknp
|
|
100
|
+
|
|
101
|
+
### `@mui/base@5.0.0-beta.30`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 40 -->[useSlider] Rearrange passive option in eventlisteners (#40235) @Kamino0
|
|
104
|
+
|
|
105
|
+
### `@mui/lab@5.0.0-alpha.159`
|
|
106
|
+
|
|
107
|
+
- ​<!-- 14 -->Add use client directive (#40358) @DiegoAndai
|
|
108
|
+
|
|
109
|
+
### `@mui/material-next@6.0.0-alpha.116`
|
|
110
|
+
|
|
111
|
+
- ​<!-- 13 -->[List] Copy all List\* components to material-next package (#40367) @sai6855
|
|
112
|
+
- ​<!-- 12 -->Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
|
|
113
|
+
- ​<!-- 11 -->[MenuItem] Fix spec import (#40271) @DiegoAndai
|
|
114
|
+
- ​<!-- 10 -->[Option] Add Option component (#40270) @DiegoAndai
|
|
115
|
+
- ​<!-- 09 -->[Slider] Replace lodash with internal utils (#40261) @DiegoAndai
|
|
116
|
+
- ​<!-- 08 -->[Switch] Change files to TypeScript (#39894) @lhilgert9
|
|
117
|
+
- ​<!-- 07 -->[theme] Move ref palette out of color schemes (#40341) @DiegoAndai
|
|
118
|
+
|
|
119
|
+
### Docs
|
|
120
|
+
|
|
121
|
+
- ​<!-- 41 -->[base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
|
|
122
|
+
- ​<!-- 22 -->[joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
|
|
123
|
+
- ​<!-- 21 -->[joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
|
|
124
|
+
- ​<!-- 20 -->[material-ui] Revise the Divider page (#40356) @danilo-leal
|
|
125
|
+
- ​<!-- 19 -->[material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
|
|
126
|
+
- ​<!-- 18 -->[material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
|
|
127
|
+
- ​<!-- 17 -->[material-ui] Revise the Roadmap page (#40054) @danilo-leal
|
|
128
|
+
- ​<!-- 16 -->[material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
|
|
129
|
+
- ​<!-- 05 -->[material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
|
|
130
|
+
- ​<!-- 15 -->[examples] Simplify Next.js example (#40318) @oliviertassinari
|
|
131
|
+
|
|
132
|
+
### Core
|
|
133
|
+
|
|
134
|
+
- ​<!-- 39 -->[blog] Update open-graph cards for all posts (#40328) @danilo-leal
|
|
135
|
+
- ​<!-- 38 -->[blog] Correct git diff @oliviertassinari
|
|
136
|
+
- ​<!-- 37 -->[code-infra] Update lerna and unpin its version (#40399) @michaldudak
|
|
137
|
+
- ​<!-- 36 -->[code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
|
|
138
|
+
- ​<!-- 35 -->[code-infra] Break package dependency cycles (#40398) @michaldudak
|
|
139
|
+
- ​<!-- 34 -->[code-infra] Sync bug issue template (#40305) @oliviertassinari
|
|
140
|
+
- ​<!-- 33 -->[docs] Fix 301 link to Base UI (#40396) @oliviertassinari
|
|
141
|
+
- ​<!-- 32 -->[docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
|
|
142
|
+
- ​<!-- 31 -->[docs] Fix 301 links to Toolpad @oliviertassinari
|
|
143
|
+
- ​<!-- 30 -->[docs] Remove old notifications @oliviertassinari
|
|
144
|
+
- ​<!-- 29 -->[docs] Always mention the npm tag with npx (#40335) @oliviertassinari
|
|
145
|
+
- ​<!-- 28 -->[docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
|
|
146
|
+
- ​<!-- 27 -->[docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
|
|
147
|
+
- ​<!-- 26 -->[docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
|
|
148
|
+
- ​<!-- 25 -->[docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
|
|
149
|
+
- ​<!-- 24 -->[docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
|
|
150
|
+
- ​<!-- 23 -->[docs-infra] Add stray design adjustments (#40347) @danilo-leal
|
|
151
|
+
- ​<!-- 04 -->[website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
|
|
152
|
+
- ​<!-- 03 -->[website] Fix outdated Nhost image link @oliviertassinari
|
|
153
|
+
- ​<!-- 02 -->[website] Shorten Joy UI description, 7 chars too long @oliviertassinari
|
|
154
|
+
- ​<!-- 01 -->[website] Update some social preview images (#40282) @danilo-leal
|
|
155
|
+
|
|
156
|
+
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
|
|
157
|
+
|
|
3
158
|
## 5.15.2
|
|
4
159
|
|
|
5
160
|
<!-- generated comparing v5.15.1..master -->
|
|
@@ -11,12 +166,12 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
11
166
|
- 🚀 Added support for callbacks in the [variant's props definition](https://mui.com/material-ui/customization/theme-components/#creating-new-component-variants) (#40094) @mnajdova
|
|
12
167
|
- 💫 Published a [blogpost](https://mui.com/blog/2023-material-ui-v6-and-beyond/) for the 2024's plan about Material UI
|
|
13
168
|
|
|
14
|
-
### `@mui/material@5.15.
|
|
169
|
+
### `@mui/material@5.15.2`
|
|
15
170
|
|
|
16
171
|
- ​<!-- 31 -->[Badge] Use the variants API in the styled call (#40213) @mnajdova
|
|
17
172
|
- ​<!-- 04 -->[Paper] Add missing Paper classes descriptions (#40300) @sai6855
|
|
18
173
|
|
|
19
|
-
### `@mui/system@5.15.
|
|
174
|
+
### `@mui/system@5.15.2`
|
|
20
175
|
|
|
21
176
|
- ​<!-- 03 -->Support props callback in the variant's definition (#40094) @mnajdova
|
|
22
177
|
|
|
@@ -1369,7 +1524,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
1369
1524
|
A codemod is provided to help with the migration:
|
|
1370
1525
|
|
|
1371
1526
|
```bash
|
|
1372
|
-
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
1527
|
+
npx @mui/codemod@latest v5.0.0/base-use-named-exports <path>
|
|
1373
1528
|
```
|
|
1374
1529
|
|
|
1375
1530
|
#### Changes
|
|
@@ -2251,7 +2406,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
2251
2406
|
There is codemod that you can run in your project to do the transformation:
|
|
2252
2407
|
|
|
2253
2408
|
```bash
|
|
2254
|
-
npx @mui/codemod v5.0.0/base-remove-component-prop <path>
|
|
2409
|
+
npx @mui/codemod@latest v5.0.0/base-remove-component-prop <path>
|
|
2255
2410
|
```
|
|
2256
2411
|
|
|
2257
2412
|
The full documentation about the codemod can be found [here](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#base-remove-component-prop).
|
|
@@ -2350,7 +2505,7 @@ A big thanks to the 12 contributors who made this release possible. Here are som
|
|
|
2350
2505
|
You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/src/v5.0.0/base-remove-unstyled-suffix.js) to help with the migration:
|
|
2351
2506
|
|
|
2352
2507
|
```bash
|
|
2353
|
-
npx @mui/codemod v5.0.0/base-remove-unstyled-suffix <path>
|
|
2508
|
+
npx @mui/codemod@latest v5.0.0/base-remove-unstyled-suffix <path>
|
|
2354
2509
|
```
|
|
2355
2510
|
|
|
2356
2511
|
#### Changes
|
|
@@ -12410,7 +12565,7 @@ Here are some highlights ✨:
|
|
|
12410
12565
|
|
|
12411
12566
|
- 👩🎨 A first iteration on the new styling solution.
|
|
12412
12567
|
|
|
12413
|
-
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [
|
|
12568
|
+
You can find a [new version](https://mui.com/components/slider-styled/) of the slider in the lab powered by [Emotion](https://emotion.sh/).
|
|
12414
12569
|
|
|
12415
12570
|
In the event that you are already using styled-components in your application, you can swap emotion for styled-components 💅. Check [this CodeSandbox](https://codesandbox.io/p/sandbox/sliderstyled-with-styled-components-forked-olc27?file=/package.json) for a demo. It relies on aliases to prevent any bundle size overhead.
|
|
12416
12571
|
|
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/styled-engine-sc",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui-org"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.23.
|
|
29
|
+
"@babel/runtime": "^7.23.7",
|
|
30
30
|
"csstype": "^3.1.2",
|
|
31
31
|
"hoist-non-react-statics": "^3.3.2",
|
|
32
32
|
"prop-types": "^15.8.1"
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": false,
|
|
38
38
|
"publishConfig": {
|
|
39
|
-
"access": "public"
|
|
39
|
+
"access": "public",
|
|
40
|
+
"directory": "build"
|
|
40
41
|
},
|
|
41
42
|
"engines": {
|
|
42
43
|
"node": ">=12.0.0"
|