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

[docs] Update Changelog #15567

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,35 @@ Here are some highlights ✨:
- [test] Update enzyme (#14987) @eps1lon
- [core] Batch of fixes (#15115) @oliviertassinari

## 3.9.3
###### *Mar 28, 2019*

Big thanks to the 11 contributors who made this release possible!

This release fixes an important regression with TypeScript: https://github.com/mui-org/material-ui/issues/15076.

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

- [Select] Open select when focused with enter (#14452) @oknechirik
- [Tooltip] Fix children focus detection (#14496) @codeheroics
- [SwipeableDrawer] Ignore open swipe if it didn't start on the swipe area (#15038) @leMaik
- [Button] Narrow type for `type` prop (#15096) @karlbohlmark

### Docs

- [docs] Fix hooks codesandbox broken (#14553) @Abbo44
- [docs] Fix typo in simple breadcrumbs example (#14575) @AndrewUsher
- [blog] Material-UI Developer Survey 2019 (#14614) @oliviertassinari
- [docs] Change Gitter to Spectrum (#14668) @mbrookes
- [docs] Update link to http://cssinjs.org/jss-api/ (#14788) @monicatie
- [docs] Add Algolia metadata (#14835) @oliviertassinari
- [docs] Improve overrides.md wording (#14403) @i0
- [docs] Grammar fix (#14960) @nateq314

### Core

N/A

## 4.0.0-alpha.5
###### *Mar 23, 2019*

Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/demos/pickers/pickers.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ A native time picker example with `type="time"`.

For more advanced use cases you might be able to take advantage of.

### material-ui-pickers
### @material-ui/pickers

![stars](https://img.shields.io/github/stars/dmtrKovalenko/material-ui-pickers.svg?style=social&label=Stars)
![npm downloads](https://img.shields.io/npm/dm/material-ui-pickers.svg)
![stars](https://img.shields.io/github/stars/mui-org/material-ui-pickers.svg?style=social&label=Stars)
![npm downloads](https://img.shields.io/npm/dm/@material-ui/pickers.svg)

[material-ui-pickers](https://material-ui-pickers.firebaseapp.com/) provides date and time controls that follow the Material Design spec.
[@material-ui/pickers](https://material-ui-pickers.dev/) provides date and time controls that follow the Material Design spec.

{{"demo": "pages/demos/pickers/MaterialUIPickers.js"}}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Feel free to submit a pull request to add more projects; we will accept them if
- [material-table](https://github.com/mbrn/material-table) DataTable based on table component with additional features like search, filtering, sorting and much more.
- [material-ui-autosuggest](https://github.com/plan-three/material-ui-autosuggest) A fuzzy-search component for React and Material-UI.
- [material-ui-next-pickers](https://github.com/chingyawhao/material-ui-next-pickers) A datepicker or timepicker in Material UI Next or can be imported as a clock or calendar component.
- [material-ui-pickers](https://github.com/dmtrKovalenko/material-ui-pickers) Components that implement Material Design date and time pickers for Material-UI.
- [material-ui-popup-state](https://github.com/jcoreio/material-ui-popup-state) Render props component that manages state for menus, popovers, and poppers, cutting down on boilerplate significantly.
- [material-ui-rating](https://github.com/TeamWertarbyte/material-ui-rating) Rate something with style.
- [material-ui-theme-editor](https://in-your-saas.github.io/material-ui-theme-editor/) A tool to generate themes for your Material-UI applications by just selecting the colors and having a live preview.
Expand Down
8 changes: 8 additions & 0 deletions docs/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ const nextApp = next({
});
const nextHandler = nextApp.getRequestHandler();

// Uncatched promise bubbling up to the global scope.
process.on('unhandledRejection', (reason, promise) => {
log.fatal({
name: 'unhandledRejection',
msg: { reason, promise },
});
});

addTeardown({
callback: () => nextApp.close(),
nice: 2,
Expand Down
2 changes: 1 addition & 1 deletion examples/cdn-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CDN v4-alpha example
# CDN v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/cdn-next/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<Container maxWidth="sm">
<div style={{ marginTop: 24, }}>
<Typography variant="h4" component="h1" gutterBottom>
CDN v4-alpha example
CDN v4-beta example
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create React App v4-alpha example
# Create React App v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-next/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Create React App v4-alpha example
Create React App v4-beta example
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-with-typescript-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create React App v4-alpha example with TypeScript
# Create React App v4-beta example with TypeScript

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app-with-typescript-next/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function App() {
<Container maxWidth="sm">
<MyBox my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Create React App v4-alpha example with TypeScript
Create React App v4-beta example with TypeScript
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gatsby v4-alpha example
# Gatsby v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby-next/src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Gatsby v4-alpha example
Gatsby v4-beta example
</Typography>
<Link to="/">Go to the main page</Link>
<ProTip />
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby-next/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Gatsby v4-alpha example
Gatsby v4-beta example
</Typography>
<Link to="/about" color="secondary">
Go to the about page
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next.js v4-alpha example
# Next.js v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-next/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function About() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Next.js v4-alpha example
Next.js v4-beta example
</Typography>
<Link href="/">Go to the main page</Link>
<ProTip />
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-next/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Index() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Next.js v4-alpha example
Next.js v4-beta example
</Typography>
<Link href="/about" color="secondary">
Go to the about page
Expand Down
2 changes: 1 addition & 1 deletion examples/parcel-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Parcel v4-alpha example
# Parcel v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/parcel-next/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Parcel v4-alpha example
Parcel v4-beta example
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Preact v4-alpha example
# Preact v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion examples/preact-next/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Preact v4-alpha example
Preact v4-beta example
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-next/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function App() {
<Container maxWidth="sm">
<Box my={4}>
<Typography variant="h4" component="h1" gutterBottom>
Server Rendering v4-alpha example
Server Rendering v4-beta example
</Typography>
<ProTip />
<MadeWithLove />
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-next/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Server Rendering v4-alpha example
# Server Rendering v4-beta example

## How to use

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"webpack-cli": "^3.2.3"
},
"resolutions": {
"@material-ui/core": "^4.0.0-alpha.7",
"@material-ui/core": "^4.0.0-beta.0",
"**/hoist-non-react-statics": "^3.2.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@material-ui/utils": "^4.0.0-beta.0",
"@types/react-transition-group": "^2.0.16",
"clsx": "^1.0.2",
"csstype": "^2.5.2",
"convert-css-length": "^1.0.2",
"csstype": "^2.5.2",
"debounce": "^1.1.0",
"deepmerge": "^3.0.0",
"hoist-non-react-statics": "^3.2.1",
Expand Down