@mui/private-theming 5.14.4 → 5.14.5

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,75 @@
1
1
  # [Versions](https://mui.com/versions/)
2
2
 
3
+ ## 5.14.5
4
+
5
+ <!-- generated comparing v5.14.4..master -->
6
+
7
+ _Aug 14, 2023_
8
+
9
+ A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - @mnajdova [made it easier to use third-party components in Base UI slots](https://mui.com/base-ui/getting-started/customization/#overriding-subcomponent-slots) with the introduction of the `prepareForSlot` utility (#38138)
12
+
13
+ ### `@mui/material@5.14.5`
14
+
15
+ - &#8203;<!-- 04 -->[TextField] Fix to handle `onClick` on root element (#38072) @LukasTy
16
+
17
+ ### `@mui/codemod@5.14.5`
18
+
19
+ - &#8203;<!-- 31 -->[codemod] Add v5.0.0/tree-view-moved-to-x codemod (#38248) @flaviendelangle
20
+
21
+ ### `@mui/joy@5.0.0-beta.2`
22
+
23
+ - &#8203;<!-- 07 -->[Input][joy-ui] Fix the `FormHelperText` icon color (#38387) @TheNatkat
24
+ - &#8203;<!-- 06 -->[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
25
+ - &#8203;<!-- 05 -->[TabPanel][joy-ui] Add `keepMounted` prop (#38293) @decadef20
26
+
27
+ ### `@mui/base@5.0.0-beta.11`
28
+
29
+ - &#8203;<!-- 30 -->[base-ui] Remove the legacy Extend\* types (#38184) @michaldudak
30
+ - &#8203;<!-- 29 -->[base-ui] Add `useModal` hook (#38187) @mnajdova
31
+ - &#8203;<!-- 28 -->[base-ui] Add `prepareForSlot` util (#38138) @mnajdova
32
+ - &#8203;<!-- 26 -->[useButton][base-ui] Fix tabIndex not being forwarded (#38417) @DiegoAndai
33
+ - &#8203;<!-- 25 -->[useButton][base-ui] Fix onFocusVisible not being handled (#38399) @DiegoAndai
34
+
35
+ ### Docs
36
+
37
+ - &#8203;<!-- 32 -->[blog] Blog post for MUI X mid v6. Date Pickers, Data Grid, and Charts (#38241) @richbustos
38
+ - &#8203;<!-- 35 -->[docs][base-ui] Update number input API docs (#38363) @mj12albert
39
+ - &#8203;<!-- 29 -->[docs] Improve page transition speed (#38394) @oliviertassinari
40
+ - &#8203;<!-- 28 -->[docs] Improve examples (#38398) @oliviertassinari
41
+ - &#8203;<!-- 19 -->[docs][docs] Add `FileUpload` demo (#38420) @sai6855
42
+ - &#8203;<!-- 18 -->[docs][joy-ui] Refine the Order Dashboard template design (#38395) @zanivan
43
+ - &#8203;<!-- 17 -->[docs][material-ui][joy-ui] Simplify the Quickstart section on the Usage page (#38385) @danilo-leal
44
+ - &#8203;<!-- 16 -->[docs][Menu][joy] Explain how to control the open state (#38355) @michaldudak
45
+ - &#8203;<!-- 15 -->[docs][material] Revise the Support page (#38207) @samuelsycamore
46
+ - &#8203;<!-- 14 -->[docs][material-ui] Remove incorrect `aria-label`s in extended variant examples of Floating Action Button (#37170) @ashleykolodziej
47
+ - &#8203;<!-- 13 -->[docs][material-ui] Adjust slightly the installation page content (#38380) @danilo-leal
48
+ - &#8203;<!-- 12 -->[docs][Switch] Fix the readOnly class name in docs (#38277) @michaldudak
49
+ - &#8203;<!-- 11 -->[docs][TablePagination] Add Tailwind CSS & plain CSS introduction demo (#38286) @mnajdova
50
+
51
+ ### Examples
52
+
53
+ - &#8203;<!-- 10 -->[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1
54
+
55
+ ### Core
56
+
57
+ - &#8203;<!-- 30 -->[core] Consistent URL add leading / @oliviertassinari
58
+ - &#8203;<!-- 27 -->[docs-infra] Fix rebase issue @oliviertassinari
59
+ - &#8203;<!-- 26 -->[docs-infra] Fix typo in docs infra docs @oliviertassinari
60
+ - &#8203;<!-- 25 -->[docs-infra] Fix nested list margin (#38456) @oliviertassinari
61
+ - &#8203;<!-- 24 -->[docs-infra] Move the Diamond Sponsors to the TOC (#38410) @danilo-leal
62
+ - &#8203;<!-- 22 -->[docs-infra] Move imports into page data (#38297) @alexfauquette
63
+ - &#8203;<!-- 21 -->[docs-infra] Adjust heading styles (#38365) @danilo-leal
64
+ - &#8203;<!-- 20 -->[docs-infra] Fix info callout border color (#38370) @danilo-leal
65
+ - &#8203;<!-- 05 -->[website] Upgrade the homepage hero demos design (#38388) @danilo-leal
66
+ - &#8203;<!-- 04 -->[website] Improve Base UI hero section demo (#38255) @danilo-leal
67
+ - &#8203;<!-- 03 -->[website] Fix EmailSubscribe look (#38429) @oliviertassinari
68
+ - &#8203;<!-- 02 -->[website] Link Discord in footer (#38369) @richbustos
69
+ - &#8203;<!-- 01 -->[website] Clean up the `GetStartedButtons` component (#38256) @danilo-leal
70
+
71
+ All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan
72
+
3
73
  ## 5.14.4
4
74
 
5
75
  <!-- generated comparing v5.14.3..master -->
@@ -3717,7 +3787,7 @@ A big thanks to the 19 contributors who made this release possible. Here are som
3717
3787
  - [docs] Add webpack alias for legacy utils package (#33376) @jgbae
3718
3788
  - [docs] Improve external link icons synonyms (#33257) @davidgarciab
3719
3789
  - [examples] Update Base UI with Tailwind CSS to use the latest versions of the dependencies (#33401) @mnajdova
3720
- - [examples] Add MUI base example (#33154) @siriwatknp
3790
+ - [examples] Add Base UI example (#33154) @siriwatknp
3721
3791
 
3722
3792
  ### Core
3723
3793
 
@@ -3736,7 +3806,7 @@ _Jul 4, 2022_
3736
3806
 
3737
3807
  A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
3738
3808
 
3739
- - 🐛 Fixed an issue causing Typescript errors when building a project with Material UI v5.8.6 (@michaldudak)
3809
+ - 🐛 Fixed an issue causing TypeScript errors when building a project with Material UI v5.8.6 (@michaldudak)
3740
3810
  - 🐛 Fixed a few bugs in Material UI components. Thanks @henriqueholtz, @jake-collibra, @MattiasMartens and @TimoWilhelm!
3741
3811
  - many other 🐛 bug fixes and 📚 documentation improvements
3742
3812
 
@@ -3765,7 +3835,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
3765
3835
 
3766
3836
  ### `@mui/base@5.0.0-alpha.88`
3767
3837
 
3768
- - [base] Remove a type incompatible with Typescript 3.5 (#33361) @michaldudak
3838
+ - [base] Remove a type incompatible with TypeScript 3.5 (#33361) @michaldudak
3769
3839
  - [BadgeUnstyled] Export BadgeUnstyledOwnProps interface to fix typescript compiler error (#33314) @aaronlademann-wf
3770
3840
  - [TablePaginationUnstyled] Accept callbacks in componentsProps (#33309) @michaldudak
3771
3841
 
@@ -10382,7 +10452,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
10382
10452
  - [theme] Add htmlFontSize to Typography interface (#23412) @fergusmcdonald
10383
10453
  - [Tooltip] Fix PopperProps popper modifiers not being merged properly (#23421) @dominique-mueller
10384
10454
  - [Tooltip] Long press select text on iOS (#23466) @hmaddisb
10385
- - [Tooltip] Unexpected behaviour onOpen/onClose (#23482) @brorlarsnicklas
10455
+ - [Tooltip] Unexpected behavior onOpen/onClose (#23482) @brorlarsnicklas
10386
10456
 
10387
10457
  ### `@material-ui/lab@v5.0.0-alpha.16`
10388
10458
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/private-theming v5.14.4
2
+ * @mui/private-theming v5.14.5
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.4
2
+ * @mui/private-theming v5.14.5
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.4
2
+ * @mui/private-theming v5.14.5
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.4
2
+ * @mui/private-theming v5.14.5
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.4",
3
+ "version": "5.14.5",
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.22.6",
39
- "@mui/utils": "^5.14.4",
39
+ "@mui/utils": "^5.14.5",
40
40
  "prop-types": "^15.8.1"
41
41
  },
42
42
  "sideEffects": false,