Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.12.0 #27142

Merged
merged 9 commits into from
Jul 6, 2021
Merged

v4.12.0 #27142

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
### [Versions](https://material-ui.com/versions/)

## 4.12.0

_July 6, 2021_

Big thanks to the 10 contributors who made this release possible. This will be the last v4 release. It includes deprecations that should help develpers to have an easier adoption of v5.
mnajdova marked this conversation as resolved.
Show resolved Hide resolved

### @material-ui/core@4.12.0

[Accordion] Deprecate classes.focused (#24083) @oliviertassinari
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
[Avatar] Change default variant and adjust deprecation message (#25549) @michal-perlakowski
[Badge] Add overlap circular and rectangular (#22076) @eps1lon
[ButtonBase] Add warning for buttonRef removal (#25897) @m4theushw
[Collapse] Deprecate classes.container (#24084) @oliviertassinari
[Collapse] Deprecate collapsedHeight (#24079) @oliviertassinari
[Dialog] Add deprecation warning for withMobileDialog (#23570) @RDIL
[Dialog] Deprecate the transition onX props (#22114) @mbrookes
[Fab] Deprecate variant="round" (#24080) @oliviertassinari
[Grid] Add deprecation for justify prop rename (#24078) @oliviertassinari
[Grid] Fix justifyContent="flex-start" prop types (#24788) @DukeManh
[GridList] Rename to ImageList & add deprecation warnings (#22363) @mbrookes
[Icons] Deprecate fontSize value of default, add medium (#23971) @mbrookes
[Menu] Deprecate transition onX props (#22213) @mbrookes
[Modal][Dialog] Deprecate duplicate props with onChange (#24081) @oliviertassinari
[Modal][Portal] Deprecate onRendered (#24082) @oliviertassinari
[Popover] Deprecate transition onX props (#22202) @mbrookes
[RootRef] Deprecate component (#24075) @oliviertassinari
[Snackbar] Deprecate transition onX props (#22206) @mbrookes
[Table] Add deprecation for renamed TablePagination props (#23789) @mnajdova
[Table] Deprecate padding="default" (#25990) @m4theushw
[TextareaAutosize] Deprecate rowsMax->maxRows & rowsMin->minRows (#23530) @mhayk
[TextField] Add isRequired to position prop in InputAdornment (#25912) @m4theushw
[theme] Deprecate theme.mixins.gutters (#22245) @joshwooding
[theme] Deprecate fade color utility in favor of alpha (#22837) @mnajdova
[theme] Deprecate createMuiTheme (#26004) @m4theushw
[theme] Add warning for theme.typography.round deprecation (#25916) @m4theushw
[theme] Add warning for theme.breakpoints.width deprecation (#25993) @m4theushw

### @material-ui/system@4.12.0

[Box] Deprecate css prop in favor of sx (#23480) @mnajdova

### Core

[test] Deprecate test-utils (#24099) @eps1lon

## 4.11.4

<!-- generated comparing v4.11.3..master -->
Expand Down
2 changes: 1 addition & 1 deletion framer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer",
"version": "1.0.0",
"version": "1.1.0",
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
"description": "Builds Material-UI for Framer X",
"main": "index.js",
"repository": "https://github.com/mui-org/material-ui",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.11.1",
"version": "4.12.0",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/benchmark",
"version": "4.0.0",
"version": "4.1.0",
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
"private": true,
"description": "Material-UI Benchmark.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/codemod",
"version": "4.5.0",
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved
"version": "4.5.1",
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
"private": false,
"author": "Material-UI Team",
"description": "Codemod scripts for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.58",
"version": "4.0.0-alpha.59",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/core": "^4.12.0",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.11.4",
"version": "4.12.0",
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "4.11.3",
"version": "4.12.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.11.4",
"version": "4.12.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.11.3",
"@material-ui/styles": "^4.12.0",
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
"@material-ui/system": "^4.12.0",
"@material-ui/types": "5.1.0",
"@material-ui/utils": "^4.11.2",
"@types/react-transition-group": "^4.2.0",
Expand Down