Skip to content

Update material-ui to the latest version 🚀#175

Open
greenkeeper[bot] wants to merge 3 commits intomasterfrom
greenkeeper/monorepo.material-ui-3.0.0-alpha.18
Open

Update material-ui to the latest version 🚀#175
greenkeeper[bot] wants to merge 3 commits intomasterfrom
greenkeeper/monorepo.material-ui-3.0.0-alpha.18

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 30, 2018

There have been updates to the material-ui monorepo:

These versions are not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

This monorepo update includes releases of one or more dependencies which all belong to the material-ui group definition.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 30, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 30, 2018
greenkeeper bot added a commit that referenced this pull request Sep 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 30, 2018

Update to these versions instead 🚀

Release Notes for v3.1.2
Sep 30, 2018

Big thanks to the 16 contributors who made this release possible!
It contains many bug fixes 🐛 and documentation improvements 📝.

@material-ui/core@v3.1.2

@material-ui/lab@v3.0.0-alpha.18

Breaking change

  • [Slider] Replace reversed with rtl support on horizontal sliders (#12972)

@material-ui/docs@v3.0.0-alpha.6

Docs

Core

greenkeeper bot added a commit that referenced this pull request Oct 7, 2018
greenkeeper bot added a commit that referenced this pull request Oct 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 7, 2018
greenkeeper bot added a commit that referenced this pull request Oct 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2018

Update to these versions instead 🚀

Release Notes for v3.2.0
Oct 8, 2018

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

Here are some highlights ✨:

  • 💅 Update the Typography implementation to better follow the specification (#12916) @eps1lon.
  • 📝 Start translating the documentation in Chinese @mbrookes.
  • 📝 Fix many SEO issues of the docs.
  • And many more bug fixes 🐛 and documentation improvements.

@material-ui/core@v3.2.0

Deprecations

This is a backward compatible change.
You can opt-in the usage of the new Material Design typography specification.
To learn more about the upgrade path, follow https://material-ui.com/style/typography/#migration-to-typography-v2.

This change updates the variant wording to match the one used in the Material Design specification.

-<Button variant="flat" />
+<Button variant="text" />
-<Button variant="raised" />
+<Button variant="contained" />

You can suppress the warnings with the environment variable MUI_SUPPRESS_DEPRECATION_WARNINGS set to a truthy value.

Changes

@material-ui/lab@v3.0.0-alpha.19

  • [SpeedDial] Improve hover intent between Dial and Actions (#13018) @eps1lon
  • [Slider] Fix thumb outline not matching spec (#12967) @eps1lon
  • [SpeedDial] Fix navigation between SpeedDialActions (#12725) @eps1lon
  • [Slider] Lowest value for vertical should be at the bottom (#13090) @eps1lon

Docs

Core

greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
greenkeeper bot added a commit that referenced this pull request Oct 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2018

Update to these versions instead 🚀

Release Notes for v3.2.1
Oct 14, 2018

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

Here are some highlights ✨:

  • 🐛 A simpler Typography upgrade story
  • 🚀 Work on the performance server-side (x10) (#13233, #13236)
  • And many more bug fixes and 📝 documentation improvements.

@material-ui/core@v3.2.1

@material-ui/lab@v3.0.0-alpha.20

Docs

Core

greenkeeper bot added a commit that referenced this pull request Oct 15, 2018
greenkeeper bot added a commit that referenced this pull request Oct 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2018

Update to these versions instead 🚀

Release Notes for v3.2.2
Oct 16, 2018

Big thanks to the 3 contributors who made this release possible!
This is a quick patch after important regressions.

@material-ui/core@v3.2.2

Core

greenkeeper bot added a commit that referenced this pull request Oct 21, 2018
greenkeeper bot added a commit that referenced this pull request Oct 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 21, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 21, 2018
greenkeeper bot added a commit that referenced this pull request Oct 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 21, 2018

Update to these versions instead 🚀

Release Notes for v3.3.0
Oct 21, 2018

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

Here are some highlights ✨:

  • 🐛 Fix some important issues with the Modal (#13082, #13310) @J-Kallunki.
  • 📝 First translations of the documentation in Chinese (#13094) @mbrookes.
  • 📦 Make the Drawer demos usable outside of the box (#13314).
  • And many more bug fixes and documentation improvements.

@material-ui/core@v3.3.0

@material-ui/lab@v3.0.0-alpha.21

@material-ui/docs@v3.0.0-alpha.7

Docs

Core

greenkeeper bot added a commit that referenced this pull request Oct 23, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 17, 2018
greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

Update to these versions instead 🚀

Release Notes for v3.7.1
Dec 22, 2018

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

Here are some highlights ✨:

@material-ui/core@v3.7.1

Docs

Core

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 30, 2018

Update to these versions instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Dec 30, 2018
greenkeeper bot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 7, 2019

Update to these versions instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2019

Update to these versions instead 🚀

Release Notes for v3.8.3

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

We are making a quick release to fix an important TypeScript regression (#14117) @eps1lon.

@material-ui/core@v3.8.3

Docs

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 14, 2019

Update to these versions instead 🚀

Release Notes for v3.9.0
Jan 14, 2019

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

Here are some highlights ✨:

  • 💄 Add a new Link component (#14093) @joshwooding
  • 💄 Important update of the Badge component (#14121) @joshwooding
  • And many more 🐛 bug fixes and 📝 documentation improvements.

@material-ui/core@v3.9.0

@material-ui/styles@v3.0.0-alpha.8

  • [styles] Add test case for class extension with classes prop (#14127) @eps1lon
  • [styles] Document the CSS prefixing strategy on the server (#14139) @eps1lon
  • [styles] Add missing dependency hoist-non-react-statics (#14164) @joglr

Docs

Core

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2019

Update to these versions instead 🚀

Release Notes for v3.9.3
Mar 28, 2019

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

This release fixes an important regression with TypeScript: #15076.

@material-ui/core@v3.9.3

Docs

Core

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants