Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.0.0-beta.2 #27450

Merged
merged 5 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
init
  • Loading branch information
mnajdova committed Jul 26, 2021
commit 2b0f850b5b1aa98b5288dbda72af7aca0072e075
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,101 @@
### [Versions](https://material-ui.com/versions/)

## 5.0.0-beta.2
<!-- generated comparing v5.0.0-beta.1..next -->
_Jul 26, 2021_

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

- ✨ We introduced new codemod for converting JSS styles to emotion (#27292) @siriwatknp
It should help adoption of v5, by making possible the removal of JSS sooner.

- 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.

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

- <!-- 54 --> [Autocomplete] Explain how the loading prop works (#27416) @michaldudak
- <!-- 49 --> [Autocomplete] Update input value when the input changes (#27313) @turtleseason
- <!-- 09 --> [Autocomplete] Popper is not closing when the Autocomplete is disabled (#27312) @Goodiec
- <!-- 42 --> [Checkbox] Skip default hover styles with `disableRipple` (#27314) @faan234
- <!-- 50 --> [Dialog] Fix override paper styles (#27423) @newsiberian
- <!-- 17 --> [Grid] Remove width prop for rowSpacing (#27326) @sashkopavlenko
- <!-- 33 --> [Input] Merge `componentsProps` correctly (#27371) @mnajdova
- <!-- 55 --> [Pagination] Fixed usePagination requires @emotion in development mode (#27348) @ruppysuppy
- <!-- 07 --> [Pagination] Fix :hover effect on previous/next button (#27304) @Aubrey-Li
- <!-- 03 --> [Popper] Consistent timing of popper instance creation (#27233) @eps1lon
- <!-- 45 --> [Select] Add `SelectChangeEvent` for accurate types for event in onChange prop (#27370) @eps1lon
- <!-- 18 --> [Tabs] Use theme transition duration for the Tab animation (#27303) @florianbepunkt
- <!-- 35 --> [TextField] Allow custom colors in FormLabel (#27337) @oliviertassinari
- <!-- 14 --> [TextField] Fix name of componentsProps (#27338) @oliviertassinari
- <!-- 04 --> [transitions] Make sure inline styles used for transition values if declared (#27140) @eps1lon

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

- <!-- 57 --> [codemod] Add `optimal-imports` for v5 (#27404) @mnajdova
- <!-- 48 --> [codemod] Add jss to emotion codemod (#27292) @siriwatknp
- <!-- 34 --> [codemod] Fix running codemod CLI on Windows (#27395) @michaldudak
- <!-- 32 --> [codemod] Fix published version (#27384) @eps1lon
- <!-- 10 --> [codemod] Improve README.md (#27257) @mnajdova

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

- <!-- 36 --> [NoSsr] Move NoSsr to the Unstyled package (#27356) @michaldudak

### `@material-ui/utils@5.0.0-beta.1`

- <!-- 43 --> [utils] Convert createChainedFunction to TypeScript (#27386) @eps1lon

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

- <!-- 39 --> [system] Compute display name of `styled` component if `name` isn't set (#27401) @eps1lon
- <!-- 08 --> [system] Adds missing type for `shouldForwardProp` (#27310) @KLubin1

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

- <!-- 16 --> [pickers] Use utils for default min and max dates (#27297) @eps1lon
mnajdova marked this conversation as resolved.
Show resolved Hide resolved
- <!-- 15 --> [pickers] Fallback to today if all possible dates are disabled (#27294) @eps1lon
- <!-- 06 --> [pickers] Minify error when LocalizationProvider is missing (#27295) @eps1lon
- <!-- 01 --> [pickers] Fix Fade animation behavior change (#27283) @oliviertassinari

### Docs

- <!-- 56 --> [docs] Display Popper arrow correctly (#27339) @Patil2099
- <!-- 53 --> [docs] Focus pickers introduction on Material-UI (#27394) @eps1lon
- <!-- 51 --> [docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
- <!-- 47 --> [docs] Update color imports (#27321) @siriwatknp
- <!-- 38 --> [docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
- <!-- 37 --> [docs] Add migration note for synthetic native events in onChange (#27368) @eps1lon
- <!-- 31 --> [docs] Improve unstyled docs (#27382) @oliviertassinari
- <!-- 30 --> [docs] Update `Transitions` page (#27319) @siriwatknp
- <!-- 29 --> [docs] Add Unstyled components docs page (#27158) @michaldudak
- <!-- 28 --> [docs] Fix app bar regression (#27373) @mnajdova
- <!-- 27 --> [docs] Update migration guide to have a section on nested classes (#27354) @mnajdova
- <!-- 25 --> [docs] Convert App* components to emotion (#27150) @eps1lon
- <!-- 23 --> [docs] Fix duplicate "Theme" header (#27353) @eps1lon
- <!-- 22 --> [docs] Remove horizontal scrollbar in MiniDrawer (#27055) @AlvesJorge
- <!-- 21 --> [docs] Add `makeStyles` explanation in troubleshooting (#27322) @siriwatknp
- <!-- 20 --> [docs] Fix ExpansionPanel migration notes (#27352) @eps1lon
- <!-- 19 --> [docs] Transpile markdown files (#27349) @eps1lon
- <!-- 12 --> [docs] Fix typo in the word typography (#27329) @tudi2d
- <!-- 11 --> [docs] Use actual symbol of kilogram (#27332) @getsnoopy
- <!-- 02 --> [docs] Make migration doc easier to follow (#26948) @siriwatknp
- <!-- 46 --> [examples] Cleanup `gatsby` examples (#27375) @mnajdova
- <!-- 41 --> [examples] Create nextjs example using styled-components (#27088) @hboylan
- <!-- 26 --> [examples] Update gatsby example to use custom plugin (#27357) @mnajdova

### Core

- <!-- 24 --> [core] Remove obsolete styles documentation (#27350) @eps1lon
- <!-- 13 --> [core] Fix GitHub language detection (#27298) @oliviertassinari
- <!-- 44 --> [test] Include coverage report of browser tests (#27389) @eps1lon
- <!-- 40 --> [test] Add current behavior for getDisplayName with context components (#27402) @eps1lon
- <!-- 05 --> [test] Enable skipped picker tests (#27268) @eps1lon
- <!-- 52 --> [website] Add hero section to homepage (#27364) @siriwatknp

All contributors of this release in alphabetical order: @AlvesJorge, @Aubrey-Li, @eps1lon, @faan234, @florianbepunkt, @g
etsnoopy, @Goodiec, @hboylan, @KLubin1, @michaldudak, @mnajdova, @newsiberian, @oliviertassinari, @Patil2099, @ruppysupp
y, @sashkopavlenko, @siriwatknp, @tudi2d, @turtleseason, @WeldonTan

## 5.0.0-beta.1

<!-- generated comparing v5.0.0-beta.0..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.1",
"@material-ui/styles": "5.0.0-beta.1",
"@material-ui/system": "5.0.0-beta.1",
"@material-ui/core": "5.0.0-beta.2",
"@material-ui/styles": "5.0.0-beta.2",
"@material-ui/system": "5.0.0-beta.2",
"@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.1",
"@material-ui/core": "5.0.0-beta.2",
"@material-ui/data-grid": "^4.0.0-alpha.29",
"@material-ui/docs": "5.0.0-beta.1",
"@material-ui/docs": "5.0.0-beta.2",
"@material-ui/icons": "5.0.0-beta.1",
"@material-ui/lab": "5.0.0-alpha.40",
"@material-ui/lab": "5.0.0-alpha.41",
"@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.1",
"@material-ui/system": "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.40",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@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.21",
"version": "1.0.22",
"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.1",
"version": "5.0.0-beta.2",
"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.1",
"version": "5.0.0-beta.2",
"bin": "./codemod.js",
"private": false,
"author": "Material-UI Team",
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-beta.1",
"version": "5.0.0-beta.2",
"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.4.4",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/utils": "5.0.0-beta.1",
"nprogress": "^0.2.0"
},
"publishConfig": {
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.40",
"version": "5.0.0-alpha.41",
"private": false,
"author": "Material-UI Team",
"description": "Laboratory for new Material-UI modules.",
Expand Down Expand Up @@ -68,9 +68,9 @@
"@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.1",
"@material-ui/unstyled": "5.0.0-alpha.40",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/system": "5.0.0-beta.2",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/private-theming",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Theming - The React theme context to be shared between `@material-ui/styles` and `@material-ui/core`.",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/utils": "5.0.0-beta.1",
"prop-types": "^15.7.2"
},
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "5.0.0-beta.2",
"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.4.4",
"@emotion/hash": "^0.8.0",
"@material-ui/private-theming": "5.0.0-beta.1",
"@material-ui/private-theming": "5.0.0-beta.2",
"@material-ui/types": "6.0.1",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"csstype": "^3.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "5.0.0-beta.2",
"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.4.4",
"@material-ui/private-theming": "5.0.0-beta.1",
"@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/utils": "5.0.0-beta.0",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"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.40",
"version": "5.0.0-alpha.41",
"private": false,
"author": "Material-UI Team",
"description": "Unstyled React components with which to implement custom design systems.",
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@emotion/is-prop-valid": "^1.1.0",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/utils": "5.0.0-beta.1",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^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-beta.0",
"version": "5.0.0-beta.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not?

Suggested change
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",

"private": false,
"author": "Material-UI Team",
"description": "Utility functions for React components.",
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.1",
"version": "5.0.0-beta.2",
"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.4.4",
"@material-ui/system": "5.0.0-beta.1",
"@material-ui/system": "5.0.0-beta.2",
"@material-ui/types": "6.0.1",
"@material-ui/unstyled": "5.0.0-alpha.40",
"@material-ui/utils": "5.0.0-beta.0",
"@material-ui/unstyled": "5.0.0-alpha.41",
"@material-ui/utils": "5.0.0-beta.1",
"@popperjs/core": "^2.4.4",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.0.4",
Expand Down