Webfont Generator Changelog
Looking for the plugin changelog?
This is the changelog for the @atlowchemi/webfont-generator core engine. For the vite-svg-2-webfont Vite plugin changelog, see Plugin Changelog.
0.4.0 (2026-05-28)
⚠ BREAKING CHANGES
- webfont-generator: direct CJS consumers using
require('@atlowchemi/webfont-generator')need to switch toawait import(...)or rely onrequire(esm)(stable in Node 22.12+).
Features
Bug Fixes
0.3.1 (2026-05-25)
Bug Fixes
- webfont-generator: preserve leading slash when cssFontsUrl trims to root (a82674b)
0.3.0 (2026-04-27)
Features
Bug Fixes
0.2.4 (2026-04-16)
Bug Fixes
0.2.3 (2026-04-16)
Bug Fixes
- ci: correct binding versions (24048ee)
- ci: use heredoc for binding.js version sync, add README badges (#107) (b802b9d)
- webfont-generator: add repository field and sync binding.js version on release (#105) (e70cef6)