@mui/docs 5.13.6 β 5.13.7
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 +90 -4
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,91 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.13.7
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.13.6..master -->
|
|
6
|
+
|
|
7
|
+
_Jul 4, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 21 contributors who made this release possible.
|
|
10
|
+
This release focuses primarily on π bug fixes, π documentation, and βοΈ infrastructure improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.13.7`
|
|
13
|
+
|
|
14
|
+
- [OutlinedInput] Fix form control properties in `ownerState` (#37668) @vonagam
|
|
15
|
+
|
|
16
|
+
### `@mui/system@5.13.7`
|
|
17
|
+
|
|
18
|
+
- [Stack] Fix spacing when there are `<style>` children (#34966) @cmd-johnson
|
|
19
|
+
|
|
20
|
+
### `@mui/icons-material@5.13.7`
|
|
21
|
+
|
|
22
|
+
- [icons] Add Microsoft logo (#37717) @zephyrus21
|
|
23
|
+
|
|
24
|
+
### `@mui/joy@5.0.0-alpha.86`
|
|
25
|
+
|
|
26
|
+
- [Autocomplete][joy] Fix Autocomplete and Modal components to work together (#37515) @saikathalderr
|
|
27
|
+
- [Menu][Joy] Improve UX of `Menu` usage demo (#37797) @sai6855
|
|
28
|
+
|
|
29
|
+
### `@mui/base@5.0.0-beta.6`
|
|
30
|
+
|
|
31
|
+
- [Slider][base][material][joy] Fix not draggable on the edge when `disableSwap={true}` (#35998) @sai6855
|
|
32
|
+
- [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
|
|
33
|
+
- [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
|
|
34
|
+
- [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech
|
|
35
|
+
|
|
36
|
+
### `@mui/lab@5.0.0-alpha.135`
|
|
37
|
+
|
|
38
|
+
- [Timeline] Fix position `alternate-reverse` generated classname (#37678) @ZeeshanTamboli
|
|
39
|
+
|
|
40
|
+
### Docs
|
|
41
|
+
|
|
42
|
+
- [docs][base] Add demo for using the Button as a link (#37317) @AdamSundberg
|
|
43
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the Select page (#37725) @mnajdova
|
|
44
|
+
- [docs][base] Make Base UI input demos denser (#37750) @zanivan
|
|
45
|
+
- [docs][base] Make Base UI button demos denser (#37689) @zanivan
|
|
46
|
+
- [docs][base] Add Tailwind CSS & plain CSS demos on the Input page (#37685) @mnajdova
|
|
47
|
+
- [docs][base] Fix horizontal scrolling on the mobile input page (#37688) @zanivan
|
|
48
|
+
- [docs] Improve Base UI index page (#37761) @oliviertassinari
|
|
49
|
+
- [docs] Fix incorrect package URL in README of example material-vite (#37755) @Dlouxgit
|
|
50
|
+
- [docs] Explain how to disable Base Select's portal (#37684) @michaldudak
|
|
51
|
+
- [docs] Shorten overview page URLs (#37660) @oliviertassinari
|
|
52
|
+
- [docs][material] Rename custom tab panel in Tabs demo to prevent confusion with @mui/lab (#37638) @MUK-Dev
|
|
53
|
+
- [docs][tabs] Document how to use routing with Tabs in Base UI (#37369) @michaldudak
|
|
54
|
+
- [docs] Rename product to productId (#37801) @siriwatknp
|
|
55
|
+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Slider page (#37736) @mnajdova
|
|
56
|
+
|
|
57
|
+
### Core
|
|
58
|
+
|
|
59
|
+
- [docsβinfra] Prevent displaying multiple ads (#37696) @oliviertassinari
|
|
60
|
+
- [blog] Fix mismatch between plan and link @oliviertassinari
|
|
61
|
+
- [core] Update yarn lockfile (#37802) @michaldudak
|
|
62
|
+
- [core] Add bundle size Toolpad app link to PRs (#36311) @Janpot
|
|
63
|
+
- [core] Fix priority support prompt action flow (#37726) @DanailH
|
|
64
|
+
- [core] Fix typo in priority support @oliviertassinari
|
|
65
|
+
- [core][docs] add Eslint rule to ensure main demo component match file⦠(#37278) @alexfauquette
|
|
66
|
+
- [docs-infra] Fix truncated TOCs scrollbar (#37770) @oliviertassinari
|
|
67
|
+
- [docs-infra] Adjust demo container to be glued to the toolbar (#37744) @danilo-leal
|
|
68
|
+
- [docs-infra] Fix layout shift ad (#37694) @oliviertassinari
|
|
69
|
+
- [docs-infra] Improve demos toolbar (#37762) @oliviertassinari
|
|
70
|
+
- [docs-infra] Make the GitHub link in the nav bar open in a new tab (#37766) @gateremark
|
|
71
|
+
- [docs-infra] Allow to persist icons in ToC (#37731) @cherniavskii
|
|
72
|
+
- [docs-infra] Improve product mapping (#37729) @oliviertassinari
|
|
73
|
+
- [docs-infra] Add design polish to the comment and anchor buttons (#37734) @danilo-leal
|
|
74
|
+
- [docs-infra] Tweak editable code blocks callout design (#37681) @danilo-leal
|
|
75
|
+
- [docs-infra] Improve the edit page experience (#37695) @oliviertassinari
|
|
76
|
+
- [docs-infra] Support rendering markdown outside of docs (#37691) @oliviertassinari
|
|
77
|
+
- [docs-infra] Polish demo toolbar button designs (#37680) @danilo-leal
|
|
78
|
+
- [docs-infra] Adjust demo component container design (#37659) @danilo-leal
|
|
79
|
+
- [test] Fix test:e2e local run (#37719) @oliviertassinari
|
|
80
|
+
- [test] Remove failing test in dev @oliviertassinari
|
|
81
|
+
- [website] Add no-op service worker to fix stale cache issue (#37607) @cherniavskii
|
|
82
|
+
- [website] Transition the Core page to be Material UI instead (#37583) @danilo-leal
|
|
83
|
+
- [website] Update the pricing page to reflect sales (#37751) @oliviertassinari
|
|
84
|
+
- [website] Match Copyright with the rest of the website @oliviertassinari
|
|
85
|
+
- [website] Support deep linking to pricing FAQ @oliviertassinari
|
|
86
|
+
|
|
87
|
+
All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21
|
|
88
|
+
|
|
3
89
|
## 5.13.6
|
|
4
90
|
|
|
5
91
|
_Jun 21, 2023_
|
|
@@ -9858,7 +9944,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
9858
9944
|
|
|
9859
9945
|
While the source code is currently hosted in the [main repository](https://github.com/mui/material-ui), we might move it to the [x repository](https://github.com/mui/mui-x) in the future, depending on what is easier for the commercial date range picker. The date picker will stay open source no matter what.
|
|
9860
9946
|
|
|
9861
|
-
- π Revamp the documentation for [the system](https://mui.com/system/getting-started/
|
|
9947
|
+
- π Revamp the documentation for [the system](https://mui.com/system/getting-started/). The System contains CSS utilities. The documentation now promotes the use of the `sx` prop. It's ideal for adding one-off styles, e.g. padding, but when pushed to its limits, it can be used to implement quickly a complete page.
|
|
9862
9948
|
- π©βπ¨ Upgrade emotion to v11 (#23007) @mnajdova.
|
|
9863
9949
|
- And many more π bug fixes and π improvements.
|
|
9864
9950
|
|
|
@@ -10260,7 +10346,7 @@ Here are some highlights β¨:
|
|
|
10260
10346
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
10261
10347
|
|
|
10262
10348
|
- π Improve the internal benchmark suite (#22923, #23058) @mnajdova.
|
|
10263
|
-
This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/
|
|
10349
|
+
This was a prerequisite step to improve the [system](https://mui.com/system/getting-started/). We needed to be able to measure performance. After #22945, we have measured that the `Box` component is x3 faster in v5-alpha compared to v4.
|
|
10264
10350
|
- βοΈ A new blog post: [Q3 2020 Update](https://mui.com/blog/2020-q3-update/) (#23055) @oliviertassinari.
|
|
10265
10351
|
- π Migrate more tests to react-testing-library @deiga, @Morteza-Jenabzadeh, @nicholas-l.
|
|
10266
10352
|
- And many more π bug fixes and π improvements.
|
|
@@ -10601,7 +10687,7 @@ Here are some highlights β¨:
|
|
|
10601
10687
|
|
|
10602
10688
|
The new styling solution saves 2kB gzipped in the bundle compared to JSS, and about 14 kB gzipped if you were already using emotion or styled-components.
|
|
10603
10689
|
|
|
10604
|
-
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/
|
|
10690
|
+
Last but not least, the change allows us to take advantage dynamic style props. We will use them for dynamic color props, variant props, and new style props (an improved [system](https://mui.com/system/getting-started/)).
|
|
10605
10691
|
|
|
10606
10692
|
This change has been in our roadmap for more than a year.
|
|
10607
10693
|
We announced it in the [v4 release blog post](https://mui.com/blog/material-ui-v4-is-out/) as a direction v5 would take.
|
|
@@ -11854,7 +11940,7 @@ A big thanks to the 33 contributors who made this release possible. Here are som
|
|
|
11854
11940
|
/>
|
|
11855
11941
|
```
|
|
11856
11942
|
|
|
11857
|
-
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/
|
|
11943
|
+
- [Typography] Replace the `srOnly` prop so as to not duplicate the capabilities of [System](https://mui.com/system/getting-started/) (#21413) @mnajdova.
|
|
11858
11944
|
|
|
11859
11945
|
```diff
|
|
11860
11946
|
-import Typography from '@material-ui/core/Typography';
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Docs - Documentation building blocks.",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/runtime": "^7.22.5",
|
|
37
|
-
"@mui/utils": "^5.13.
|
|
37
|
+
"@mui/utils": "^5.13.7",
|
|
38
38
|
"nprogress": "^0.2.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|