vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.3.7] @mdi/font 7.2.96 vs 7.0.96

Open lorand-horvath opened this issue 2 years ago • 2 comments

Environment

Vuetify Version: 3.3.7 Vue Version: 3.3.4 Browsers: Firefox 115.0 OS: Windows 7

Steps to reproduce

Dear Vuetify devs, I would like to know if we can safely upgrade to @mdi/font 7.2.96 instead of the fixed version 7.0.96 that comes with the latest npm create vuetify. I've searched and can't find a clear explanation whether we should be using the latest or the older version of Material Design Icons. Thank you!

Expected Behavior

N/A

Actual Behavior

N/A

Reproduction Link

https://github.com/Templarian/MaterialDesign-Webfont/tags

lorand-horvath avatar Jul 10 '23 07:07 lorand-horvath

The package versions from the project generator are always outdated and almost always safe to upgrade. Many JS/TS projects have this problem because someone would need to always PR new versions.

MartinX3 avatar Jul 10 '23 08:07 MartinX3

@MartinX3 Thanks for your input. The issue here is that @mdi/font has a fixed version "7.0.96" and not what one would expect "^7.0.96" which would install the latest 7.2.96 with npm install. I was wondering why is it fixed to 7.0.96 in package.json

lorand-horvath avatar Jul 11 '23 06:07 lorand-horvath