Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 31, 2019
1 parent 37ab4e5 commit 98f2c7c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
## 4.4.0
###### *Aug 31, 2019*

Big thanks to the 28 contributors who made this release possible!
Big thanks to the 29 contributors who made this release possible!

Here are some highlights ✨:
-Support fixed Table header (#17139) @egerardus
- 🌳 Support any label in TreeView (#17080) @oliviertassinari
- 🏝 Support standalone ToggleButton mode (#17187) @simshaun
-Add fixed Table header Support (#17139) @egerardus
- 🌳 Accept any label in TreeView (#17080) @oliviertassinari
- 🏝 Add standalone ToggleButton mode (#17187) @simshaun
- And many more 🐛 bug fixes 📚 improvements.

### `@material-ui/[email protected]`
Expand All @@ -32,6 +32,8 @@ Here are some highlights ✨:
- [TextField] Update outlined label when prop changes (#17217) @Shubhamchinda
- [Tooltip] Fix interactive + enterDelay combination (#17174) @kiransiluveru
- [Typography] noWrap requires display block (#17206) @rbrishabh
- [Badge] Add alignment options to badges (#17204) @ahtcx
- [LinearProgress] Make color adapt to theme type (#17219) @ahtcx

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

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": "4.3.3",
"version": "4.4.0",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./packages/material-ui/scripts/generateProptypes.ts",
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.24",
"version": "4.0.0-alpha.25",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,13 +34,13 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.3.0",
"@material-ui/core": "^4.4.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^4.1.0",
"@material-ui/utils": "^4.4.0",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
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.3.0",
"version": "4.4.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
Expand Down
4 changes: 2 additions & 2 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.3.3",
"version": "4.4.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@material-ui/styles": "^4.3.3",
"@material-ui/system": "^4.3.3",
"@material-ui/types": "^4.1.1",
"@material-ui/utils": "^4.3.0",
"@material-ui/utils": "^4.4.0",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.0.2",
"convert-css-length": "^2.0.1",
Expand Down

0 comments on commit 98f2c7c

Please sign in to comment.