Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TeamWertarbyte/mdi-material-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.9.1
Choose a base ref
...
head repository: TeamWertarbyte/mdi-material-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 6, 2024

  1. Update for Material UI v6.

    Fixes #58
    leMaik committed Sep 6, 2024
    Copy the full SHA
    9afec37 View commit details

Commits on Dec 8, 2024

  1. Copy the full SHA
    cbd6b11 View commit details
Showing with 1,183 additions and 1,465 deletions.
  1. +1 −1 README.md
  2. +1,179 −1,460 package-lock.json
  3. +3 −4 package.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ There are different major versions of this package, each one for different Mater

| Material-UI | mdi-material-ui | npm tag |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| ^5.0.0 | [![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui) | latest |
| ^5.0.0, ^6.0.0 | [![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui) | latest |
| ^4.0.0 | [![npm](https://img.shields.io/npm/v/mdi-material-ui/mui-v4.svg)](https://www.npmjs.com/package/mdi-material-ui/v/mui-v4) | mui-v4 |
| ^1.0.0, ^3.0.0 | [![npm](https://img.shields.io/npm/v/mdi-material-ui/mui-v3.svg)](https://www.npmjs.com/package/mdi-material-ui/v/mui-v3) | mui-v3 |
| 0.x | [![npm](https://img.shields.io/npm/v/mdi-material-ui/legacy.svg?color=yellow)](https://www.npmjs.com/package/mdi-material-ui/v/legacy) \* | legacy |
Loading