@mui/private-theming 6.1.4 → 6.1.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,105 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 6.1.6
4
+
5
+ <!-- generated comparing v6.1.5..master -->
6
+
7
+ _Oct 30, 2024_
8
+
9
+ A big thanks to the 13 contributors who made this release possible.
10
+
11
+ ### `@mui/material@6.1.6`
12
+
13
+ - [Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams (#44183) @sai6855
14
+ - [Avatar] Fix AvatarGroup spacing (#44208) @aarongarciah
15
+ - [AvatarGroup] Fix spacing CSS variable (#44202) @navedqb
16
+ - [Divider] Fix CSS specificity order (#44204) @o-alexandrov
17
+ - [Slider] Fix value prop type warning (#44131) @joshkel
18
+ - Replace `useThemeProps` with `useDefaultProps` (#44193) @siriwatknp
19
+
20
+ ### `@mui/material-nextjs@6.1.6`
21
+
22
+ - Support Next 15.0.0 (#42428) @nphmuller
23
+
24
+ ### `@mui/lab@6.0.0-beta.14`
25
+
26
+ - [Tabs] Fix type of TabPanel component (#44207) @blackcow1987
27
+
28
+ ### `@mui/codemod@6.1.6`
29
+
30
+ - Fix system props default import specifier (#44170) @siriwatknp
31
+
32
+ ### `@mui/utils@6.1.6`
33
+
34
+ - Bring back useIsFocusVisible (#44256) @aarongarciah
35
+ - Bring back getReactNodeRef (#44248) @aarongarciah
36
+
37
+ ### Docs
38
+
39
+ - [material-ui][Avatar] Add AvatarGroup spacing demo (#44209) @aarongarciah
40
+ - Fix a typo in CONTRIBUTING.md (#44200) @prakhargupta1
41
+ - Mark the Hidden component as deprecated in the sidenav (#44068) @jimmycallin
42
+ - Use () when referencing functions (#44184) @oliviertassinari
43
+ - Follow types description convention (#44187) @oliviertassinari
44
+
45
+ ### Core
46
+
47
+ - Lock file maintenance (#43947)
48
+ - Run @mui/icon-material src:icons (#44097) @oliviertassinari
49
+ - [test][material-ui] Add tests for Pigment Grid and Stack (#44132) @DiegoAndai
50
+ - [test] Distinguish private with public tests API (#44188) @oliviertassinari
51
+ - [docs-infra] Add recursively the relative modules in the demos (#44150) @mnajdova
52
+
53
+ All contributors of this release in alphabetical order: @aarongarciah, @blackcow1987, @DiegoAndai, @jimmycallin, @joshkel, @mnajdova, @navedqb, @nphmuller, @o-alexandrov, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp
54
+
55
+ ## 6.1.5
56
+
57
+ <!-- generated comparing v6.1.4..master -->
58
+
59
+ _Oct 22, 2024_
60
+
61
+ A big thanks to the 9 contributors who made this release possible.
62
+
63
+ ### `@mui/material@6.1.5`
64
+
65
+ - [Autocomplete] Fix bug with child chip button events propagating to parent (#43982) @snapwich
66
+ - [Autocomplete] Fix Autocomplete crashing if ownerState is used in styleOverrides (#43994) @sai6855
67
+ - [Checkbox] Fix disableRipple regression (#44099) @siriwatknp
68
+ - [Dialog] Add the aria-modal="true" by default (#44118) @mnajdova
69
+ - [IconButton] Fix disableRipple behavior when disableRipple is set in MuiButtonBase theme (#43714) @sai6855
70
+ - [pigment-css] Support project without enabling CSS variables (#44171) @siriwatknp
71
+ - Make the palette always return new light and dark object (#44059) @siriwatknp
72
+
73
+ ### `@mui/system@6.1.5`
74
+
75
+ - Add `defaultMode` to `InitColorSchemeScript` (#44139) @siriwatknp
76
+
77
+ ### `@mui/codemod@6.1.5`
78
+
79
+ - [Grid2] Add removal `zeroMinWidth` prop to codemod (#44178) @sai6855
80
+
81
+ ### Docs
82
+
83
+ - [material-ui][FormControlLabel] Don't use unintuitive label position on chec… (#44119) @mnajdova
84
+ - [material-ui][TextField] Dynamically modify the eye password button aria-label (#44122) @ChinoUkaegbu
85
+ - [icons] Run pnpm docs:mdicons:synonyms (#44098) @oliviertassinari
86
+ - [joy-ui] Update Overview copy to match Readme (#44136) @samuelsycamore
87
+ - Add CodeSandbox/Stackblitz to the rest of the templates (#43708) @siriwatknp
88
+ - Update Figma link to fix 301 (a7b7d9c) @oliviertassinari
89
+ - Link Toolpad from Core repo (#44111) @prakhargupta1
90
+ - Remove HighlightedCode max-width (#43731) @Janpot
91
+
92
+ ### Core
93
+
94
+ - [code-infra] Widen eslint file patterns (#44148) @Janpot
95
+ - [code-infra] Fix icon builder tests (#44143) @Janpot
96
+ - [code-infra] Fix dependabot vulnerabilities (#44124) @Janpot
97
+ - [core] Reference commits in changelog when no PR (#44115) @oliviertassinari
98
+ - [examples] Fix Pigment CSS Vite example (#44074) @oliviertassinari
99
+ - Fix fast-xml-parser vulnerability (#44121) @Janpot
100
+
101
+ All contributors of this release in alphabetical order: @ChinoUkaegbu, @Janpot, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @snapwich
102
+
3
103
  ## v6.1.4
4
104
 
5
105
  <!-- generated comparing v6.1.3..master -->
@@ -310,7 +410,7 @@ A big thanks to the 11 contributors who made this release possible.
310
410
 
311
411
  ### `@mui/material@6.0.2`
312
412
 
313
- - Fix `createTheme` with just color schemes (#43518) @siriwatknp
413
+ - Fix `createTheme()` with just color schemes (#43518) @siriwatknp
314
414
  - [Menu,Popover] Fix Backdrop props descriptions (#43503) @Michael-Hutchinson
315
415
  - [MenuList] Do not react to an event with modifier key pressed (#43505) @MateuszGroth
316
416
 
@@ -1052,7 +1152,7 @@ A big thanks to the 18 contributors who made this release possible.
1052
1152
 
1053
1153
  ### Docs
1054
1154
 
1055
- - Add `theme.applyStyles` and migrate docs (#42498) @siriwatknp
1155
+ - Add `theme.applyStyles()` and migrate docs (#42498) @siriwatknp
1056
1156
  - Fix dashboard template console error (#42594) @oliviertassinari
1057
1157
  - Migrate system props to `sx` prop (#42475) @siriwatknp
1058
1158
  - [material-ui]Fix duplicated sentence (#42521) @alexfauquette
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v6.1.4
2
+ * @mui/private-theming v6.1.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/private-theming v6.1.4
2
+ * @mui/private-theming v6.1.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/private-theming v6.1.4
2
+ * @mui/private-theming v6.1.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/private-theming",
3
- "version": "6.1.4",
3
+ "version": "6.1.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`.",
@@ -26,9 +26,9 @@
26
26
  "url": "https://opencollective.com/mui-org"
27
27
  },
28
28
  "dependencies": {
29
- "@babel/runtime": "^7.25.7",
29
+ "@babel/runtime": "^7.26.0",
30
30
  "prop-types": "^15.8.1",
31
- "@mui/utils": "^6.1.4"
31
+ "@mui/utils": "^6.1.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",