Skip to content

Commit

Permalink
v4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 5, 2019
1 parent 7804fb8 commit 5c15215
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 24 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,32 @@ Here are some highlights ✨:
- [Menu] Add 'variant' prop TypeScript declaration (#15556) @kunimart
- [MenuList] Ignore disableListWrap for text focus navigation (#15555) @ryancogswell
- [Portal] Migrate to React hooks (#15399) @gautam-pahuja
- [styles] Create a new JSS instance with injectFirst (#15560) @oliviertassinari
- [system] Test types (#15575) @eps1lon
- [TableCell] Fix TypeScript declaration of the 'padding' prop (#15516) @kunimart
- [TableCell] Update TypeScript definitions (#15541) @ljvanschie
- [TablePagination] Use OverridableComponent in TypeScript declarations (#15517) @kunimart
- [Tabs] Fix aria-label issue on the demos (#15507) @amangalvedhekar
- [theme] Responsive font sizes (#14573) @n-batalha
- [Transition] Fix false-positive ref warning (#15526) @eps1lon
- [Badge] Handle undefined badgeContent rendering empty bubble (#15581) @Naismith

### `@material-ui/lab@v4.0.0-alpha.10`
### `@material-ui/styles@v4.0.0-beta.1`

- [Slider] Save focus after click (#15439) @jztang
- [styles] Create a new JSS instance with injectFirst (#15560) @oliviertassinari
- [core] Set default theme type for makeStyles (#15549) @merceyz
- [core] Set default theme type for useTheme (#15538) @merceyz

### `@material-ui/types@v4.0.0-beta.1`
### `@material-ui/types@v4.0.0-beta.2`

- [types] Add @material-ui/types package (#15577) @eps1lon

### `@material-ui/system@v4.0.0-beta.1`

- [system] Test types (#15575) @eps1lon

### `@material-ui/lab@v4.0.0-alpha.10`

- [Slider] Save focus after click (#15439) @jztang

### Docs

- [example] Fix TypeScript compilation error (#15550) @emmtqg
Expand All @@ -71,9 +80,6 @@ Here are some highlights ✨:
- [core] Add ref prop to transition components (#15520) @eps1lon
- [core] Better handle theme.overrides pseudo-classes (#15578) @oliviertassinari
- [core] Fix createStyles not being defined (#15547) @pvdstel
- [core] Handle undefined badgeContent rendering empty bubble (#15581) @Naismith
- [core] Set default theme type for makeStyles (#15549) @merceyz
- [core] Set default theme type for useTheme (#15538) @merceyz

## 4.0.0-beta.0
###### *Apr 28, 2019*
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/core": "7.2.2",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
"@material-ui/core": "^4.0.0-beta.0",
"@material-ui/core": "next",
"@svgr/webpack": "4.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.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.9",
"version": "4.0.0-alpha.10",
"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.0",
"@material-ui/core": "^4.0.0-beta.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^4.0.0-beta.0",
"@material-ui/utils": "^4.0.0-beta.1",
"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.0",
"version": "4.0.0-beta.1",
"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": "^1.0.0",
"@material-ui/utils": "^4.0.0-beta.0",
"@material-ui/types": "^4.0.0-beta.2",
"@material-ui/utils": "^4.0.0-beta.1",
"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.0",
"version": "4.0.0-beta.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@material-ui/types",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Types - Utility types for Material-UI.",
"types": "./index.d.ts",
"files": [
"./index.d.ts"
"index.d.ts"
],
"keywords": [
"react",
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.0",
"version": "4.0.0-beta.1",
"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.0",
"version": "4.0.0-beta.1",
"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.0",
"@material-ui/system": "^4.0.0-beta.0",
"@material-ui/types": "^1.0.0",
"@material-ui/utils": "^4.0.0-beta.0",
"@material-ui/styles": "^4.0.0-beta.1",
"@material-ui/system": "^4.0.0-beta.1",
"@material-ui/types": "^4.0.0-beta.2",
"@material-ui/utils": "^4.0.0-beta.1",
"@types/react-transition-group": "^2.0.16",
"clsx": "^1.0.2",
"convert-css-length": "^1.0.2",
Expand Down

0 comments on commit 5c15215

Please sign in to comment.