@mui/private-theming 5.11.12 โ†’ 5.11.13

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,46 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.13
4
+
5
+ <!-- generated comparing v5.11.12..master -->
6
+
7
+ _Mar 14, 2023_
8
+
9
+ A big thanks to the 13 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in MUI Base (#35963)
12
+ - other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
+
14
+ ### `@mui/material@5.11.13`
15
+
16
+ - &#8203;<!-- 13 -->[core] Bump MUI Base's version in Material UI (#36492) @hbjORbj
17
+ - &#8203;<!-- 17 -->[material] Export `shouldSkipGeneratingVar` from Material UI (#36489) @siriwatknp
18
+ - &#8203;<!-- 06 -->[Typography] Apply font properties to typography inherit variant (#33621) @oyar99
19
+
20
+ ### `@mui/base@5.0.0-alpha.121`
21
+
22
+ - &#8203;<!-- 16 -->[base] Disable classes generation via a context (#35963) @michaldudak
23
+ - &#8203;<!-- 15 -->[useMenu][base] Add return interface for useMenu hook (#36376) @HeVictor
24
+ - &#8203;<!-- 05 -->[useBadge] Add interface for the return value (#36042) @skevprog
25
+ - &#8203;<!-- 04 -->[useMenuItem] Add explicit return type (#36359) @rayrw
26
+ - &#8203;<!-- 03 -->[useTabs] Add explicit return type (#36047) @sai6855
27
+
28
+ ### Docs
29
+
30
+ - &#8203;<!-- 14 -->[blog] Update fields behavior on date pickers blog post (#36480) @joserodolfofreitas
31
+ - &#8203;<!-- 12 -->[docs] Info markdown not rendering in Contributing Guide README (#36487) @hbjORbj
32
+ - &#8203;<!-- 11 -->[docs] Remove 301 redirection to MUI X lab migration @oliviertassinari
33
+ - &#8203;<!-- 10 -->[docs] Fix a grammar error (#36486) @hbjORbj
34
+ - &#8203;<!-- 09 -->[docs] Add blog post notification for v6 release (#36446) @joserodolfofreitas
35
+ - &#8203;<!-- 08 -->[docs] Update link to v5 docs (#36421) @m4theushw
36
+ - &#8203;<!-- 07 -->[docs] Fix 404 in the API page links (#36419) @oliviertassinari
37
+ - &#8203;<!-- 08 -->[docs][joy] Error in the exemplary Codesandbox of using Material UI and Joy UI together (#36462) @hbjORbj
38
+ - &#8203;<!-- 06 -->[examples] Refactor to have better types in the Next.js + TypeScript examples (#36355) @erikian
39
+ - &#8203;<!-- 02 -->[website] Fix layout shift when loading /blog/mui-x-v6/ @oliviertassinari
40
+ - &#8203;<!-- 01 -->[website] Update stats (#36477) @hrutik7
41
+
42
+ All contributors of this release in alphabetical order: @erikian, @hbjORbj, @HeVictor, @hrutik7, @joserodolfofreitas, @m4theushw, @michaldudak, @oliviertassinari, @oyar99, @rayrw, @sai6855, @siriwatknp, @skevprog
43
+
3
44
  ## 5.11.12
4
45
 
5
46
  <!-- generated comparing v5.11.11..master -->
@@ -2242,7 +2283,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2242
2283
  - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
2243
2284
  - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
2244
2285
  - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
2245
- - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/). (#33386) @flaviendelangle
2286
+ - โš ๏ธ **[BREAKING CHANGE]** Date pickers were removed from the lab. Learn how to migrate by visiting the [migration guide](https://mui.com/x/migration/migration-pickers-lab/). (#33386) @flaviendelangle
2246
2287
  - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
2247
2288
  - our documentation site is now running with React 18! (#33196) @mnajdova
2248
2289
 
@@ -2268,7 +2309,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
2268
2309
 
2269
2310
  - [lab] Remove the pickers (#33386) @flaviendelangle
2270
2311
 
2271
- The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
2312
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/migration/migration-pickers-lab/).
2272
2313
 
2273
2314
  **Changes**
2274
2315
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.11.12
2
+ * @mui/private-theming v5.11.13
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.11.12
2
+ * @mui/private-theming v5.11.13
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.11.12
2
+ * @mui/private-theming v5.11.13
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.11.12
2
+ * @mui/private-theming v5.11.13
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.11.12",
3
+ "version": "5.11.13",
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.21.0",
39
- "@mui/utils": "^5.11.12",
39
+ "@mui/utils": "^5.11.13",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,