Skip to content

Commit

Permalink
v5.0.0-rc.1 (#28228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Sep 8, 2021
1 parent 386aa90 commit 1b563a1
Show file tree
Hide file tree
Showing 20 changed files with 131 additions and 52 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,84 @@
### [Versions](https://material-ui.com/versions/)

## 5.0.0-rc.1

<!-- generated comparing v5.0.0-rc.0..next -->

_Sep 8, 2021_

A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

- 📚 Improved the codemod and migration guide for upgrading to v5
- 🐛 Fixed some bugs and regressions

### `@mui/material@5.0.0-rc.1`

- &#8203;<!-- 46 -->[Autocomplete] Fix virtualization regression (#28129) @oliviertassinari
- &#8203;<!-- 45 -->[Button] Use deeper imports from unstyled, correct docs (#28074) @michaldudak
- &#8203;<!-- 44 -->[ButtonBase] Fix ripple persisting on blur (#28186) @michaldudak
- &#8203;<!-- 14 -->[Link] Infer `ref` type from `component` (#28101) @eps1lon
- &#8203;<!-- 11 -->[Popper] Fix bundle size regression (#27910) @oliviertassinari
- &#8203;<!-- 10 -->[Select] Merge `ref` of `Select` and `input` element (#28054) @DouglasPds
- &#8203;<!-- 07 -->[Tabs] Improve error message formatting for invalid `value` (#28172) @eps1lon

### `@mui/system@5.0.0-rc.1`

- &#8203;<!-- 47 -->[system] Change type of return value of overridesResolver (#28220) @hbjORbj
- &#8203;<!-- 09 -->[system] Fix zero value condition (#28219) @siriwatknp
- &#8203;<!-- 08 -->[system] Shorten class names in production (#27932) @oliviertassinari

### `@mui/codemod@5.0.0-rc.1`

- &#8203;<!-- 42 -->[codemod] Fix various reported issues on `preset-safe` (#28183) @mnajdova

### `@mui/lab@5.0.0-alpha.46`

- &#8203;<!-- 43 -->[ClockPicker] Fix to narrow hover area for am hours in am/pm clock (#28207) @eps1lon
- &#8203;<!-- 13 -->[Masonry] Improve the styling on the demos (#27957) @hbjORbj
- &#8203;<!-- 12 -->[MasonryItem] Fix crash on unmount when using React 18 (#28202) @eps1lon

### Docs

- &#8203;<!-- 33 -->[docs] Fixes makeStyles migration example (#28213) @RomarQ
- &#8203;<!-- 32 -->[docs] Fix some outdated migration guide (#28222) @siriwatknp
- &#8203;<!-- 31 -->[docs] Update previews (#28223) @eps1lon
- &#8203;<!-- 30 -->[docs] Demo how to use a specific slide direction for Snackbar (#28211) @goncalovf
- &#8203;<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
- &#8203;<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
- &#8203;<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
- &#8203;<!-- 26 -->[docs] Remove demo for re-creating Material-UI switches (#28042) @eps1lon
- &#8203;<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
- &#8203;<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
- &#8203;<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
- &#8203;<!-- 22 -->[docs] Fix wrong package name in codemod (#28118) @aleccaputo
- &#8203;<!-- 21 -->[docs] Cancelled subscription @oliviertassinari
- &#8203;<!-- 20 -->[docs] Remove style duplication (#28087) @oliviertassinari
- &#8203;<!-- 19 -->[docs] Fix migration guide typo (#28113) @paullaros
- &#8203;<!-- 18 -->[docs] Reorder app bar actions (#28089) @mnajdova
- &#8203;<!-- 17 -->[docs] Support Material design theme in MarkdownElement (#28109) @eps1lon
- &#8203;<!-- 16 -->[docs] Improve diamond sponsors in the navigation (#28090) @mnajdova
- &#8203;<!-- 15 -->[docs] Remove unnecessary comma (#28072) @michaldudak
- &#8203;<!-- 04 -->[website] Add new careers page (#28184) @hbjORbj
- &#8203;<!-- 03 -->[website] Disable Next.js font optimization (#28128) @michaldudak
- &#8203;<!-- 02 -->[website] Polish design-kits & templates (#28131) @siriwatknp
- &#8203;<!-- 01 -->[website] Update utm referral params #28040 @siriwatknp

### Core

- &#8203;<!-- 41 -->[core] Misc bundle size tracking improvements (#28205) @eps1lon
- &#8203;<!-- 40 -->[core] Ensure code preview is valid JavaScript (#28215) @eps1lon
- &#8203;<!-- 39 -->[core] Create @mui/material-next package (#28200) @michaldudak
- &#8203;<!-- 38 -->[core] Rename directories to match the new package names (#28185) @mnajdova
- &#8203;<!-- 37 -->[core] Remove unused include (#28187) @eps1lon
- &#8203;<!-- 36 -->[core] Fix PR detection mechanism for upstream PRs (#28171) @eps1lon
- &#8203;<!-- 35 -->[core] Simplify ResizeObserver logic (#28037) @oliviertassinari
- &#8203;<!-- 34 -->[core] Include TS modules in rollup import resolution (#28094) @michaldudak
- &#8203;<!-- 06 -->[test] Update test to consider unsuppressed double render logs in React 18 (#28068) @eps1lon
- &#8203;<!-- 05 -->[typescript] Make types of componentsProps consistent (#27499) @michaldudak

All contributors of this release in alphabetical order: @akashshyamdev, @aleccaputo, @DouglasPds, @eps1lon, @goncalovf,
@hbjORbj, @michaldudak, @mnajdova, @oliviertassinari, @outofgamut, @paullaros, @RomarQ, @siriwatknp

## 5.0.0-rc.0

<!-- generated comparing v5.0.0-beta.5..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.7.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/material": "5.0.0-rc.0",
"@mui/styles": "5.0.0-rc.0",
"@mui/system": "5.0.0-rc.0",
"@mui/material": "5.0.0-rc.1",
"@mui/styles": "5.0.0-rc.1",
"@mui/system": "5.0.0-rc.1",
"@styled-system/css": "^5.1.5",
"benchmark": "^2.1.4",
"playwright": "^1.14.1",
Expand Down
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@mui/core": "5.0.0-alpha.45",
"@mui/docs": "5.0.0-rc.0",
"@mui/icons-material": "5.0.0-rc.0",
"@mui/lab": "5.0.0-alpha.45",
"@mui/material": "5.0.0-rc.0",
"@mui/styled-engine": "5.0.0-rc.0",
"@mui/styled-engine-sc": "5.0.0-rc.0",
"@mui/styles": "5.0.0-rc.0",
"@mui/system": "5.0.0-rc.0",
"@mui/types": "7.0.0-rc.0",
"@mui/core": "5.0.0-alpha.46",
"@mui/docs": "5.0.0-rc.1",
"@mui/icons-material": "5.0.0-rc.1",
"@mui/lab": "5.0.0-alpha.46",
"@mui/material": "5.0.0-rc.1",
"@mui/styled-engine": "5.0.0-rc.1",
"@mui/styled-engine-sc": "5.0.0-rc.1",
"@mui/styles": "5.0.0-rc.1",
"@mui/system": "5.0.0-rc.1",
"@mui/types": "7.0.0-rc.1",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.1.1",
"@types/css-mediaquery": "^0.1.1",
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.26",
"version": "1.0.27",
"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-rc.0",
"version": "5.0.0-rc.1",
"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/mui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/codemod",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"bin": "./codemod.js",
"private": false,
"author": "Material-UI Team",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/core",
"version": "5.0.0-alpha.45",
"version": "5.0.0-alpha.46",
"private": false,
"author": "Material-UI Team",
"description": "Unstyled React components with which to implement custom design systems.",
Expand Down Expand Up @@ -49,13 +49,13 @@
"dependencies": {
"@babel/runtime": "^7.14.8",
"@emotion/is-prop-valid": "^1.1.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/utils": "5.0.0-rc.1",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
"react-is": "^17.0.2"
},
"devDependencies": {
"@mui/types": "7.0.0-rc.0"
"@mui/types": "7.0.0-rc.1"
},
"sideEffects": false,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/docs",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@mui/utils": "5.0.0-rc.0",
"@mui/utils": "5.0.0-rc.1",
"nprogress": "^0.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "MIT",
"description": "Logs infos about the environment relevant to @mui/*",
"version": "2.0.0",
"version": "2.0.1",
"bin": "./envinfo.js",
"dependencies": {
"envinfo": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/icons-material",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Material Design icons distributed as SVG React components.",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/lab",
"version": "5.0.0-alpha.45",
"version": "5.0.0-alpha.46",
"private": false,
"author": "Material-UI Team",
"description": "Laboratory for new Material-UI modules.",
Expand Down Expand Up @@ -68,17 +68,17 @@
"@date-io/dayjs": "^2.10.6",
"@date-io/luxon": "^2.10.6",
"@date-io/moment": "^2.10.6",
"@mui/core": "5.0.0-alpha.45",
"@mui/system": "5.0.0-rc.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/core": "5.0.0-alpha.46",
"@mui/system": "5.0.0-rc.1",
"@mui/utils": "5.0.0-rc.1",
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"react-transition-group": "^4.4.1",
"rifm": "^0.12.0"
},
"devDependencies": {
"@mui/types": "7.0.0-rc.0",
"@mui/types": "7.0.0-rc.1",
"@types/luxon": "^1.27.1",
"date-fns": "^2.0.0",
"dayjs": "^1.10.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@mui/core": "5.0.0-alpha.45",
"@mui/system": "5.0.0-rc.0",
"@mui/types": "7.0.0-rc.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/core": "5.0.0-alpha.46",
"@mui/system": "5.0.0-rc.1",
"@mui/types": "7.0.0-rc.1",
"@mui/utils": "5.0.0-rc.1",
"@popperjs/core": "^2.4.4",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/material",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"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,10 +60,10 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@mui/core": "5.0.0-alpha.45",
"@mui/system": "5.0.0-rc.0",
"@mui/types": "7.0.0-rc.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/core": "5.0.0-alpha.46",
"@mui/system": "5.0.0-rc.1",
"@mui/types": "7.0.0-rc.1",
"@mui/utils": "5.0.0-rc.1",
"@popperjs/core": "^2.4.4",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/private-theming",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Theming - The React theme context to be shared between `@mui/styles` and `@mui/material`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@mui/utils": "5.0.0-rc.0",
"@mui/utils": "5.0.0-rc.1",
"prop-types": "^15.7.2"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine-sc",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "styled() API wrapper package for styled-components.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styled-engine",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "styled() API wrapper package for emotion.",
Expand Down
8 changes: 4 additions & 4 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/styles",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@babel/runtime": "^7.14.8",
"@emotion/hash": "^0.8.0",
"@mui/private-theming": "5.0.0-rc.0",
"@mui/types": "7.0.0-rc.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/private-theming": "5.0.0-rc.1",
"@mui/types": "7.0.0-rc.1",
"@mui/utils": "5.0.0-rc.1",
"clsx": "^1.1.1",
"csstype": "^3.0.8",
"hoist-non-react-statics": "^3.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/system",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "CSS utilities for rapidly laying out custom designs.",
Expand Down Expand Up @@ -56,10 +56,10 @@
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@mui/private-theming": "5.0.0-rc.0",
"@mui/styled-engine": "5.0.0-rc.0",
"@mui/types": "7.0.0-rc.0",
"@mui/utils": "5.0.0-rc.0",
"@mui/private-theming": "5.0.0-rc.1",
"@mui/styled-engine": "5.0.0-rc.1",
"@mui/types": "7.0.0-rc.1",
"@mui/utils": "5.0.0-rc.1",
"clsx": "^1.1.1",
"csstype": "^3.0.8",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/types",
"version": "7.0.0-rc.0",
"version": "7.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Utility types for Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/utils",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,
"author": "Material-UI Team",
"description": "Utility functions for React components.",
Expand Down

0 comments on commit 1b563a1

Please sign in to comment.