Skip to content

Commit

Permalink
v5.0.0-alpha.27 (#25205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Mar 5, 2021
1 parent 7855f2b commit 2de88ce
Show file tree
Hide file tree
Showing 16 changed files with 109 additions and 36 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
### [Versions](https://material-ui.com/versions/)

## 5.0.0-alpha.27

<!-- generated comparing v5.0.0-alpha.26..next -->

_Mar 5, 2021_

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

- 👩‍🎤 Convert 8 components to emotion (#25091, #25158, #25146, #25142, #25166) @natac13, @mngu, @m4theushw, @praveenkumar-kalidass.
- 📚 Convert 5 components demos to emotion (#25164, #25183, #25180, #25145, #25138) @vicasas
- And many more 🐛 bug fixes and 📚 improvements.

### `@material-ui/core@5.0.0-alpha.27`

- <!-- 16 --> [Autocomplete] Support readonly type for the options (#25155) @silver-snoopy
- <!-- 13 --> [Drawer] Migrate to emotion (#25091) @natac13
- <!-- 20 --> [LinearProgress] Migrate to emotion (#25158) @mngu
- <!-- 06 --> [Pagination] Migrate Pagination and PaginationItem to emotion (#25146) @mngu
- <!-- 21 --> [Radio] Migrate to emotion (#25152) @mngu
- <!-- 10 --> [Snackbar] Migrate to emotion (#25142) @m4theushw
- <!-- 25 --> [SpeedDial] Migrate to emotion (#25166) @m4theushw
- <!-- 12 --> [Stepper] Migrate StepConnector to emotion (#25092) @praveenkumar-kalidass
- <!-- 07 --> [styled] Fix override logic to support component without root (#25143) @niting143
- <!-- 08 --> [Table] Remove default role logic in TableCell (#25105) @silver-snoopy
- <!-- 27 --> [Table] Use primary cover over secondary for selected state (#25182) @beaudry
- <!-- 23 --> [theme] Fix styleOverrides with nested selectors (#25156) @ruppysuppy

### `@material-ui/system@5.0.0-alpha.27`

- <!-- 02 --> [system] Fix behavior of visuallyHidden when used with `sx` prop (#25110) @niting143

### `@material-ui/lab@5.0.0-alpha.27`

#### Breaking changes

- <!-- 18 --> [Pickers] Remove `dateAdapter` prop (#25162) @eps1lon

The prop didn't solve any important problem better than any of its alternatives do.

```diff
-<DatePicker dateAdapter={x} />
+<LocalizationProvider dateAdapter={x}>
+ <DatePicker />
+</LocalizationProvider>
```

#### Changes

- <!-- 19 --> [Pickers][internal] Use React.forwardRef instead of forwardedRef prop (#25173) @eps1lon

### `@material-ui/styles@5.0.0-alpha.27`

- <!-- 03 --> [styles] Use capitalize from utils (#25136) @eps1lon

### Docs

- <!-- 22 --> [docs] Migrate Bottom Navigation demos to emotion (#25180) @vicasas
- <!-- 09 --> [docs] Migrate Button demos to emotion (#25138) @vicasas
- <!-- 17 --> [docs] Migrate Divider demos to emotion (#25145) @vicasas
- <!-- 24 --> [docs] Migrate Pagination demos to emotion (#25183) @vicasas
- <!-- 26 --> [docs] Migrate Typography demos to emotion (#25164) @vicasas
- <!-- 11 --> [docs] Remove CircleCI from backers (#24801) @mbrookes
- <!-- 14 --> [docs] Update the used testing libraries (#25144) @oliviertassinari

### Core

- <!-- 01 --> [CHANGELOG] Better document breaking changes @oliviertassinari
- <!-- 05 --> [core] Modernize icons `builder:src` (#25137) @eps1lon
- <!-- 04 --> [core] Properly use BABEL_ENV test and development (#25139) @eps1lon
- <!-- 15 --> [test] Add (manual) visual regression test for icons (#25160) @eps1lon

All contributors of this release in alphabetical order: @beaudry, @eps1lon, @m4theushw, @mbrookes, @mngu, @natac13, @niting143, @oliviertassinari, @praveenkumar-kalidass, @ruppysuppy, @silver-snoopy, @vicasas

## 5.0.0-alpha.26

<!-- generated comparing v5.0.0-alpha.25..next -->
Expand Down
8 changes: 4 additions & 4 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"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.26",
"@material-ui/styles": "5.0.0-alpha.26",
"@material-ui/system": "5.0.0-alpha.26",
"@material-ui/core": "5.0.0-alpha.27",
"@material-ui/styles": "5.0.0-alpha.27",
"@material-ui/system": "5.0.0-alpha.27",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.6.1",
Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": true,
"author": "Material-UI Team",
"license": "MIT",
Expand Down Expand Up @@ -29,17 +29,17 @@
"@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.26",
"@material-ui/core": "5.0.0-alpha.27",
"@material-ui/data-grid": "^4.0.0-alpha.18",
"@material-ui/docs": "5.0.0-alpha.26",
"@material-ui/icons": "5.0.0-alpha.26",
"@material-ui/lab": "5.0.0-alpha.26",
"@material-ui/docs": "5.0.0-alpha.27",
"@material-ui/icons": "5.0.0-alpha.27",
"@material-ui/lab": "5.0.0-alpha.27",
"@material-ui/styled-engine": "5.0.0-alpha.25",
"@material-ui/styled-engine-sc": "5.0.0-alpha.25",
"@material-ui/styles": "5.0.0-alpha.26",
"@material-ui/system": "5.0.0-alpha.26",
"@material-ui/styles": "5.0.0-alpha.27",
"@material-ui/system": "5.0.0-alpha.27",
"@material-ui/types": "5.1.7",
"@material-ui/unstyled": "5.0.0-alpha.26",
"@material-ui/unstyled": "5.0.0-alpha.27",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.1.0",
"@types/css-mediaquery": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions framer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer",
"version": "1.0.8",
"version": "1.0.9",
"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.26",
"docs": "5.0.0-alpha.27",
"framer": "^1.2.5",
"framer-motion": "^3.1.1",
"mustache": "^4.0.0",
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": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
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": "5.0.0-alpha.24",
"version": "5.0.0-alpha.27",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/docs",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"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.26",
"@material-ui/utils": "5.0.0-alpha.27",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/icons",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
6 changes: 3 additions & 3 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": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Laboratory for new Material-UI modules.",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@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.26",
"@material-ui/utils": "5.0.0-alpha.26",
"@material-ui/system": "5.0.0-alpha.27",
"@material-ui/utils": "5.0.0-alpha.27",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0 || ^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@babel/runtime": "^7.4.4",
"@emotion/hash": "^0.8.0",
"@material-ui/types": "5.1.7",
"@material-ui/utils": "5.0.0-alpha.26",
"@material-ui/utils": "5.0.0-alpha.27",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.26",
"@material-ui/utils": "5.0.0-alpha.27",
"csstype": "^3.0.2",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-unstyled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/unstyled",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Unstyled React components with which to implement custom design systems.",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-alpha.26",
"@material-ui/utils": "5.0.0-alpha.27",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/utils",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Utility functions for React components.",
Expand Down
10 changes: 5 additions & 5 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": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": false,
"author": "Material-UI Team",
"description": "Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
Expand Down Expand Up @@ -61,11 +61,11 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styled-engine": "5.0.0-alpha.25",
"@material-ui/styles": "5.0.0-alpha.26",
"@material-ui/system": "5.0.0-alpha.26",
"@material-ui/styles": "5.0.0-alpha.27",
"@material-ui/system": "5.0.0-alpha.27",
"@material-ui/types": "5.1.7",
"@material-ui/unstyled": "5.0.0-alpha.26",
"@material-ui/utils": "5.0.0-alpha.26",
"@material-ui/unstyled": "5.0.0-alpha.27",
"@material-ui/utils": "5.0.0-alpha.27",
"@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/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-to-proptypes",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"private": true,
"description": "Generate proptypes from TypeScript declarations",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "test",
"version": "5.0.0-alpha.26",
"version": "5.0.0-alpha.27",
"scripts": {
"typescript": "tsc -p tsconfig.json"
}
Expand Down

0 comments on commit 2de88ce

Please sign in to comment.