@mui/private-theming 5.9.0 โ†’ 5.9.1

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,57 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.9.1
4
+
5
+ <!-- generated comparing v5.9.0..master -->
6
+
7
+ _Jul 18, 2022_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. This release is mainly about ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
10
+
11
+ ### `@mui/material@5.9.1`
12
+
13
+ - &#8203;<!-- 24 -->[Autocomplete] Fix disabling component crashing when focused (#31313) @mzedel
14
+ - &#8203;<!-- 07 -->[Grid] Avoid scrollbar in demo (#33527) @oliviertassinari
15
+ - &#8203;<!-- 05 -->[Slider] Fix transition of tooltips on vertical slider (#33009) @abhinav-22-tech
16
+ - &#8203;<!-- 01 -->[TouchRipple] Fix crash on android where `event.touches` are an empty array (#32974) @lukeggchapman
17
+
18
+ ### `@mui/system@5.9.1`
19
+
20
+ - &#8203;<!-- 04 -->[system] Add flag to switch negative margin approach in Grid (#33484) @siriwatknp
21
+ - &#8203;<!-- 03 -->[system] Remove needless optional chaining check in `createEmptyBreakpointObject` method (#33482) @ZeeshanTamboli
22
+
23
+ ### `@mui/base@5.0.0-alpha.90`
24
+
25
+ - &#8203;<!-- 23 -->[base] Export types used by components' props (#33522) @michaldudak
26
+ - &#8203;<!-- 22 -->[base] Add missing type definitions in useControllableReducer (#33496) @michaldudak
27
+ - &#8203;<!-- 06 -->[SelectUnstyled] Do not call onChange unnecessarily (#33408) @michaldudak
28
+
29
+ ### `@mui/lab@5.0.0-alpha.91`
30
+
31
+ - &#8203;<!-- 02 -->[TimelineDot] Add TimelineDotPropsColorOverrides interface to extend color options (#33466) @lolaignatova
32
+
33
+ ### Docs
34
+
35
+ - &#8203;<!-- 19 -->[docs] Add note about CssBaseline in the dark mode page (#33108) @GabrielaLokelani
36
+ - &#8203;<!-- 18 -->[docs] Fix typos in the Interoperability page (#33273) @HexM7
37
+ - &#8203;<!-- 17 -->[docs] Improve the `useTheme` documentation (#33508) @rickstaa
38
+ - &#8203;<!-- 16 -->[docs] Fix 301 redirections (#33521) @oliviertassinari
39
+ - &#8203;<!-- 15 -->[docs] Link the same codesandbox as in the docs (#33472) @oliviertassinari
40
+ - &#8203;<!-- 14 -->[docs] Fix copy search false positives (#33438) @oliviertassinari
41
+ - &#8203;<!-- 13 -->[docs] Fix typo (#33520) @aravindpanicker
42
+ - &#8203;<!-- 12 -->[docs] Update Tailwind docs to include step about updating popover containers (#33315) @ajhenry
43
+ - &#8203;<!-- 11 -->[docs] Add yarn command for Roboto font in Material UI's typography.md (#33485) @anthonypz
44
+ - &#8203;<!-- 10 -->[docs] Add new community content to the Material UI Learn page (#32927) @Nikhilthadani
45
+ - &#8203;<!-- 09 -->[examples] Change createEmotionCache to use `insertionPoint` (#32104) @ANTARES-KOR
46
+ - &#8203;<!-- 08 -->[examples] Fix error in Next.js example with @mui/styles (#33456) @paustria
47
+
48
+ ### Core
49
+
50
+ - &#8203;<!-- 21 -->[core] Cleanup experiments (#33547) @siriwatknp
51
+ - &#8203;<!-- 20 -->[core] Update CHANGELOG to include pickers breaking change (#33486) @siriwatknp
52
+
53
+ All contributors of this release in alphabetical order: @abhinav-22-tech, @ajhenry, @ANTARES-KOR, @anthonypz, @aravindpanicker, @GabrielaLokelani, @HexM7, @lolaignatova, @lukeggchapman, @michaldudak, @mzedel, @Nikhilthadani, @oliviertassinari, @paustria, @rickstaa, @siriwatknp, @ZeeshanTamboli
54
+
3
55
  ## 5.9.0
4
56
 
5
57
  <!-- generated comparing v5.8.7..master -->
@@ -11,6 +63,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
11
63
  - ๐Ÿงช Exported Grid v2 as `Unstable_Grid2` (#33479) @siriwatknp
12
64
  - ๐Ÿ“– Added a guide for using Joy UI and Material UI together (#33396) @siriwatknp
13
65
  - ๐Ÿ› Fixed a few bugs in Material UI components. Thanks to @ZeeshanTamboli, @ivan-ngchakming, and @joebingham-wk.
66
+ - โš ๏ธ **[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
14
67
  - many other ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements
15
68
  - our documentation site is now running with React 18! (#33196) @mnajdova
16
69
 
@@ -32,8 +85,15 @@ A big thanks to the 19 contributors who made this release possible. Here are som
32
85
 
33
86
  ### `@mui/lab@5.0.0-alpha.90`
34
87
 
88
+ **โš ๏ธ Breaking changes**
89
+
35
90
  - [lab] Remove the pickers (#33386) @flaviendelangle
36
- - [Masonry] Support `rem`/`em` values for `spacing` prop (#33384) @hbjORbj
91
+
92
+ The pickers are moved to MUI X, check out the [migration guide](https://mui.com/x/react-date-pickers/migration-lab/).
93
+
94
+ **Changes**
95
+
96
+ - [Masonry] Support rem/em values for spacing prop (#33384) @hbjORbj
37
97
 
38
98
  ### `@mui/base@5.0.0-alpha.89`
39
99
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.0
1
+ /** @license MUI v5.9.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.0
1
+ /** @license MUI v5.9.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.0
1
+ /** @license MUI v5.9.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.9.0
1
+ /** @license MUI v5.9.1
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/private-theming",
3
- "version": "5.9.0",
3
+ "version": "5.9.1",
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.0",
39
+ "@mui/utils": "^5.9.1",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,