@mui/system 5.11.15 โ†’ 5.11.16

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,67 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.11.16
4
+
5
+ <!-- generated comparing v5.11.15..master -->
6
+
7
+ _Apr 4, 2023_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights โœจ:
10
+
11
+ - ๐Ÿ’… Added tabs on API pages of Base UI to switch between component and hook references (#35938) @mnajdova
12
+ - ๐Ÿ› bug fixes and ๐Ÿ“š documentation improvements.
13
+
14
+ ### `@mui/material@5.11.16`
15
+
16
+ - [Autocomplete] Listen for click on the root element (#36369) @sai6855
17
+ - [Autocomplete] Fix navigation issue on mouse hover (#35196) @sai6855
18
+ - [Card] Fix Card focus effect overflowing parent card (#36329) @mj12albert
19
+ - [Grid] Missing slot (#36765) @siriwatknp
20
+ - [Select] Make error part of the `ownerState` to enable overriding styles with it in theme (#36422) @gitstart
21
+ - [Slider] Fix ValueLabel UI issues comes when size="small" and orientation="vertical (#36738) @yushanwebdev
22
+
23
+ ### `@mui/icons-material@5.11.16`
24
+
25
+ - [icons] Do not ignore popular icons (#36608) @michaldudak
26
+
27
+ ### `@mui/joy@5.0.0-alpha.74`
28
+
29
+ - [Joy] Add `ModalOverflow` component (#36262) @siriwatknp
30
+ - [Joy] Fix `Checkbox` custom color prop type warning (#36691) @amal-qb
31
+
32
+ ### Docs
33
+
34
+ - [docs][base] Add return type for `useFormControlUnstyledContext` hook (#36302) @HeVictor
35
+ - [docs][base] Move styles to the bottom of demos code for `FormControl` (#36579) @gitstart
36
+ - [docs][base] Move styles to the bottom of demos code for `Menu` (#36582) @gitstart
37
+ - [docs][base] Move styles code to bottom in the `Button` demos (#36590) @sai6855
38
+ - [docs][base] Show components & hooks API on the components page (#35938) @mnajdova
39
+ - [docs] Describe slotProps in MUI Base customization doc (#36206) @michaldudak
40
+ - [docs] Fix double API page redirection (#36743) @oliviertassinari
41
+ - [docs] Remove hash property and leverage pathname (#36764) @siriwatknp
42
+ - [docs] Introduce markdown permalink to source (#36729) @oliviertassinari
43
+ - [docs] Tabs API add slots section (#36769) @mnajdova
44
+ - [docs] Update feedbacks management on slack (#36705) @alexfauquette
45
+ - [docs] Fix Joy UI URL to tokens (#36742) @oliviertassinari
46
+ - [docs] Add toggle-button coming soon page (#36618) @siriwatknp
47
+ - [docs] Fix typo on the Joy UI theme builder (#36734) @danilo-leal
48
+ - [docs] Fix small typo (#36727) @RBerthier
49
+ - [docs] Fix Joy UI template broken image loading @oliviertassinari
50
+ - [docs] Hide the default API column if it's empty (#36715) @mnajdova
51
+ - [docs] Update Material UI Related Projects page (#34203) @viclafouch
52
+ - [docs] Revise Joy UI "Circular Progress" page (#36126) @LadyBluenotes
53
+ - [docs] Revise Joy UI "Radio" page (#35893) @DevinCLane
54
+ - [docs] Support Google Analytics 4 (#36123) @alexfauquette
55
+ - [docs][material] Keep consistency in description of classes (#36631) @hbjORbj
56
+ - [docs] Remove redundant files and fix regression (#36775) @ZeeshanTamboli
57
+
58
+ ### Core
59
+
60
+ - [blog] Compress images @oliviertassinari
61
+ - [core] Remove unused token (#36722) @oliviertassinari
62
+
63
+ All contributors of this release in alphabetical order: @alexfauquette, @amal-qb, @danilo-leal, @DevinCLane, @gitstart, @hbjORbj, @HeVictor, @LadyBluenotes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @RBerthier, @sai6855, @siriwatknp, @viclafouch, @yushanwebdev
64
+
3
65
  ## 5.11.15
4
66
 
5
67
  <!-- generated comparing v5.11.14..master -->
@@ -5406,7 +5468,7 @@ _Sep 1, 2021_
5406
5468
  A big thanks to the 18 contributors who made this release possible. Here are some highlights โœจ:
5407
5469
 
5408
5470
  - ๐ŸŽ‰ Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
5409
- - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
5471
+ - ๐Ÿ›  Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/migration/migration-v4/#preset-safe)
5410
5472
  - ๐Ÿงช Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj ๐Ÿ‘!
5411
5473
 
5412
5474
  ### `@mui/material@5.0.0-rc.0`
@@ -5438,7 +5500,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
5438
5500
 
5439
5501
  > **Note**: `@mui/base` (previously `@material-ui/unstyled`) is not the same as `@material-ui/core`.
5440
5502
 
5441
- We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) for smooth migration.
5503
+ We encourage you to use the [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#mui-replace) for smooth migration.
5442
5504
 
5443
5505
  #### Changes
5444
5506
 
@@ -6573,7 +6635,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
6573
6635
 
6574
6636
  - ๐Ÿ‘ฉโ€๐ŸŽค We have completed the migration to emotion of all the components (`@material-ui/core` and `@material-ui/lab`) @siriwatknp, @mnajdova.
6575
6637
  - ๐Ÿ“ฆ Save [10 kB gzipped](https://bundlephobia.com/package/@material-ui/core@5.0.0-alpha.34) by removing the dependency on `@material-ui/styles` (JSS) from the core and the lab (#26377, #26382, #26376) @mnajdova.
6576
- - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/HEAD/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
6638
+ - โš’๏ธ Add many new [codemods](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md) to automate the migration from v4 to v5 (#24867) @mbrookes.
6577
6639
  - And many more ๐Ÿ› bug fixes and ๐Ÿ“š improvements.
6578
6640
 
6579
6641
  ### `@material-ui/core@5.0.0-alpha.35`
@@ -8841,7 +8903,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
8841
8903
 
8842
8904
  - [Box] Remove deprecated props (#23716) @mnajdova
8843
8905
  All props are now available under the `sx` prop. A deprecation will be landing in v4.
8844
- Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
8906
+ Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/v5.0.0/packages/mui-codemod/README.md#box-sx-prop).
8845
8907
 
8846
8908
  ```diff
8847
8909
  -<Box p={2} bgcolor="primary.main">
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/system v5.11.15
2
+ * @mui/system v5.11.16
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/system v5.11.15
2
+ * @mui/system v5.11.16
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/system v5.11.15
2
+ * @mui/system v5.11.16
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/system",
3
- "version": "5.11.15",
3
+ "version": "5.11.16",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "CSS utilities for rapidly laying out custom designs.",
@@ -45,11 +45,11 @@
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.21.0",
47
47
  "@mui/private-theming": "^5.11.13",
48
- "@mui/styled-engine": "^5.11.11",
48
+ "@mui/styled-engine": "^5.11.16",
49
49
  "@mui/types": "^7.2.3",
50
50
  "@mui/utils": "^5.11.13",
51
51
  "clsx": "^1.2.1",
52
- "csstype": "^3.1.1",
52
+ "csstype": "^3.1.2",
53
53
  "prop-types": "^15.8.1"
54
54
  },
55
55
  "sideEffects": false,