@mui/private-theming 5.14.4 → 5.14.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 +195 -7
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,193 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.6
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.5..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 23, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🚀 Added the [Popup](https://mui.com/base-ui/react-popup/) component to Base UI (#37960) @michaldudak
|
|
12
|
+
It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
|
|
13
|
+
- 🚀 Added the [Accordion](https://mui.com/joy-ui/react-accordion/) component to Joy UI (#38164) @siriwatknp
|
|
14
|
+
- 🚀 Added InputBase and ButtonBase components to `material-next` (#38319) @DiegoAndai @mj12albert
|
|
15
|
+
- 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42
|
|
16
|
+
|
|
17
|
+
### `@mui/material@5.14.6`
|
|
18
|
+
|
|
19
|
+
- [Modal] Update it to use the useModal hook (#38498) @mnajdova
|
|
20
|
+
- [Select] Add `root` class to `SelectClasses` (#38424) @sai6855
|
|
21
|
+
- [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
|
|
22
|
+
- [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
|
|
23
|
+
- [TextField] Fix TextField onClick test (#38597) @mj12albert
|
|
24
|
+
|
|
25
|
+
### `@mui/base@5.0.0-beta.12`
|
|
26
|
+
|
|
27
|
+
- [Popup] New component (#37960) @michaldudak
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-beta.3`
|
|
30
|
+
|
|
31
|
+
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
|
|
32
|
+
- [Select] Add `required` prop (#38167) @siriwatknp
|
|
33
|
+
- Miscellaneous fixes (#38462) @siriwatknp
|
|
34
|
+
|
|
35
|
+
### `@mui/material-next@6.0.0-alpha.98`
|
|
36
|
+
|
|
37
|
+
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
|
|
38
|
+
- [Input] Add InputBase component (#38392) @mj12albert
|
|
39
|
+
|
|
40
|
+
### `@mui/zero-runtime@0.0.1-alpha.0`
|
|
41
|
+
|
|
42
|
+
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- [blog] Clarify tree view move @oliviertassinari
|
|
47
|
+
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
|
|
48
|
+
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
|
|
49
|
+
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
|
|
50
|
+
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
|
|
51
|
+
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
|
|
52
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
|
|
53
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
|
|
54
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
|
|
55
|
+
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
|
|
56
|
+
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
|
|
57
|
+
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-leal
|
|
58
|
+
- [docs][joy-ui] Sort templates by popularity (#38490) @oliviertassinari
|
|
59
|
+
- [docs][joy-ui] Fix the `fullWidth` prop description for the Input (#38545) @0xturner
|
|
60
|
+
- [docs][joy-ui] Updated the List playground demo (#38499) @zanivan
|
|
61
|
+
- [docs][joy-ui] Changed bgcolor of the Playground demo (#38502) @zanivan
|
|
62
|
+
- [docs][material-ui] Fix key warning in SimpleDialog demo (#38580) @ZeeshanTamboli
|
|
63
|
+
- [docs][material-ui] Fixed Google Fonts link for material two-tone icons in CodeSandbox and Stackblitz (#38247) @ZeeshanTamboli
|
|
64
|
+
- [docs][material-ui] Fix the Drawer's `onClose` API docs (#38273) @johnmatthiggins
|
|
65
|
+
- [docs][material-ui] Improve nav link tab example (#38315) @oliviertassinari
|
|
66
|
+
- [docs][material-ui] Fix missing import in the styled engine guide (#38450) @codersjj
|
|
67
|
+
- [docs][material-ui][Dialog] Improve screen reader announcement of Customized Dialog (#38592) @ZeeshanTamboli
|
|
68
|
+
- [docs] Add 3rd party libraries integration examples for Joy Input (#38541) @siriwatknp
|
|
69
|
+
- [docs] Hide translation call to action (#38449) @cristianmacedo
|
|
70
|
+
- [docs] Fix codemod name in changelog of v5.14.4 (#38593) @GresilleSiffle
|
|
71
|
+
- [docs] More space for theme builder (#38532) @oliviertassinari
|
|
72
|
+
- [docs] Fix the math symbol of the width sx prop range @oliviertassinari
|
|
73
|
+
- [docs] Fix typo on a11y section of Tabs @oliviertassinari
|
|
74
|
+
- [docs] Clarify System peer dependencies @oliviertassinari
|
|
75
|
+
- [docs] Fix horizontal scrollbar @oliviertassinari
|
|
76
|
+
- [docs] Code style convention @oliviertassinari
|
|
77
|
+
- [docs] Fix typo in Base UI @oliviertassinari
|
|
78
|
+
- [docs] Update the backers page (#38505) @danilo-leal
|
|
79
|
+
- [docs] Add stray design adjustments to the docs (#38501) @danilo-leal
|
|
80
|
+
- [docs] Use IBM Plex Sans in Tailwind CSS demos (#38464) @mnajdova
|
|
81
|
+
- [docs] Fix SEO issues reported by ahrefs (#38423) @oliviertassinari
|
|
82
|
+
|
|
83
|
+
### Examples
|
|
84
|
+
|
|
85
|
+
- [examples] Start to remove Gatsby (#38567) @oliviertassinari
|
|
86
|
+
- [examples][joy-ui] Fix Joy UI example CLI (#38531) @oliviertassinari
|
|
87
|
+
- [examples][joy-ui] Improve example when using Next Font (#38540) @mwskwong
|
|
88
|
+
|
|
89
|
+
### Core
|
|
90
|
+
|
|
91
|
+
- [CHANGELOG] Fix issues in highlight @oliviertassinari
|
|
92
|
+
- [core] Remove redundant `@material-ui/` aliases from regression test webpack config (#38574) @ZeeshanTamboli
|
|
93
|
+
- [core] Fix CI error @oliviertassinari
|
|
94
|
+
- [core] Remove unnecessary Box (#38461) @oliviertassinari
|
|
95
|
+
- [core] Set GitHub Action top level permission @oliviertassinari
|
|
96
|
+
- [docs-infra][joy-ui] Polish the usage and CSS vars playgrounds (#38600) @danilo-leal
|
|
97
|
+
- [docs-infra] Support link title (#38579) @oliviertassinari
|
|
98
|
+
- [docs-infra] Fix ad layout shift (#38622) @oliviertassinari
|
|
99
|
+
- [docs-infra] Add light tweaks to the ad container (#38504) @danilo-leal
|
|
100
|
+
- [docs-infra] Fix anchor scroll without tabs (#38586) @oliviertassinari
|
|
101
|
+
- [docs-infra] Retain velocity animation speed (#38470) @oliviertassinari
|
|
102
|
+
- [docs-infra] Follow import and CSS token standard (#38508) @oliviertassinari
|
|
103
|
+
- [docs-infra] Add icon to callouts (#38525) @alexfauquette
|
|
104
|
+
- [docs-infra] Fix the anchor link on headings (#38528) @danilo-leal
|
|
105
|
+
- [docs-infra] Cleanup code on demo code block expansion (#38522) @ZeeshanTamboli
|
|
106
|
+
- [docs-infra] Improve the heading buttons positioning (#38428) @danilo-leal
|
|
107
|
+
- [docs-infra] Customize the blockquote design (#38503) @danilo-leal
|
|
108
|
+
- [docs-infra] Improve the alert before a negative feedback (#38500) @danilo-leal
|
|
109
|
+
- [docs-infra] Fix GoogleAnalytics missing event for code copy (#38469) @alexfauquette
|
|
110
|
+
- [docs-infra] Improve affordance on the code block expansion (#38421) @danilo-leal
|
|
111
|
+
- [website] Fine-tune the branding theme buttons (#38588) @danilo-leal
|
|
112
|
+
- [website] Improve the Base UI hero section demo (#38585) @danilo-leal
|
|
113
|
+
- [website] Add stray design improvements to the Material UI page (#38590) @danilo-leal
|
|
114
|
+
- [website] Fix mobile view Material UI page (#38568) @oliviertassinari
|
|
115
|
+
- [website] Fix reference to the data grid @oliviertassinari
|
|
116
|
+
- [website] Configure Apple Pay @oliviertassinari
|
|
117
|
+
- [website] Fix template link on the homepage (#38471) @danilo-leal
|
|
118
|
+
|
|
119
|
+
All contributors of this release in alphabetical order: @0xturner, @alexfauquette, @alisasanib, @brijeshb42, @codersjj, @cristianmacedo, @danilo-leal, @DiegoAndai, @GresilleSiffle, @homerchen19, @johnmatthiggins, @michaldudak, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
|
|
120
|
+
|
|
121
|
+
## 5.14.5
|
|
122
|
+
|
|
123
|
+
<!-- generated comparing v5.14.4..master -->
|
|
124
|
+
|
|
125
|
+
_Aug 14, 2023_
|
|
126
|
+
|
|
127
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
128
|
+
|
|
129
|
+
- @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
|
|
130
|
+
|
|
131
|
+
### `@mui/material@5.14.5`
|
|
132
|
+
|
|
133
|
+
- ​<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
|
|
134
|
+
|
|
135
|
+
### `@mui/codemod@5.14.5`
|
|
136
|
+
|
|
137
|
+
- ​<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
|
|
138
|
+
|
|
139
|
+
### `@mui/joy@5.0.0-beta.2`
|
|
140
|
+
|
|
141
|
+
- ​<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
|
|
142
|
+
- ​<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
|
|
143
|
+
- ​<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
|
|
144
|
+
|
|
145
|
+
### `@mui/base@5.0.0-beta.11`
|
|
146
|
+
|
|
147
|
+
- ​<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
|
|
148
|
+
- ​<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
|
|
149
|
+
- ​<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
|
|
150
|
+
- ​<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
|
|
151
|
+
- ​<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
|
|
152
|
+
|
|
153
|
+
### Docs
|
|
154
|
+
|
|
155
|
+
- ​<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
|
|
156
|
+
- ​<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
|
|
157
|
+
- ​<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
|
|
158
|
+
- ​<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
|
|
159
|
+
- ​<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
|
|
160
|
+
- ​<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
|
|
161
|
+
- ​<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
|
|
162
|
+
- ​<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
|
|
163
|
+
- ​<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
|
|
164
|
+
- ​<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
|
|
165
|
+
- ​<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
|
|
166
|
+
- ​<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
|
|
167
|
+
- ​<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
|
|
168
|
+
|
|
169
|
+
### Examples
|
|
170
|
+
|
|
171
|
+
- ​<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
|
|
172
|
+
|
|
173
|
+
### Core
|
|
174
|
+
|
|
175
|
+
- ​<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
|
|
176
|
+
- ​<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
|
|
177
|
+
- ​<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
|
|
178
|
+
- ​<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
|
|
179
|
+
- ​<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
|
|
180
|
+
- ​<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
|
|
181
|
+
- ​<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
|
|
182
|
+
- ​<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
|
|
183
|
+
- ​<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
|
|
184
|
+
- ​<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
|
|
185
|
+
- ​<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
|
|
186
|
+
- ​<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
|
|
187
|
+
- ​<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
|
|
188
|
+
|
|
189
|
+
All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan
|
|
190
|
+
|
|
3
191
|
## 5.14.4
|
|
4
192
|
|
|
5
193
|
<!-- generated comparing v5.14.3..master -->
|
|
@@ -8,7 +196,7 @@ _Aug 8, 2023_
|
|
|
8
196
|
|
|
9
197
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
10
198
|
|
|
11
|
-
- 🎉 Added [Number
|
|
199
|
+
- 🎉 Added [Number Input](https://mui.com/base-ui/react-number-input/) component & [useNumberInput](https://mui.com/base-ui/react-number-input/#hook) hook in [Base UI](https://mui.com/base-ui/getting-started/) @mj12albert
|
|
12
200
|
|
|
13
201
|
### `@mui/material@5.14.4`
|
|
14
202
|
|
|
@@ -46,7 +234,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
46
234
|
A codemod is provided to help with the migration:
|
|
47
235
|
|
|
48
236
|
```bash
|
|
49
|
-
npx @mui/codemod v5.0.0/base-use-named-
|
|
237
|
+
npx @mui/codemod v5.0.0/base-use-named-exports <path>
|
|
50
238
|
```
|
|
51
239
|
|
|
52
240
|
#### Changes
|
|
@@ -3717,7 +3905,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
3717
3905
|
- [docs] Add webpack alias for legacy utils package (#33376) @jgbae
|
|
3718
3906
|
- [docs] Improve external link icons synonyms (#33257) @davidgarciab
|
|
3719
3907
|
- [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
|
|
3720
|
-
- [examples] Add
|
|
3908
|
+
- [examples] Add Base UI example (#33154) @siriwatknp
|
|
3721
3909
|
|
|
3722
3910
|
### Core
|
|
3723
3911
|
|
|
@@ -3736,7 +3924,7 @@ _Jul 4, 2022_
|
|
|
3736
3924
|
|
|
3737
3925
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
3738
3926
|
|
|
3739
|
-
- 🐛 Fixed an issue causing
|
|
3927
|
+
- 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
|
|
3740
3928
|
- 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
|
|
3741
3929
|
- many other 🐛 bug fixes and 📚 documentation improvements
|
|
3742
3930
|
|
|
@@ -3765,7 +3953,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
3765
3953
|
|
|
3766
3954
|
### `@mui/base@5.0.0-alpha.88`
|
|
3767
3955
|
|
|
3768
|
-
- [base] Remove a type incompatible with
|
|
3956
|
+
- [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
|
|
3769
3957
|
- [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
|
|
3770
3958
|
- [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
|
|
3771
3959
|
|
|
@@ -5666,7 +5854,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
5666
5854
|
|
|
5667
5855
|
### Core
|
|
5668
5856
|
|
|
5669
|
-
- ​<!-- 23 -->[core] Fix link to Open
|
|
5857
|
+
- ​<!-- 23 -->[core] Fix link to Open Collective @oliviertassinari
|
|
5670
5858
|
- ​<!-- 26 -->[core] Update snapshots and s3 fallback (#30134) @Janpot
|
|
5671
5859
|
- ​<!-- 24 -->[ci] Update CI bucket (#30080) @Janpot
|
|
5672
5860
|
- ​<!-- 13 -->[fix] size:snapshot for mui-material-next and mui-joy components (#30106) @Janpot
|
|
@@ -10382,7 +10570,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
10382
10570
|
- [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
|
|
10383
10571
|
- [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
|
|
10384
10572
|
- [Tooltip] Long press select text on iOS (#23466) @hmaddisb
|
|
10385
|
-
- [Tooltip] Unexpected
|
|
10573
|
+
- [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
|
|
10386
10574
|
|
|
10387
10575
|
### `@material-ui/lab@v5.0.0-alpha.16`
|
|
10388
10576
|
|
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/private-theming",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@babel/runtime": "^7.22.
|
|
39
|
-
"@mui/utils": "^5.14.
|
|
38
|
+
"@babel/runtime": "^7.22.10",
|
|
39
|
+
"@mui/utils": "^5.14.6",
|
|
40
40
|
"prop-types": "^15.8.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|