Skip to content

Commit bd450a0

Browse files
authored
5.14.12 (#39304)
1 parent 0bd1b75 commit bd450a0

File tree

23 files changed

+168
-88
lines changed

23 files changed

+168
-88
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,86 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 5.14.12
4+
5+
<!-- generated comparing v5.14.11..master -->
6+
7+
_Oct 3, 2023_
8+
9+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
12+
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
13+
14+
### `@mui/material@5.14.12`
15+
16+
- [DialogActions] Apply margin-left when children is not of `button` type (#39189) @sai6855
17+
- [Select] Improve a11y by adding combobox role and aria-controls attribute (#38785) @xulingzhihou
18+
- [Select] Fix MenuProps slotProps forwarding (#39177) @DiegoAndai
19+
- [TextField] Polish types in Textfield demo (#39140) @sai6855
20+
- [ButtonGroup] Fix rendering with conditional elements (#38989) @ZeeshanTamboli
21+
22+
### `@mui/system@5.14.12`
23+
24+
- [system] Add support for `variants` in the styled() util (#39073) @mnajdova
25+
- [Box] Add missing logical spacing property types (#39169) @Semigradsky
26+
27+
### `@mui/base@5.0.0-beta.18`
28+
29+
- [useSlider] Align externalProps handling (#38854) @mj12albert
30+
- [useTabs] Align external props handling for useTab/useTabPanel/useTabsList (#39037) @mj12albert
31+
- [test] Fix import paths in useTab tests (#39291) @mj12albert
32+
33+
### `@mui/material-next@6.0.0-alpha.104`
34+
35+
- [Chip] Add Material You Chip component (#38927) @DiegoAndai
36+
- [Divider] Copy v5 Divider (#39197) @mj12albert
37+
- [FilledInput] Copy v5 FilledInput (#39040) @mj12albert
38+
- [FormControl] Add FormControl component (#39032) @mj12albert
39+
- [Select] Copy Select files from v5 (#39188) @DiegoAndai
40+
- [TextField] Copy v5 TextField's inner components (#39166) @mj12albert
41+
42+
### `@mui/joy@5.0.0-beta.9`
43+
44+
- Introduce color inversion utilities (#38916) @siriwatknp
45+
- Replace margin with `gap` property (#39147) @siriwatknp
46+
- [CssBaseline] use Joy `GlobalStyles` (#39278) @siriwatknp
47+
- [Drawer] Apply content styles from theme to content slot (#39199) @sai6855
48+
- [List] Add gap and missing active styles (#39146) @siriwatknp
49+
- [Switch] Slight adjustments to the design (#39276) @danilo-leal
50+
51+
### Docs
52+
53+
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
54+
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
55+
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
56+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
57+
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
58+
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
59+
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
60+
- [docs][joy-ui] Match `Autocomplete` github label demo to actual github label dropdown (#39228) @sai6855
61+
- [docs][joy-ui] Refine the Rental dashboard template (#39059) @zanivan
62+
- [docs][joy-ui] Removed incomplete sentence in the Aspect Ratio page (#39227) @Erik-McKelvey
63+
- [docs][joy-ui] Fix typo in the Accordion page (#39226) @Erik-McKelvey
64+
- [docs][joy-ui] Update and standardize template Sidemenus (#39271) @zanivan
65+
- [docs][joy-ui] Add a roadmap page (#39163) @danilo-leal
66+
- [docs][material-ui] Replace `Box` with `Stack` in applicable demos (#39174) @sai6855
67+
- [docs][material-ui] Add small polish to the Templates page (#39224) @danilo-leal
68+
- [docs][material-ui] Small revision to the Icons page (#38840) @danilo-leal
69+
70+
### Core
71+
72+
- Add next lint config to eslint (#39183) @Janpot
73+
- [core] Update eslint rules (#39178) @romgrk
74+
- [core] Fix Greg GitHub slug @oliviertassinari
75+
- [core] Priority Support casing normalization @oliviertassinari
76+
- [website] Add Heat map in pricing page (#39269) @oliviertassinari
77+
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
78+
- [website] Add Charts to the pricing table (#38680) @alexfauquette
79+
- [website] Polish career experience @oliviertassinari
80+
- [website] Simplify the Core products file (#39194) @danilo-leal
81+
82+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli
83+
384
## 5.14.11
485

586
<!-- generated comparing v5.14.10..master -->

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.11.1",
1616
"@emotion/server": "^11.11.0",
1717
"@emotion/styled": "^11.11.0",
18-
"@mui/material": "^5.14.11",
19-
"@mui/styles": "^5.14.11",
20-
"@mui/system": "^5.14.11",
18+
"@mui/material": "^5.14.12",
19+
"@mui/styles": "^5.14.12",
20+
"@mui/system": "^5.14.12",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"docs": "^5.0.0",

docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"@fortawesome/fontawesome-svg-core": "^6.4.2",
3333
"@fortawesome/free-solid-svg-icons": "^6.4.2",
3434
"@fortawesome/react-fontawesome": "^0.2.0",
35-
"@mui/base": "5.0.0-beta.17",
36-
"@mui/docs": "^5.14.11",
37-
"@mui/icons-material": "^5.14.11",
38-
"@mui/joy": "5.0.0-beta.8",
39-
"@mui/lab": "5.0.0-alpha.146",
35+
"@mui/base": "5.0.0-beta.18",
36+
"@mui/docs": "^5.14.12",
37+
"@mui/icons-material": "^5.14.12",
38+
"@mui/joy": "5.0.0-beta.9",
39+
"@mui/lab": "5.0.0-alpha.147",
4040
"@mui/markdown": "^5.0.0",
41-
"@mui/material": "^5.14.11",
42-
"@mui/material-next": "6.0.0-alpha.103",
43-
"@mui/styled-engine": "^5.14.11",
44-
"@mui/styled-engine-sc": "^5.14.11",
45-
"@mui/styles": "^5.14.11",
46-
"@mui/system": "^5.14.11",
47-
"@mui/types": "^7.2.4",
48-
"@mui/utils": "^5.14.11",
41+
"@mui/material": "^5.14.12",
42+
"@mui/material-next": "6.0.0-alpha.104",
43+
"@mui/styled-engine": "^5.14.12",
44+
"@mui/styled-engine-sc": "^5.14.12",
45+
"@mui/styles": "^5.14.12",
46+
"@mui/system": "^5.14.12",
47+
"@mui/types": "^7.2.5",
48+
"@mui/utils": "^5.14.12",
4949
"@mui/x-charts": "^6.0.0-alpha.12",
5050
"@mui/x-data-grid": "6.15.0",
5151
"@mui/x-data-grid-generator": "6.15.0",

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/traverse": "^7.23.0",
1313
"@mui-internal/docs-utilities": "^1.0.0",
1414
"@mui/markdown": "^5.0.0",
15-
"@mui/utils": "^5.14.11",
15+
"@mui/utils": "^5.14.12",
1616
"ast-types": "^0.14.2",
1717
"docs": "^5.0.0",
1818
"doctrine": "^3.0.0",

packages/mui-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.17",
3+
"version": "5.0.0-beta.18",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
@@ -43,15 +43,15 @@
4343
"dependencies": {
4444
"@babel/runtime": "^7.23.1",
4545
"@floating-ui/react-dom": "^2.0.2",
46-
"@mui/types": "^7.2.4",
47-
"@mui/utils": "^5.14.11",
46+
"@mui/types": "^7.2.5",
47+
"@mui/utils": "^5.14.12",
4848
"@popperjs/core": "^2.11.8",
4949
"clsx": "^2.0.0",
5050
"prop-types": "^15.8.1"
5151
},
5252
"devDependencies": {
5353
"@mui-internal/test-utils": "^1.0.0",
54-
"@mui/material": "^5.14.11",
54+
"@mui/material": "^5.14.12",
5555
"@testing-library/react": "^14.0.0",
5656
"@testing-library/user-event": "^14.5.1",
5757
"@types/chai": "^4.3.6",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "5.14.11",
3+
"version": "5.14.12",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.14.11",
3+
"version": "5.14.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.14.11",
3+
"version": "5.14.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@babel/runtime": "^7.23.1",
38-
"@mui/base": "5.0.0-beta.17",
39-
"@mui/utils": "^5.14.11",
38+
"@mui/base": "5.0.0-beta.18",
39+
"@mui/utils": "^5.14.12",
4040
"nprogress": "^0.2.0",
4141
"prop-types": "^15.8.1"
4242
},

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "5.14.11",
3+
"version": "5.14.12",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-joy/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.8",
3+
"version": "5.0.0-beta.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -39,17 +39,17 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.23.1",
42-
"@mui/base": "5.0.0-beta.17",
43-
"@mui/core-downloads-tracker": "^5.14.11",
44-
"@mui/system": "^5.14.11",
45-
"@mui/types": "^7.2.4",
46-
"@mui/utils": "^5.14.11",
42+
"@mui/base": "5.0.0-beta.18",
43+
"@mui/core-downloads-tracker": "^5.14.12",
44+
"@mui/system": "^5.14.12",
45+
"@mui/types": "^7.2.5",
46+
"@mui/utils": "^5.14.12",
4747
"clsx": "^2.0.0",
4848
"prop-types": "^15.8.1"
4949
},
5050
"devDependencies": {
5151
"@mui-internal/test-utils": "^1.0.0",
52-
"@mui/material": "^5.14.11",
52+
"@mui/material": "^5.14.12",
5353
"@types/chai": "^4.3.6",
5454
"@types/prop-types": "^15.7.7",
5555
"@types/react": "^18.2.23",

0 commit comments

Comments
 (0)