Skip to content

Commit

Permalink
4.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 20, 2019
1 parent 3a9453e commit a33f0ab
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 18 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## 4.0.0-rc.0
###### *May 20, 2019*

A big thanks to the 14 contributors who made this release possible!
A big thanks to the 17 contributors who made this release possible!

We have done the very last breaking changes (nothing significant).
The release of v4 is imminent, stay tuned!

### `@material-ui/[email protected]`

Expand All @@ -19,14 +22,32 @@ A big thanks to the 14 contributors who made this release possible!
We recommend the default value since `mouseup` will be triggered by clicks
on scrollbars.

- [Tabs] Hide scrollbar buttons when possible (#15676) @whitneymarkov

```diff
-<Tabs />
+<Tabs scrollButtons="desktop" />
```

- [Tabs] Remove deprecated fullWidth and scrollable props (#15670) @mbrookes

```diff
-<Tabs fullWidth scrollable />
+<Tabs variant="scrollable" />
```

### Changes

- [ButtonBase] Convert to function component (#15716) @eps1lon
- [CssBaseline] Fix wrong default font weight (#15747) @oliviertassinari
- [InputBase] Convert to function component (#15446) @adeelibr
- [Popups] Allow Element as anchor el (#15707) @eps1lon
- [Portal] Fix disablePortal not working (#15701) @imdaveead
- [Radio] Animate the check state change (#15671) @imdaveead
- [Tabs] Remove deprecated fullWidth and scrollable props (#15670) @mbrookes
- [Tabs] Update rendering of auto-scrollable buttons (#15676) @whitneymarkov
- [Tabs] Update onChange docs to match types (#15672) @jharrilim
- [ToggleButtonGroup] Add size prop (#15644) @isaacblinder

### `@material-ui/[email protected]`

Expand All @@ -50,6 +71,9 @@ A big thanks to the 14 contributors who made this release possible!
- [docs] Simplify /related-projects (#15702) @pinturic
- [docs] Use pickers from material-ui namespace (#15691) @eps1lon
- [docs] Warn about ButtonBase#disableRipple and a11y (#15740) @eps1lon
- [docs] Add ClickAwayListener breaking change (#15753) @eps1lon
- [docs] Core a11y improvements (#15748) @eps1lon
- [docs] Fix some apostrophe in TypeScript doc (#15757) @DDDDDanica

### Core

Expand Down
7 changes: 7 additions & 0 deletions docs/src/pages/guides/migration-v3/migration-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,13 @@ You should be able to move the custom styles to the `root` class key.

![A simpler tab item DOM structure](https://user-images.githubusercontent.com/3165635/53287870-53a35500-3782-11e9-9431-2d1a14a41be0.png)

- [Tabs] Remove deprecated fullWidth and scrollable props

```diff
-<Tabs fullWidth scrollable />
+<Tabs variant="scrollable" />
```

### Table

- [TableCell] Remove the deprecated `numeric` property.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/workspace",
"version": "4.0.0-beta.2",
"version": "4.0.0-rc.0",
"private": true,
"author": "Material-UI Team",
"description": "Material-UI's workspace package",
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.0-beta.0",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.0-beta.0",
"@material-ui/core": "^4.0.0-rc.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
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": "4.0.0-alpha.11",
"version": "4.0.0-alpha.12",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -33,13 +33,13 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.0-beta.2",
"@material-ui/core": "^4.0.0-rc.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^4.0.0-beta.1",
"@material-ui/utils": "^4.0.0-rc.0",
"clsx": "^1.0.2",
"keycode": "^2.1.9",
"prop-types": "^15.7.2"
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": "4.0.0-beta.2",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@babel/runtime": "^7.2.0",
"@emotion/hash": "^0.7.1",
"@material-ui/types": "^4.0.0-beta.2",
"@material-ui/utils": "^4.0.0-beta.1",
"@material-ui/types": "^4.0.0-rc.0",
"@material-ui/utils": "^4.0.0-rc.0",
"clsx": "^1.0.2",
"deepmerge": "^3.0.0",
"hoist-non-react-statics": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.0.0-beta.2",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
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": "4.0.0-beta.2",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Types - Utility types for Material-UI.",
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": "4.0.0-beta.1",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
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": "4.0.0-beta.2",
"version": "4.0.0-rc.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/styles": "^4.0.0-beta.2",
"@material-ui/system": "^4.0.0-beta.2",
"@material-ui/types": "^4.0.0-beta.2",
"@material-ui/utils": "^4.0.0-beta.1",
"@material-ui/styles": "^4.0.0-rc.0",
"@material-ui/system": "^4.0.0-rc.0",
"@material-ui/types": "^4.0.0-rc.0",
"@material-ui/utils": "^4.0.0-rc.0",
"@types/react-transition-group": "^2.0.16",
"clsx": "^1.0.2",
"convert-css-length": "^1.0.2",
Expand Down

0 comments on commit a33f0ab

Please sign in to comment.