nfroidure / gulp-iconfont

Create icon fonts from several SVG icons
MIT License
854 stars 72 forks source link

Add a changelog #169

Closed franktopel closed 3 years ago

franktopel commented 6 years ago

How else am I supposed to know whether it is safe to make a major version upgrade in my project?

NaridaL commented 6 years ago

Run tests?

For the latest version: gulp-svgicons2svgfont used to cache all the icons before outputting them so that explicit code points (with prefixedUnicode) wouldn't clash with automatically generated code points of you mixed prefixed and non- prefixed icons. The latest version doesn't do that, so that streaming works properly. If you ARE mixing them, set startUnicode so that it doesn't overlap the prefixed icons range.

I upgraded the dependency, so gulp-iconfont now has the same limitation.

On Wed, Jun 20, 2018, 11:35 Frank Topel notifications@github.com wrote:

How else am I supposed to know whether it is safe to make a major version upgrade in my project?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nfroidure/gulp-iconfont/issues/169, or mute the thread https://github.com/notifications/unsubscribe-auth/AKU8SlRp1PORl-K3PcaxgvZHIzw06OfOks5t-hdUgaJpZM4Uu7kJ .

Schweinepriester commented 3 years ago

Its been ages, but duplicate of #74.

nfroidure commented 3 years ago

A changelog is still a good thing but I won't have time to add it that soon. Feel free to PR that said. Would merge if it's done automagically on commit. For an example, see my recenter modules : https://github.com/nfroidure/openapi-ts-sdk-builder

nfroidure commented 3 years ago

Closing since duplicate.