Svgo: NPM plugins are different from Github plugins

Created on 28 Apr 2017  路  4Comments  路  Source: svg/svgo

I'm trying to use cleanupIDs with the preserve param. I could not get it to work until I finally looked at a diff of the two plugin files and saw that the NPM provided version does not support preserve, even though both versions are listed 0.7.2.

If you look at the diff (NPM installed plugin on the left, Github plugin on the right), there is quite a big difference.

Is there a planned time to release the newer plugin to the official NPM repository?

Most helpful comment

I can and am currently, but I would rather lock to an official version to keep any unanticipated future changes from breaking my current workflow.

All 4 comments

I think the lib published in npm is the same as last release branch, not master.

Try comparing this file.

Yes, that's what I assume is happening.

My question was is there a release schedule or a way to request a new release?

don't know about the releases timing, but why not to use the masterbranch?

I can and am currently, but I would rather lock to an official version to keep any unanticipated future changes from breaking my current workflow.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

happyPanghu picture happyPanghu  路  3Comments

Roman52 picture Roman52  路  5Comments

gregberge picture gregberge  路  3Comments

bdkjones picture bdkjones  路  3Comments

pixelass picture pixelass  路  6Comments