You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded version 5.0.45 and I see some flaws:
I tryed to use "Virus" and "Virus Outline" icon which has added by Michael Irigoyen at Mar 5, 2020 but not found it in materialdesignicons.min.css and other files.
For some icons the charcode has changed and this is extremely inconvenient
for example:
in version 4.5.95 in file materialdesignicons.min.css
.mdi-settings-helper::before {
content: "\FA6D"
}
in version 5.0.45 in file materialdesignicons.min.css
.mdi-settings-helper::before {
content: "\F0A6E"
}
Thanks
The text was updated successfully, but these errors were encountered:
The virus(-outline) icons were created and will be released in v5.1.xx, which hasn't gone out yet. The icons are available from our website as individual downloads as soon as they are added, but if you want to use them as part of one of our released packages, you will need to wait until it is actually released. Releases tend to happen about once every month (once we hit ~100 new icons).
Going from v4 => v5 is a MAJOR version increase. Major version changes typically happen when there are breaking changes. You should never blindly update a package to a new major version without reading the change log. Also see the pinned issue at the top of our issue list: List of Breaking Changes in MDI v5.0.45 #4901.
I've downloaded version 5.0.45 and I see some flaws:
for example:
in version 4.5.95 in file materialdesignicons.min.css
.mdi-settings-helper::before {
content: "\FA6D"
}
in version 5.0.45 in file materialdesignicons.min.css
.mdi-settings-helper::before {
content: "\F0A6E"
}
Thanks
The text was updated successfully, but these errors were encountered: