@mui/private-theming 5.9.1 โ 5.9.3
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 +135 -5
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,135 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.9.3
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.9.2..master -->
|
|
6
|
+
|
|
7
|
+
_Aug 1, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights โจ:
|
|
10
|
+
|
|
11
|
+
- ๐ผ๏ธ @garronej worked on improving the support of Emotion packages in the System (#33205)
|
|
12
|
+
- Many other ๐ bug fixes, ๐ documentation, and โ๏ธ infrastructure improvements
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.9.3`
|
|
15
|
+
|
|
16
|
+
- [Chip] Assign classnames and associated styles for `filled` variant (#33587) @hbjORbj
|
|
17
|
+
- [Grid] Fix `columnSpacing` and `rowSpacing` props ignore higher breakpoints with 0 (#33480) @ZeeshanTamboli
|
|
18
|
+
- [Input] Add the readOnly state class (#33654) @michaldudak
|
|
19
|
+
- [Stack] Responsive styles based on breakpoints should be in the correct order (#33552) @hbjORbj
|
|
20
|
+
|
|
21
|
+
### `@mui/system@5.9.3`
|
|
22
|
+
|
|
23
|
+
- [system] Make @emotion/\* fully supported in the System (#33205) @garronej
|
|
24
|
+
|
|
25
|
+
### `@mui/codemod@5.9.3`
|
|
26
|
+
|
|
27
|
+
- [codemod] Fix theme-spacing performance (#33691) @siriwatknp
|
|
28
|
+
- [codemod] Support @mui import for variant-prop (#33692) @siriwatknp
|
|
29
|
+
|
|
30
|
+
### `@mui/styled-engine-sc@5.9.3`
|
|
31
|
+
|
|
32
|
+
- [styled-engine-sc] Add missing @babel/runtime dependency (#33741) @MonstraG
|
|
33
|
+
|
|
34
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
35
|
+
|
|
36
|
+
- [Joy] Add Tabs components (#33664) @siriwatknp
|
|
37
|
+
- [Joy] Miscellaneous fixes (#33685) @siriwatknp
|
|
38
|
+
- [Joy] Update read.me content (#33643) @danilo-leal
|
|
39
|
+
|
|
40
|
+
### Docs
|
|
41
|
+
|
|
42
|
+
- [blog] Add blog post about company retreat in Tenerife ๐ (#33566) @samuelsycamore
|
|
43
|
+
- [blog] Add blog post to announce the aggregation feature (#33595) @joserodolfofreitas
|
|
44
|
+
- [blog] Fix horizontal scrollbar with code snippets (#33648) @joserodolfofreitas
|
|
45
|
+
- [docs] Fix a typo in the code in `Sorting & selecting` Table demo (#33674) @mracette
|
|
46
|
+
- [docs] Fix en-US format in the Skeleton demo (#33699) @husseinsaad98
|
|
47
|
+
- [docs] Update module reference for `usePagination` (#33675) @fullstackzach
|
|
48
|
+
- [docs] Fix code examples in `styled` API vs `sx` prop docs (#33665) @ZeeshanTamboli
|
|
49
|
+
- [docs][system] Throw an informative error when `theme.vars` is used in `createTheme` and mention this in the theming docs (#33619) @hbjORbj
|
|
50
|
+
- [website] Remove legacy redirect @oliviertassinari
|
|
51
|
+
- [website] Add new legal pages (#33650) @oliviertassinari
|
|
52
|
+
- [website] Clarify when a license in development is required (#33668) @oliviertassinari
|
|
53
|
+
- [website] Update links to rows pages (#33739) @cherniavskii
|
|
54
|
+
- [website] Update pricing table to add aggregation and row pinning (#33659) @joserodolfofreitas
|
|
55
|
+
|
|
56
|
+
### Core
|
|
57
|
+
|
|
58
|
+
- [core] Replace `getInitialProps` with `getStaticProps` (#33684) @mnajdova
|
|
59
|
+
- [core] Remove accidentally added files (#33636) @michaldudak
|
|
60
|
+
- [core] Update packages with security issues (#33679) @michaldudak
|
|
61
|
+
- [core] Add React 17 nightly build (#33594) @mnajdova
|
|
62
|
+
- [core] Update lerna to 5.2.0 (#33635) @michaldudak
|
|
63
|
+
- [core] Prepare isolation of Next.js X app (#33649) @oliviertassinari
|
|
64
|
+
- [core] Remove thenify version override from package.json resolutions (#33638) @michaldudak
|
|
65
|
+
- [core] Update Node.js to 14 on CircleCI, CodeSandbox, and Netlify (#33642) @michaldudak
|
|
66
|
+
- [test] Replace istanbul-instrumenter-loader with babel-plugin-istanbul (#33666) @michaldudak
|
|
67
|
+
- [test] Run TypeScript module augmentation tests for Joy UI in CI (#33667) @ZeeshanTamboli
|
|
68
|
+
|
|
69
|
+
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @fullstackzach, @garronej, @hbjORbj, @husseinsaad98, @joserodolfofreitas, @michaldudak, @mnajdova, @MonstraG, @mracette, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
70
|
+
|
|
71
|
+
## 5.9.2
|
|
72
|
+
|
|
73
|
+
<!-- generated comparing v5.9.1..master -->
|
|
74
|
+
|
|
75
|
+
_Jul 25, 2022_
|
|
76
|
+
|
|
77
|
+
A big thanks to the 16 contributors who made this release possible. Here are some highlights โจ:
|
|
78
|
+
|
|
79
|
+
- ๐งช Ensure all Base components are `OverridableComponent` (#33506) @michaldudak
|
|
80
|
+
- ๐งช Various improvements on the Material `Stack` component (#33548, #33588, #33549) @hbjORbj
|
|
81
|
+
- Many other ๐ bug fixes and ๐ documentation improvements
|
|
82
|
+
|
|
83
|
+
### `@mui/material@5.9.2`
|
|
84
|
+
|
|
85
|
+
- ​<!-- 34 -->Revert "[Tooltip] Fix children mouse over detection (#32321)" @oliviertassinari
|
|
86
|
+
- ​<!-- 19 -->[FormHelperText] Fix unable to create new variants (#33589) @DinhBaoTran
|
|
87
|
+
- ​<!-- 18 -->[ImageList] Remove vertical spacing between items in masonry layout (#33593) @michaldudak
|
|
88
|
+
- ​<!-- 13 -->[LoadingButton] Refactor duplicate code (#33570) @ZeeshanTamboli
|
|
89
|
+
- ​<!-- 12 -->[Modal] Explain the meaning of deprecation of the BackdropComponent prop (#33591) @michaldudak
|
|
90
|
+
- ​<!-- 11 -->[Stack] Fix unit test failure (#33588) @hbjORbj
|
|
91
|
+
- ​<!-- 10 -->[Stack] Fix default `flexDirection` value with responsive prop (#33549) @hbjORbj
|
|
92
|
+
- ​<!-- 09 -->[Stack] Ensure that `marginundefined` doesn't occur in styling (#33548) @hbjORbj
|
|
93
|
+
- ​<!-- 08 -->[Tabs] Fix `indicatorColor` prop type (#33569) @ZeeshanTamboli
|
|
94
|
+
- ​<!-- 07 -->[Tabs] Add TypeScript interface to augment tab indicator color in theme (#33333) @AHeiming
|
|
95
|
+
|
|
96
|
+
### `@mui/base@5.0.0-alpha.91`
|
|
97
|
+
|
|
98
|
+
- ​<!-- 33 -->[Base] Make PopperUnstyled `component` overridable (#33573) @siriwatknp
|
|
99
|
+
- ​<!-- 32 -->[Base] Ensure all components are OverridableComponent (#33506) @michaldudak
|
|
100
|
+
|
|
101
|
+
### `@mui/joy@5.0.0-alpha.38`
|
|
102
|
+
|
|
103
|
+
- ​<!-- 17 -->[Select] Add new component in Joy (#33630) @siriwatknp
|
|
104
|
+
- ​<!-- 15 -->[Joy] Add Text field documentation (#33430, #33631) @danilo-leal
|
|
105
|
+
- ​<!-- 14 -->[Joy] Add menu components (#31789) @siriwatknp
|
|
106
|
+
|
|
107
|
+
### Docs
|
|
108
|
+
|
|
109
|
+
- ​<!-- 31 -->[blog] Fix 404 link to Algolia docs search (dd4308d) @oliviertassinari
|
|
110
|
+
- ​<!-- 28 -->[docs] Add accessibility tips (#33633) @siriwatknp
|
|
111
|
+
- ​<!-- 27 -->[docs] Fix production deploy of codesandboxes (#33608) @oliviertassinari
|
|
112
|
+
- ​<!-- 26 -->[docs] Show border on `palette.background.paper` in dark mode docs (#33611) @ZeeshanTamboli
|
|
113
|
+
- ​<!-- 25 -->[docs] Fix typo in Joy UI dark mode page (#33620) @bairamau
|
|
114
|
+
- ​<!-- 24 -->[docs] Final polish on Base docs - formatting and style consistency (#33156) @samuelsycamore
|
|
115
|
+
- ​<!-- 23 -->[docs] Fix `CssBaseline` import in example code (#33614) @dd-ssc
|
|
116
|
+
- ​<!-- 22 -->[docs] Fix Toolpad docs redirection (#33524) @bharatkashyap
|
|
117
|
+
- ​<!-- 21 -->[docs] Fix link to Snackbar customization section in Alert docs (#33586) @ZeeshanTamboli
|
|
118
|
+
- ​<!-- 20 -->[docs] Fix `placement choices` typo in Tooltip docs (#33571) @MonstraG
|
|
119
|
+
- ​<!-- 05 -->[website] Update home page's sponsor grid (#33528) @danilo-leal
|
|
120
|
+
- ​<!-- 04 -->[website] Add Vytautas to the about page (#33567) @bytasv
|
|
121
|
+
- ​<!-- 03 -->[website] Improve newsletter input design (#33585) @danilo-leal
|
|
122
|
+
- ​<!-- 02 -->[website] Add YouTube link to footer (#33580) @gerdadesign
|
|
123
|
+
- ​<!-- 01 -->[website] Clarify scope of technical support (#33435) @joserodolfofreitas
|
|
124
|
+
|
|
125
|
+
### Core
|
|
126
|
+
|
|
127
|
+
- ​<!-- 30 -->[core] Swallow ad blocker fetch fail (#33617) @oliviertassinari
|
|
128
|
+
- ​<!-- 29 -->[core] Fix dep security by resolving `thenify` to latest (#33612) @siriwatknp
|
|
129
|
+
- ​<!-- 06 -->[test] Remove `view` option from Event in Snackbar tests (#33555) @ZeeshanTamboli
|
|
130
|
+
|
|
131
|
+
All contributors of this release in alphabetical order: @AHeiming, @bairamau, @bharatkashyap, @bytasv, @danilo-leal, @dd-ssc, @DinhBaoTran, @gerdadesign, @hbjORbj, @joserodolfofreitas, @michaldudak, @MonstraG, @oliviertassinari, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
|
|
132
|
+
|
|
3
133
|
## 5.9.1
|
|
4
134
|
|
|
5
135
|
<!-- generated comparing v5.9.0..master -->
|
|
@@ -97,7 +227,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
|
|
|
97
227
|
|
|
98
228
|
### `@mui/base@5.0.0-alpha.89`
|
|
99
229
|
|
|
100
|
-
- Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
230
|
+
- [Base] Change the order of class names merged in useSlotProps (#33383) @michaldudak
|
|
101
231
|
- [ModalUnstyled] Accept callbacks in componentsProps (#33181) @michaldudak
|
|
102
232
|
- [SelectUnstyled] Accept callbacks in componentsProps (#33197) @michaldudak
|
|
103
233
|
- [TabsUnstyled] Accept callbacks in componentsProps (#33284) @michaldudak
|
|
@@ -2064,7 +2194,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
2064
2194
|
- ​<!-- 19 -->[docs] Sync translations with Crowdin (#30067) @l10nbot
|
|
2065
2195
|
- ​<!-- 18 -->[docs] Fix link on "Custom variables" section in the Theming page #30100 @danilo-leal
|
|
2066
2196
|
- ​<!-- 17 -->[docs] Fix justifyContent option in the Grid interactive demo (#30117) @danilo-leal
|
|
2067
|
-
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in
|
|
2197
|
+
- ​<!-- 16 -->[docs] Add tip to help access the docs of a previous version when finding answers in Stack Overflow (#30101) @danilo-leal
|
|
2068
2198
|
- ​<!-- 15 -->[docs] Fix import example inside Unstyled Backdrop section (#30098) @TheodosiouTh
|
|
2069
2199
|
- ​<!-- 01 -->[website] Column pinning and Tree data are out (#30136) @oliviertassinari
|
|
2070
2200
|
- ​<!-- 07 -->[survey] Remove survey promotion items (#30122) @danilo-leal
|
|
@@ -2145,7 +2275,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2145
2275
|
- ​<!-- 21 -->[docs] Update nextjs-typescript-example (#29974) @huydhoang
|
|
2146
2276
|
- ​<!-- 20 -->[docs] Add missing global state classes to API docs generator (#29945) @michaldudak
|
|
2147
2277
|
- ​<!-- 19 -->[docs] Fix benchmarks folder link (#29981) @fourjr
|
|
2148
|
-
- ​<!-- 18 -->[docs] Improve wording in
|
|
2278
|
+
- ​<!-- 18 -->[docs] Improve wording in Stack Overflow section of support page (#29956) @ronwarner
|
|
2149
2279
|
- ​<!-- 17 -->[docs] Remove Black Friday sale notification (#29936) @mbrookes
|
|
2150
2280
|
- ​<!-- 16 -->[examples] Fix typos in the Remix example (#30071) @MichaelDeBoey
|
|
2151
2281
|
- ​<!-- 15 -->[examples] Add Remix example (#29952) @mnajdova
|
|
@@ -2158,7 +2288,7 @@ A big thanks to the 25 contributors who made this release possible. Here are som
|
|
|
2158
2288
|
### Core
|
|
2159
2289
|
|
|
2160
2290
|
- ​<!-- 31 -->[core] Batch small changes (#30042) @oliviertassinari
|
|
2161
|
-
- ​<!-- 28 -->[core] Transition to a new
|
|
2291
|
+
- ​<!-- 28 -->[core] Transition to a new Stack Overflow tag (#29967) @oliviertassinari
|
|
2162
2292
|
|
|
2163
2293
|
All contributors of this release in alphabetical order: @chao813, @daniel-sachs, @danilo-leal, @Domino987, @eduardomcv, @flaviendelangle, @fourjr, @genzyy, @hbjORbj, @huydhoang, @jayeclark, @jonathanrtuck, @kkorach, @l10nbot, @mbrookes, @MichaelDeBoey, @michaldudak, @mnajdova, @oliviertassinari, @ronwarner, @Semigradsky, @siriwatknp, @tasugi, @ThewBear, @ZeeshanTamboli
|
|
2164
2294
|
|
|
@@ -5844,7 +5974,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
5844
5974
|
#### Breaking changes
|
|
5845
5975
|
|
|
5846
5976
|
- ​<!-- 91 -->[types] Rename the exported `Omit` type in `@material-ui/types`. (#24795) @petyosi
|
|
5847
|
-
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this
|
|
5977
|
+
The module is now called `DistributiveOmit`. The change removes the confusion with the built-in `Omit` helper introduced in TypeScript v3.5. The built-in `Omit`, while similar, is non-distributive. This leads to differences when applied to union types. [See this Stack Overflow answer for further details](https://stackoverflow.com/a/57103940/1009797).
|
|
5848
5978
|
|
|
5849
5979
|
```diff
|
|
5850
5980
|
-import { Omit } from '@material-ui/types';
|
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.9.
|
|
3
|
+
"version": "5.9.3",
|
|
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`.",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.17.2",
|
|
39
|
-
"@mui/utils": "^5.9.
|
|
39
|
+
"@mui/utils": "^5.9.3",
|
|
40
40
|
"prop-types": "^15.8.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|