Skip to content

Commit

Permalink
v5.0.0-beta.3 (#27624)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Aug 7, 2021
1 parent d6ea629 commit e5ccdf2
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 27 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
### [Versions](https://material-ui.com/versions/)

## 5.0.0-beta.3

<!-- generated comparing v5.0.0-beta.2..next -->

_Aug 6, 2021_

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

- <!-- 28 --> ✨ `jss-to-styled` codemod has been improved to support `createStyles` and `<React.Fragment>` usage (#27578) @mnajdova

### `@material-ui/core@5.0.0-beta.3`

- <!-- 33 --> [Modal] Restore `overflowX` and `overflowY` styles (#27487) @PCOffline
- <!-- 07 --> [Modal] Remove unnecessary check for children.props.tabIndex (#27374) @noviicee
- <!-- 14 --> [Select] Fix regression for icon not rotating (#27511) @mnajdova

### `@material-ui/system@5.0.0-beta.3`

- <!-- 38 --> [system] Added top, left, right and bottom border color CSS properties to system (#27580) @R-Bower

### `@material-ui/codemod@5.0.0-beta.3`

- <!-- 28 --> [codemod] Add support for `createStyles` usage in `jss-to-styled` (#27578) @mnajdova
- <!-- 11 --> [codemod] Fix `jss-to-styled` PREFIX generation on Windows (#27491) @mnajdova
- <!-- 39 --> [codemod] Fix `jss-to-styled` codemod to handle React.Fragment as root (#27495) @mnajdova

### `@material-ui/unstyled@5.0.0-alpha.42`

- <!-- 13 --> [FormControl] Create FormControlUnstyled (#27240) @michaldudak
- <!-- 23 --> [Autocomplete] Move useAutocomplete to the Unstyled package (#27485) @michaldudak

### Docs

- <!-- 40 --> [docs] Fix layout shift when opening hash anchor (#27619) @oliviertassinari
- <!-- 35 --> [docs] Add TypeScript guide for the `sx` prop (#27417) @mnajdova
- <!-- 32 --> [docs] Hardcode listed colors in /customization/color/#playground (#27446) @eps1lon
- <!-- 31 --> [docs] Bring back Select#onChange signature API (#27443) @eps1lon
- <!-- 27 --> [docs] Remove backticks in the title (#27567) @oliviertassinari
- <!-- 26 --> [docs] Fix 404 links (#27566) @oliviertassinari
- <!-- 25 --> [docs] Use the same h2 for the customization demos (#27569) @oliviertassinari
- <!-- 22 --> [docs] Fix syntax error in v5 migration `styled` api example (#27518) @kimbaudi
- <!-- 21 --> [docs] Improve SSR configuration with emotion (#27496) @frandiox
- <!-- 19 --> [docs] Change "pseudo-classes" to "state classes" (#27570) @michaldudak
- <!-- 18 --> [docs] Add StackBlitz edit demo integration (#27391) @sulco
- <!-- 12 --> [docs] Remove unnecessary generic argument (#27516) @bezpalko
- <!-- 08 --> [docs] Add customization demos (#27411) @siriwatknp
- <!-- 04 --> [docs] Restore initial descriptionRegExp logic (#27436) @oliviertassinari
- <!-- 03 --> [docs] Polish jss-to-styled docs (#27457) @oliviertassinari
- <!-- 34 --> [examples] Fix nextjs with styled-components example (#27583) @mnajdova
- <!-- 29 --> [examples] Update create-react-app examples with styled-components to use package aliases (#27591) @mnajdova
- <!-- 09 --> [examples] Improve integration examples with Next.js (#27331) @Harshita-Kanal
- <!-- 37 --> [website] Add spicefactory as gold sponsor @oliviertassinari
- <!-- 30 --> [website] Homepage rebranding (#27488) @siriwatknp
- <!-- 24 --> [website] Add Flavien to team and about pages (#27575) @flaviendelangle
- <!-- 17 --> [website] Add Ryan to Community contributors for Stack Overflow contributions (#27529) @ryancogswell
- <!-- 02 --> [website] Add references section to home (#27444) @siriwatknp

### Core

- <!-- 20 --> [core] rebaseWhen=auto does not seem to work (#27565) @oliviertassinari
- <!-- 10 --> [core] Improve instructions for the @material-ui/styles migration (#27466) @mnajdova
- <!-- 06 --> [core] Batch small changes (#27435) @oliviertassinari
- <!-- 01 --> [core] Receive patch and minor dependency updates (#27455) @eps1lon
- <!-- 16 --> [test] Update coverage to include all @material-ui packages (#27521) @eps1lon
- <!-- 15 --> [test] Lint codemod tests (#27519) @eps1lon
- <!-- 05 --> [test] Allow tests to run for 6s before timeout (#27456) @oliviertassinari

All contributors of this release in alphabetical order: @bezpalko, @eps1lon, @flaviendelangle, @frandiox, @Harshita-Kanal, @kimbaudi, @michaldudak, @mnajdova, @noviicee, @oliviertassinari, @PCOffline, @R-Bower, @ryancogswell, @siriwatknp, @sulco

## 5.0.0-beta.2

<!-- generated comparing v5.0.0-beta.1..next -->
Expand Down
6 changes: 3 additions & 3 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.2",
"@material-ui/styles": "5.0.0-beta.2",
"@material-ui/system": "5.0.0-beta.2",
"@material-ui/core": "5.0.0-beta.3",
"@material-ui/styles": "5.0.0-beta.3",
"@material-ui/system": "5.0.0-beta.3",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.6.1",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,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-beta.2",
"@material-ui/core": "5.0.0-beta.3",
"@material-ui/data-grid": "^4.0.0-alpha.29",
"@material-ui/docs": "5.0.0-beta.2",
"@material-ui/icons": "5.0.0-beta.1",
"@material-ui/lab": "5.0.0-alpha.41",
"@material-ui/lab": "5.0.0-alpha.42",
"@material-ui/styled-engine": "5.0.0-beta.1",
"@material-ui/styled-engine-sc": "5.0.0-beta.1",
"@material-ui/styles": "5.0.0-beta.2",
"@material-ui/system": "5.0.0-beta.2",
"@material-ui/types": "6.0.1",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@material-ui/styles": "5.0.0-beta.3",
"@material-ui/system": "5.0.0-beta.3",
"@material-ui/types": "6.0.2",
"@material-ui/unstyled": "5.0.0-alpha.42",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.1.0",
"@types/css-mediaquery": "^0.1.0",
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.22",
"version": "1.0.23",
"description": "Builds Material-UI for Framer X",
"repository": "https://github.com/mui-org/material-ui",
"author": "Material-UI Team",
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-beta.2",
"version": "5.0.0-beta.3",
"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-beta.2",
"version": "5.0.0-beta.3",
"bin": "./codemod.js",
"private": false,
"author": "Material-UI Team",
Expand Down
8 changes: 4 additions & 4 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.41",
"version": "5.0.0-alpha.42",
"private": false,
"author": "Material-UI Team",
"description": "Laboratory for new Material-UI modules.",
Expand Down Expand Up @@ -68,8 +68,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-beta.2",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@material-ui/system": "5.0.0-beta.3",
"@material-ui/unstyled": "5.0.0-alpha.42",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
Expand All @@ -78,7 +78,7 @@
"rifm": "^0.12.0"
},
"devDependencies": {
"@material-ui/types": "6.0.1",
"@material-ui/types": "6.0.2",
"@types/luxon": "^1.25.0",
"date-fns": "^2.0.0",
"dayjs": "^1.8.17",
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-beta.2",
"version": "5.0.0-beta.3",
"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/private-theming": "5.0.0-beta.2",
"@material-ui/types": "6.0.1",
"@material-ui/types": "6.0.2",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"csstype": "^3.0.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-beta.2",
"version": "5.0.0-beta.3",
"private": false,
"author": "Material-UI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@babel/runtime": "^7.4.4",
"@material-ui/private-theming": "5.0.0-beta.2",
"@material-ui/styled-engine": "5.0.0-beta.1",
"@material-ui/types": "6.0.1",
"@material-ui/types": "6.0.2",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"csstype": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/types",
"version": "6.0.1",
"version": "6.0.2",
"private": false,
"author": "Material-UI Team",
"description": "Utility types for Material-UI.",
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.41",
"version": "5.0.0-alpha.42",
"private": false,
"author": "Material-UI Team",
"description": "Unstyled React components with which to implement custom design systems.",
Expand Down Expand Up @@ -55,7 +55,7 @@
"react-is": "^17.0.0"
},
"devDependencies": {
"@material-ui/types": "6.0.1"
"@material-ui/types": "6.0.2"
},
"sideEffects": false,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 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-beta.2",
"version": "5.0.0-beta.3",
"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 @@ -60,9 +60,9 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/system": "5.0.0-beta.2",
"@material-ui/types": "6.0.1",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@material-ui/system": "5.0.0-beta.3",
"@material-ui/types": "6.0.2",
"@material-ui/unstyled": "5.0.0-alpha.42",
"@material-ui/utils": "5.0.0-beta.1",
"@popperjs/core": "^2.4.4",
"@types/react-transition-group": "^4.2.0",
Expand Down

0 comments on commit e5ccdf2

Please sign in to comment.