@mui/private-theming 5.14.15 → 5.14.17

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,128 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.17
4
+
5
+ <!-- generated comparing v5.14.16..master -->
6
+
7
+ _Nov 6, 2023_
8
+
9
+ A big thanks to the 12 contributors who made this release possible.
10
+ This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11
+
12
+ ### `@mui/material@5.14.17`
13
+
14
+ - [Dialog] Should not close until the IME is cancelled (#39713) @megos
15
+ - [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
16
+
17
+ ### `@mui/joy@5.0.0-beta.13`
18
+
19
+ - [ModalDialog] Remove redundant code (#39719) @sai6855
20
+ - [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
21
+
22
+ ### `@mui/base@5.0.0-beta.23`
23
+
24
+ - Make list components more reliable (#39380) @michaldudak
25
+
26
+ ### `@mui/material-next@6.0.0-alpha.109`
27
+
28
+ - [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
29
+ - [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
30
+
31
+ ### `@mui/lab@5.0.0-alpha.152`
32
+
33
+ - [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
34
+
35
+ ### Docs
36
+
37
+ - Update Taiwan country name in demos (#39729) @chiahao
38
+ - Update release doc for unchanged packages (#39487) @brijeshb42
39
+ - [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
40
+ - [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
41
+ - [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
42
+
43
+ ### Core
44
+
45
+ - [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
46
+ - [docs-infra] Render footer in SSR (#39710) @oliviertassinari
47
+ - [docs-infra] Simplify footer (#39709) @oliviertassinari
48
+ - [docs-infra] Fix dark theme color (#39720) @alexfauquette
49
+ - [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
50
+ - [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
51
+ - [docs-infra] Clarify the content of the ads @oliviertassinari
52
+ - [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
53
+ - [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
54
+ - [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
55
+ - [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
56
+ - [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
57
+ - [core] Speed up the CI by removing the second build (#39684) @michaldudak
58
+ - [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
59
+ - [website] List benefits for sponsors (#39640) @oliviertassinari
60
+ - [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
61
+ - [test] Fix flaky screenshot (#39711) @oliviertassinari
62
+
63
+ All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
64
+
65
+ ## 5.14.16
66
+
67
+ <!-- generated comparing v5.14.15..master -->
68
+
69
+ _Oct 31, 2023_
70
+
71
+ A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
72
+
73
+ - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
74
+
75
+ ### `@mui/material@5.14.16`
76
+
77
+ - &#8203;<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
78
+
79
+ ### `@mui/base@5.0.0-beta.22`
80
+
81
+ - &#8203;<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
82
+ - &#8203;<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
83
+ - &#8203;<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
84
+
85
+ ### `@mui/joy@5.0.0-beta.13`
86
+
87
+ - &#8203;<!-- 29 -->[Accordion] Add type button to accordion
88
+ - &#8203;<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
89
+ - &#8203;<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
90
+ - &#8203;<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
91
+ - &#8203;<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
92
+ - &#8203;<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
93
+ - &#8203;<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
94
+ - &#8203;<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
95
+
96
+ ### `@mui/material-next@6.0.0-alpha.108`
97
+
98
+ - &#8203;<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
99
+
100
+ ### Docs
101
+
102
+ - &#8203;<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
103
+ - &#8203;<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
104
+ - &#8203;<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
105
+ - &#8203;<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
106
+ - &#8203;<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
107
+ - &#8203;<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
108
+ - &#8203;<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
109
+ - &#8203;<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
110
+ - &#8203;<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
111
+ - &#8203;<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
112
+
113
+ ### Core
114
+
115
+ - &#8203;<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
116
+ - &#8203;<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
117
+ - &#8203;<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
118
+ - &#8203;<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
119
+ - &#8203;<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
120
+ - &#8203;<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
121
+ - &#8203;<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
122
+ - &#8203;<!-- 01 -->[website] Open the `Design Engineer - xGrid` role (#39375) @DanailH
123
+
124
+ All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
125
+
3
126
  ## 5.14.15
4
127
 
5
128
  <!-- generated comparing v5.14.14..master -->
@@ -3159,7 +3282,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3159
3282
  - [docs] Improve line-height readability (#35387) @oliviertassinari
3160
3283
  - [docs] Improve a bit the Composition docs (#35329) @oliviertassinari
3161
3284
  - [docs] Refactor `ToggleButtonSizes` demo (#35375) @Armanio
3162
- - [docs] Standardize the usage of callouts in the MUI Core docs (#35361) @samuelsycamore
3285
+ - [docs] Standardize the usage of callouts in the docs (#35361) @samuelsycamore
3163
3286
  - [docs] Format feedback to add a link to the commented section (#35381) @alexfauquette
3164
3287
  - [docs] Direct users from Material UI to Base UI for duplicated components (#35293) @samuelsycamore
3165
3288
  - [docs] Fix typo in FormControl API docs (#35449) @Spanishiwa
@@ -3525,7 +3648,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
3525
3648
  - &#8203;<!-- 16 -->[docs] Fix typo in docs title (#34926) @PunitSoniME
3526
3649
  - &#8203;<!-- 25 -->[docs] Fix missing emotion prefixes (#34958) @oliviertassinari
3527
3650
  - &#8203;<!-- 26 -->[docs] Improve UI display for copy code (#34950) @oliviertassinari
3528
- - &#8203;<!-- 15 -->[docs] Standardize all MUI Core "Usage" pages (#34183) @samuelsycamore
3651
+ - &#8203;<!-- 15 -->[docs] Standardize all "Usage" pages (#34183) @samuelsycamore
3529
3652
  - &#8203;<!-- 14 -->[docs] Update templates' readme files to include required dependencies (#34757) @michaldudak
3530
3653
  - &#8203;<!-- 13 -->[docs] Fix inconsistent theme colors when applying custom colors in playground (#34866) @cherniavskii
3531
3654
  - &#8203;<!-- 12 -->[docs] Fix typo in bottom-navigation.md (#34884) @RoodyCode
@@ -3891,7 +4014,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
3891
4014
  - [docs] Update the guide for migrating to TSS (#34417) @garronej
3892
4015
  - [docs] Fix typo in `Grid` docs (#34475) @Dustin-Digitar
3893
4016
  - [docs] Fix typo in `Back to top` section in AppBar docs (#34479) @Dustin-Digitar
3894
- - [docs] Standardize all MUI Core "Installation" pages (#34168) @samuelsycamore
4017
+ - [docs] Standardize all "Installation" pages (#34168) @samuelsycamore
3895
4018
  - [docs] Fix webpack file name to the standard: `webpack.config.js` (#34446) @CodingItWrong
3896
4019
  - [docs] Fix Select `onChange` call (#34408) @siriwatknp
3897
4020
  - [docs] Notification for pickers blog - v5 stable (#34400) @joserodolfofreitas
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.14.15
2
+ * @mui/private-theming v5.14.17
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/private-theming v5.14.15
2
+ * @mui/private-theming v5.14.17
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 v5.14.15
2
+ * @mui/private-theming v5.14.17
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 v5.14.15
2
+ * @mui/private-theming v5.14.17
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": "5.14.15",
3
+ "version": "5.14.17",
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`.",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.23.2",
30
- "@mui/utils": "^5.14.15",
30
+ "@mui/utils": "^5.14.17",
31
31
  "prop-types": "^15.8.1"
32
32
  },
33
33
  "peerDependencies": {