diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c9b800be3519..4e20096a57293e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ ### [Versions](https://mui.com/versions/) +## 4.12.4 + + + +_Mar 30, 2022_ + +Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨: + +This release was motivated by fixing compatibility issues with TypeScript 4.7 (#32041). + +### `@material-ui/core@4.12.4` + +- [core] Fix TS 4.7 compat issues (#32041, #32126) @eps1lon +- [TextField] Use deprecatedPropType on the deprecated props (#27503) @mnajdova + +### Docs + +- update all the links to the new domain @oliviertassinari +- Update canonicals to point to the new domain @oliviertassinari +- [Badge] Warn on default `overlap` value as well (#27573) @eps1lon +- [docs] Fix seo issues on v4 (#28999) @mnajdova +- [docs] Use branch deploy for v4 docs (#28896) @oliviertassinari +- [docs] Improve the banner that points to v5 @oliviertassinari +- [docs] Fix various broken master links (#28358) @eps1lon +- [docs] Remove job ad on the website (#28343) @eps1lon +- [docs] Prepare for v4.material-ui.com deploy (#28227) @mnajdova +- [docs] Cancelled subscription @oliviertassinari +- [docs] v5 is no longer a beta @oliviertassinari +- [docs] Sync redirections from X into Core @oliviertassinari +- [docs] Add GridExportCSVOptions page to documentation pages (#27414) @flaviendelangle +- [docs] Add job ad (#27784) @oliviertassinari +- [docs] Fix api generation for `deprecatedPropType` (#27576) @mnajdova +- [v4] Batch fixes (#28684) @mnajdova +- [website] Experiment without compensation @oliviertassinari +- [website] Add spicefactory as gold sponsor @oliviertassinari + +### Core + +- [core] Consider v4.x as the base (#28344) @eps1lon + +All contributors of this release in alphabetical order: @eps1lon, @flaviendelangle, @mbrookes, @mnajdova, @oliviertassinari, @spiftire + ## 4.12.3 diff --git a/docs/package.json b/docs/package.json index de780c4598558c..78b5596d784c6a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.0.0", + "version": "4.0.1", "private": true, "author": "Material-UI Team", "license": "MIT", @@ -25,14 +25,14 @@ "@date-io/date-fns": "^1.3.11", "@emotion/core": "^10.0.27", "@emotion/styled": "^10.0.27", - "@material-ui/core": "^4.1.2", + "@material-ui/core": "^4.12.4", "@material-ui/data-grid": "^4.0.0-alpha.6", - "@material-ui/docs": "^4.0.0-beta.0", - "@material-ui/icons": "^4.2.1", - "@material-ui/lab": "^4.0.0-alpha.18", + "@material-ui/docs": "^4.0.0-beta.4", + "@material-ui/icons": "^4.11.3", + "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/pickers": "^3.2.5", - "@material-ui/styles": "^4.1.2", - "@material-ui/system": "^4.3.0", + "@material-ui/styles": "^4.11.5", + "@material-ui/system": "^4.12.2", "@material-ui/types": "^5.0.0", "@trendmicro/react-interpolate": "^0.5.5", "@types/autosuggest-highlight": "^3.1.0", diff --git a/framer/package.json b/framer/package.json index cfc3ca8335b773..0906c879d33c3d 100644 --- a/framer/package.json +++ b/framer/package.json @@ -1,6 +1,6 @@ { "name": "framer", - "version": "1.0.0", + "version": "1.0.1", "description": "Builds Material-UI for Framer X", "main": "index.js", "repository": "https://github.com/mui-org/material-ui", @@ -10,7 +10,7 @@ "dependencies": { "case": "1.6.3", "deepmerge": "^4.0.0", - "docs": "^4.0.0", + "docs": "^4.0.1", "mustache": "^4.0.0", "react-docgen": "^5.0.0-beta.1" }, diff --git a/package.json b/package.json index 2b0c986e185b6c..39a850a98133d0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.12.3", + "version": "4.12.4", "private": true, "scripts": { "proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts", diff --git a/packages/material-ui-codemod/package.json b/packages/material-ui-codemod/package.json index b593fe784c0a4d..ef538240ba4b4a 100644 --- a/packages/material-ui-codemod/package.json +++ b/packages/material-ui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/codemod", - "version": "4.5.0", + "version": "4.5.1", "private": false, "author": "Material-UI Team", "description": "Codemod scripts for Material-UI.", diff --git a/packages/material-ui-docs/package.json b/packages/material-ui-docs/package.json index 6eaf603337b65f..8ea1ee30cec8cb 100644 --- a/packages/material-ui-docs/package.json +++ b/packages/material-ui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/docs", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "private": false, "author": "Material-UI Team", "description": "Material-UI Docs - Documentation building blocks.", @@ -44,7 +44,7 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.9.6", + "@material-ui/utils": "^4.11.3", "nprogress": "^0.2.0" }, "devDependencies": {}, diff --git a/packages/material-ui-icons/package.json b/packages/material-ui-icons/package.json index fb2f5ebca82d81..18236e48129242 100644 --- a/packages/material-ui-icons/package.json +++ b/packages/material-ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/icons", - "version": "4.11.2", + "version": "4.11.3", "private": false, "author": "Material-UI Team", "description": "Material Design Svg Icons converted to Material-UI React components.", diff --git a/packages/material-ui-lab/package.json b/packages/material-ui-lab/package.json index c80e13b9ba85a7..2ddff6a92d7f9c 100644 --- a/packages/material-ui-lab/package.json +++ b/packages/material-ui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/lab", - "version": "4.0.0-alpha.60", + "version": "4.0.0-alpha.61", "private": false, "author": "Material-UI Team", "description": "Material-UI Lab - Incubator for Material-UI React components.", @@ -46,7 +46,7 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", + "@material-ui/utils": "^4.11.3", "clsx": "^1.0.4", "prop-types": "^15.7.2", "react-is": "^16.8.0 || ^17.0.0" diff --git a/packages/material-ui-styles/package.json b/packages/material-ui-styles/package.json index 4772d519ca4aee..b102860cf688ba 100644 --- a/packages/material-ui-styles/package.json +++ b/packages/material-ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/styles", - "version": "4.11.4", + "version": "4.11.5", "private": false, "author": "Material-UI Team", "description": "Material-UI Styles - The styling solution of Material-UI.", @@ -51,7 +51,7 @@ "@babel/runtime": "^7.4.4", "@emotion/hash": "^0.8.0", "@material-ui/types": "5.1.0", - "@material-ui/utils": "^4.11.2", + "@material-ui/utils": "^4.11.3", "clsx": "^1.0.4", "csstype": "^2.5.2", "hoist-non-react-statics": "^3.3.2", diff --git a/packages/material-ui-system/package.json b/packages/material-ui-system/package.json index 677b7c60946806..7c36f77b02cd52 100644 --- a/packages/material-ui-system/package.json +++ b/packages/material-ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/system", - "version": "4.12.1", + "version": "4.12.2", "private": false, "author": "Material-UI Team", "description": "Material-UI System - Design system for Material-UI.", @@ -49,7 +49,7 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", + "@material-ui/utils": "^4.11.3", "csstype": "^2.5.2", "prop-types": "^15.7.2" }, diff --git a/packages/material-ui-utils/package.json b/packages/material-ui-utils/package.json index 83ff6771a58419..ac2d7dc2299842 100644 --- a/packages/material-ui-utils/package.json +++ b/packages/material-ui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/utils", - "version": "4.11.2", + "version": "4.11.3", "private": false, "author": "Material-UI Team", "description": "Material-UI Utils - Utility functions for Material-UI.", diff --git a/packages/material-ui/package.json b/packages/material-ui/package.json index 66574f125f1cbe..2201178ab6d540 100644 --- a/packages/material-ui/package.json +++ b/packages/material-ui/package.json @@ -1,6 +1,6 @@ { "name": "@material-ui/core", - "version": "4.12.3", + "version": "4.12.4", "private": false, "author": "Material-UI Team", "description": "React components that implement Google's Material Design.", @@ -50,10 +50,10 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "@material-ui/styles": "^4.11.4", - "@material-ui/system": "^4.12.1", + "@material-ui/styles": "^4.11.5", + "@material-ui/system": "^4.12.2", "@material-ui/types": "5.1.0", - "@material-ui/utils": "^4.11.2", + "@material-ui/utils": "^4.11.3", "@types/react-transition-group": "^4.2.0", "clsx": "^1.0.4", "hoist-non-react-statics": "^3.3.2",