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

Update dependency @material-ui/core to v4.3.1 #628

Merged
merged 1 commit into from
Aug 4, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 28, 2019

This PR contains the following updates:

Package Type Update Change
@material-ui/core (source) dependencies minor 4.2.1 -> 4.3.1

Release Notes

mui-org/material-ui

v4.3.1

Compare Source

Aug 03, 2019

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

@material-ui/core@v4.3.1
@material-ui/lab@v4.0.0-alpha.22
Docs

v4.3.0

Compare Source

July 28, 2019

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

Here are some highlights ✨:

  • 🌳 Introduce a new Tree View component in the (#​14827) @​joshwooding

    This is a first step toward a feature rich tree view component.
    We will keep iterate on it to add customization demos, filter, drag and drop, and checkboxes.
    You can find the documentation under this URL.

  • 💄 Support vertical tabs (#​16628) @​josephpung

    You can learn more about it following this URL.

  • 📚 Remove the prop-types from TypeScript demos (#​16521) @​merceyz

    The runtime prop-types are often redundant with the static type checks.
    We have removed them from the TypeScript demos.

  • ⚛️ Add two codemods to improve the imports (#​16192) @​jedwards1211

    If you are not familiar with codemods, check the library out. This is a tool tool to assist you with large-scale codebase refactors.
    We introduce two new codemods in this release:

    • optimal-imports: Material-UI supports tree shaking for modules at 1 level depth maximum.
      You shouldn't import any module at a higher level depth.
    -import createMuiTheme from '@​material-ui/core/styles/createMuiTheme';
    +import { createMuiTheme } from '@​material-ui/core/styles';
    -import createMuiTheme from '@​material-ui/core/styles/createMuiTheme';
    +import { createMuiTheme } from '@​material-ui/core';
  • 💄 Support small switch (#​16620) @​darkowic

    You can learn more about it following this URL.

  • And many more 🐛 bug fixes 📚 improvements.

@material-ui/core@v4.3.0
@material-ui/lab@v4.0.0-alpha.21
@material-ui/styles@@​4.3.0
@material-ui/codemod@v4.3.0
@material-ui/system@v4.3.2
Docs

Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title Update dependency @material-ui/core to v4.3.0 Update dependency @material-ui/core to v4.3.1 Aug 3, 2019
@renovate renovate bot removed the rebase label Aug 4, 2019
@renovate renovate bot removed the rebase label Aug 4, 2019
@aorumbayev aorumbayev merged commit b331f89 into dependency_updates Aug 4, 2019
@renovate renovate bot deleted the renovate/mui-monorepo branch August 4, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants