Skip to content

Commit

Permalink
v5.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 4, 2021
1 parent 81dc2d1 commit c514ea8
Show file tree
Hide file tree
Showing 24 changed files with 113 additions and 57 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,54 @@
### [Versions](https://material-ui.com/versions/)

## 5.0.0-alpha.22

###### _Jan 4, 2021_

Big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

- ♿️ Fix major accessibility issue with the Autocomplete (#24213) @inform880
- 👩‍🎤 Migrate the Container to emotion (#24227) @oliviertassinari
- 🐛 Fix Next.js regression and other cross-platform issues with the build (#24200, #24223)
- And many more 🐛 bug fixes and 📚 improvements.

### `@material-ui/core@v5.0.0-alpha.22`/`@material-ui/unstyled@v5.0.0-alpha.22`

- [Autocomplete] Fix opton accessibility (#24213) @inform880
- [Autocomplete] Warn when value is invalid (#24202) @Sandeep0695
- [Button] Fix disableElevation regression (#24251) @oliviertassinari
- [Container] Migrate to emotion (#24227) @oliviertassinari
- [DatePicker] Fix year only view, hide the current month (#24205) @hyeonhong
- [DatePicker] Nested imports for better DX (#24147) @oliviertassinari
- [DatePicker] Remove unused type parameters (#24257) @eps1lon
- [Pagination] Fix className forwarding when type is ellipsis (#24256) @andrelmlins
- [Select] Improve description on how it extends the Input components (#24180) @azza85
- [TimePicker] Prevent conflicting type parameter in `ClockProps#getClockLabelText` (#24193) @eps1lon
- [styled] Fix missing types for `sx` (#24211) @mnajdova
- [styled] Remove unused type parameters from StyledOptions (#24255) @eps1lon
- [styled] Support components without theme (#24214) @mnajdova
- [styles] Fix classes logic (#24250) @oliviertassinari
- [styles] Improve the classes structure (#24249) @oliviertassinari

### Docs

- [docs] Accept pages written in TypeScript (#24230) @oliviertassinari
- [docs] Document emotion migration breaking changes (#24229) @luminaxster
- [docs] Fix broken benchmark link (#24210) @jalaj-k
- [docs] Fix codesandbox datagrid demo (#24218) @brno32
- [docs] Fix iframe demos with emotion (#24232) @oliviertassinari
- [docs] Sync translations (#24161) @l10nbot

### Core

- [core] Add missing sx typings on the components migrated to emotion (#24208) @mnajdova
- [core] Batch small changes (#24224) @oliviertassinari
- [core] Create issue mark duplicate (#24184) @xrkffgg
- [core] Fix generation of package.json (#24223) @oliviertassinari
- [core] Fix relative import of types (#24248) @oliviertassinari
- [core] Platform agnostic build script for envinfo (#24200) @eps1lon
- [core] Remove unused generics from experimentalStyled (#24192) @eps1lon
- [test] More granular progress tracking of relative type imports (#24233) @eps1lon

## 5.0.0-alpha.21

###### _Dec 30, 2020_
Expand Down
8 changes: 4 additions & 4 deletions benchmark/package.json
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": "true",
"scripts": {
"browser": "yarn webpack --config browser/webpack.config.js && node browser/scripts/benchmark.js",
Expand All @@ -14,9 +14,9 @@
"@chakra-ui/system": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "5.0.0-alpha.21",
"@material-ui/styles": "5.0.0-alpha.21",
"@material-ui/system": "5.0.0-alpha.21",
"@material-ui/core": "5.0.0-alpha.22",
"@material-ui/styles": "5.0.0-alpha.22",
"@material-ui/system": "5.0.0-alpha.22",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.6.1",
Expand Down
24 changes: 12 additions & 12 deletions docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": true,
"author": "Material-UI Team",
"license": "MIT",
Expand Down Expand Up @@ -29,16 +29,16 @@
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "5.0.0-alpha.21",
"@material-ui/docs": "5.0.0-alpha.21",
"@material-ui/icons": "5.0.0-alpha.21",
"@material-ui/lab": "5.0.0-alpha.21",
"@material-ui/styled-engine": "5.0.0-alpha.21",
"@material-ui/styled-engine-sc": "5.0.0-alpha.21",
"@material-ui/styles": "5.0.0-alpha.21",
"@material-ui/system": "5.0.0-alpha.21",
"@material-ui/types": "5.1.3",
"@material-ui/unstyled": "5.0.0-alpha.21",
"@material-ui/core": "5.0.0-alpha.22",
"@material-ui/docs": "5.0.0-alpha.22",
"@material-ui/icons": "5.0.0-alpha.22",
"@material-ui/lab": "5.0.0-alpha.22",
"@material-ui/styled-engine": "5.0.0-alpha.22",
"@material-ui/styled-engine-sc": "5.0.0-alpha.22",
"@material-ui/styles": "5.0.0-alpha.22",
"@material-ui/system": "5.0.0-alpha.22",
"@material-ui/types": "5.1.4",
"@material-ui/unstyled": "5.0.0-alpha.22",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.1.0",
"@types/css-mediaquery": "^0.1.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@babel/preset-typescript": "^7.7.4",
"@types/marked": "^1.2.1",
"@types/recharts": "^1.8.14",
"babel-plugin-unwrap-createstyles": "5.0.0-alpha.21",
"babel-plugin-unwrap-createstyles": "5.0.0-alpha.22",
"cross-fetch": "^3.0.5",
"gm": "^1.23.0"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/packages/feedback/package.json
@@ -1,6 +1,6 @@
{
"name": "feedback",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"description": "Store and retrieve page ratings and comments",
"main": "./index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions framer/package.json
@@ -1,6 +1,6 @@
{
"name": "framer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Builds Material-UI for Framer X",
"repository": "https://github.com/mui-org/material-ui",
"author": "Material-UI Team",
Expand All @@ -11,7 +11,7 @@
"@types/react": "^17.0.0",
"case": "1.6.3",
"deepmerge": "^4.0.0",
"docs": "5.0.0-alpha.21",
"docs": "5.0.0-alpha.22",
"framer": "^1.2.5",
"framer-motion": "^3.1.1",
"mustache": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=test babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-unwrap-createstyles/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-unwrap-createstyles",
"private": true,
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"description": "unwraps createStyles call",
"main": "src/index.js",
"author": "Material-UI Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": true,
"description": "Custom eslint rules for Material-UI.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/codemod",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Codemod scripts for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/docs",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/utils": "5.0.0-alpha.22",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-envinfo/package.json
Expand Up @@ -6,7 +6,7 @@
},
"license": "MIT",
"description": "Logs infos about the environment relevant to @material-ui/*",
"version": "1.1.3",
"version": "1.1.4",
"bin": "./envinfo.js",
"dependencies": {
"envinfo": "^7.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/icons",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
Expand Down
8 changes: 4 additions & 4 deletions packages/material-ui-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -67,16 +67,16 @@
"@date-io/dayjs": "^2.10.6",
"@date-io/luxon": "^2.10.6",
"@date-io/moment": "^2.10.6",
"@material-ui/system": "5.0.0-alpha.21",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/system": "5.0.0-alpha.22",
"@material-ui/utils": "5.0.0-alpha.22",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0 || ^17.0.0",
"react-transition-group": "^4.4.1",
"rifm": "^0.12.0"
},
"devDependencies": {
"@material-ui/types": "5.1.3",
"@material-ui/types": "5.1.4",
"@types/luxon": "^1.25.0",
"date-fns": "^2.0.0",
"dayjs": "^1.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styled-engine-sc/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styled-engine-sc",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styled - Wrapper package for styled-components.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styled-engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styled-engine",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styled - Wrapper package for emotion.",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -49,8 +49,8 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/hash": "^0.8.0",
"@material-ui/types": "5.1.3",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/types": "5.1.4",
"@material-ui/utils": "5.0.0-alpha.22",
"clsx": "^1.0.4",
"csstype": "^3.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-system/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/utils": "5.0.0-alpha.22",
"csstype": "^3.0.2",
"prop-types": "^15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/types",
"version": "5.1.3",
"version": "5.1.4",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Types - Utility types for Material-UI.",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-unstyled/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/unstyled",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Unstyled - collection of unstyled React components.",
Expand Down Expand Up @@ -45,13 +45,13 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/utils": "5.0.0-alpha.22",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@material-ui/types": "5.1.3"
"@material-ui/types": "5.1.4"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/utils",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
Expand Down
14 changes: 7 additions & 7 deletions packages/material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": false,
"author": "Material-UI Team",
"main": "./src/index.ts",
Expand Down Expand Up @@ -60,12 +60,12 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styled-engine": "5.0.0-alpha.21",
"@material-ui/styles": "5.0.0-alpha.21",
"@material-ui/system": "5.0.0-alpha.21",
"@material-ui/types": "5.1.3",
"@material-ui/unstyled": "5.0.0-alpha.21",
"@material-ui/utils": "5.0.0-alpha.21",
"@material-ui/styled-engine": "5.0.0-alpha.22",
"@material-ui/styles": "5.0.0-alpha.22",
"@material-ui/system": "5.0.0-alpha.22",
"@material-ui/types": "5.1.4",
"@material-ui/unstyled": "5.0.0-alpha.22",
"@material-ui/utils": "5.0.0-alpha.22",
"@popperjs/core": "^2.4.4",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-plugin-cache-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "netlify-plugin-cache-docs",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": true,
"author": "Material-UI Team",
"description": "Alternative to netlify-plugin-cache-nextjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-to-proptypes",
"version": "5.0.0-alpha.21",
"version": "5.0.0-alpha.22",
"private": true,
"description": "Generate proptypes from TypeScript declarations",
"engines": {
Expand Down

0 comments on commit c514ea8

Please sign in to comment.