Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @material-ui/core from 4.9.8 to 4.10.2.

Release notes

Sourced from @material-ui/core's releases.

v4.10.2

June 11, 2020

⚠️ This release marks the end of the active development on the v4.x versions, after 18 months of development. We are moving all ongoing efforts to v5 (next branch) ✨. This means a feature freeze on v4. The development of this version will be limited to important bug fixes, security patches, and easing the upgrade path to v5.

You can follow our progress on the v5 milestone. We will make the documentation of the v5 alpha releases available under https://next.material-ui.com/, starting next week (weekly releases, as usual).

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

  • Introduce a new Timeline component (#21331) @mnajdova. timeline You can find the component in the lab.

  • Simplify the theme overrides with TypeScript for the components in the lab (#21279) @CarsonF.

    In order to benefit from the CSS overrides with the theme and the lab components, TypeScript users need to import the following types. Internally, it uses module augmentation to extend the default theme structure with the extension components available in the lab.

    // 1. augment the theme
    import type '@material-ui/lab/themeAugmentation';
    // 2. override
    const theme = createMuiTheme({
    overrides: {
    MuiTimeline: {
    root{
    backgroundColor: 'red',
    },
    },
    },
    });

  • Minify error messages in production (#21214) @eps1lon.

    Using the React error decoder as inspiration, the exceptions thrown by Material-UI in production are now minified. You will be redirected to the documentation to decode the error.

@material-ui/core@v4.10.2

@material-ui/lab@v4.0.0-alpha.56

... (truncated)
Changelog

Sourced from @material-ui/core's changelog.

4.10.2

June 11, 2020

This release marks the end of the development on the v4.x branch. We are moving all ongoing efforts to v5 (next branch). This means a feature freeze on v4. We will only accept critical bug fixes and security patches. You can follow our progress on the v5 milestone. We will make the documentation of the v5 alpha releases available under https://next.material-ui.com/.

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

  • Introduce a new Timeline component (#21331) @mnajdova. timeline You can find the component in the lab.

  • Simplify the theme overrides with TypeScript for the components in the lab (#21279) @CarsonF.

    In order to benefit from the CSS overrides with the theme and the lab components, TypeScript users need to import the following types. Internally, it uses module augmentation to extend the default theme structure with the extension components available in the lab.

    // 1. augment the theme
    import type '@material-ui/lab/themeAugmentation';
    // 2. override
    const theme = createMuiTheme({
    overrides: {
    MuiTimeline: {
    root{
    backgroundColor: 'red',
    },
    },
    },
    });

  • Minify error messages in production (#21214) @eps1lon.

    Using the React error decoder as inspiration, the exception thrown by Material-UI in production are no minified. You will be redirected to the documentation to decode the error.

@material-ui/core@v4.10.2

@material-ui/lab@v4.0.0-alpha.56

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 12, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #344.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/material-ui/core-4.10.2 branch June 30, 2020 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant