vite-plugin-webfont-dl

⚡ Webfont Download Vite Plugin - Make your Vite site load faster

MIT License

Downloads
49.4K
Stars
253
Committers
6

Bot releases are hidden (Show)

vite-plugin-webfont-dl - v3.9.4 Latest Release

Published by 0xb4lint 6 months ago

What's Changed

  • Hash long filenames (#53)
  • Escape URLs in regex (#53)

Full Changelog: https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.9.3...v3.9.4

vite-plugin-webfont-dl - v3.9.3

Published by 0xb4lint 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.9.2...v3.9.3

vite-plugin-webfont-dl - v3.9.2

Published by 0xb4lint 7 months ago

What's Changed

Full Changelog: https://github.com/feat-agency/vite-plugin-webfont-dl/compare/v3.9.1...v3.9.2

vite-plugin-webfont-dl - v3.9.1

Published by 0xb4lint 11 months ago

Changed

  • Added Vite 5 support.
vite-plugin-webfont-dl - v3.9.0

Published by 0xb4lint 11 months ago

Changed

  • Added embedFonts option for embedding base64-encoded fonts into css. #43
  • FontCollection type refactor.
vite-plugin-webfont-dl - v3.8.1

Published by 0xb4lint 12 months ago

Changed

  • Ignore HTML commented stylesheet tags. #42
vite-plugin-webfont-dl - v3.8.0

Published by 0xb4lint 12 months ago

Changed

  • Updated downloader's user-agent to support variable fonts. #40
  • Log file paths only if downloaded and not served from cache. #41
vite-plugin-webfont-dl - v3.7.6

Published by 0xb4lint over 1 year ago

Changed

vite-plugin-webfont-dl - v3.7.5

Published by 0xb4lint over 1 year ago

Changed

  • Refactored CSS font URL normalization #34
vite-plugin-webfont-dl - v3.7.4

Published by 0xb4lint over 1 year ago

Changed

  • Handle multiple html files #30
vite-plugin-webfont-dl - v3.7.3

Published by 0xb4lint over 1 year ago

Changed

  • Flash line fix
vite-plugin-webfont-dl - v3.7.2

Published by 0xb4lint over 1 year ago

Changed

  • Revert file cache storage directory
vite-plugin-webfont-dl - v3.7.1

Published by 0xb4lint over 1 year ago

Changed

  • Support for protocol relative URLs (like Fontshare) #28
  • Force IPv4 downloading #27
  • File cache storage refactor and bugfix
  • Changed summary logging
vite-plugin-webfont-dl - v3.7.0

Published by 0xb4lint over 1 year ago

Changed

  • Added Downloader and Logger classes and implemented more detailed logging (on error) and retry mechanism. #26
  • Added proxy configuration option, where you can pass an AxiosProxyConfig object.
  • Regex fix related to font file detection.
vite-plugin-webfont-dl - v3.6.5

Published by 0xb4lint over 1 year ago

Changed

Fix: dev server text/css content type

vite-plugin-webfont-dl - v3.6.4

Published by 0xb4lint over 1 year ago

Changed

Fix: CSS injector new line fix

vite-plugin-webfont-dl - v3.6.2

Published by 0xb4lint over 1 year ago

Changed

Fix: index.html content is reloaded right before injecting into it.

vite-plugin-webfont-dl - v3.6.1

Published by 0xb4lint over 1 year ago

Changed

Fixed @import regex used for finding external webfont URLs in bundled CSS (test included).

vite-plugin-webfont-dl - v3.6.0

Published by 0xb4lint over 1 year ago

Changed

Added persistent, file-based cache for external CSS and font files, using flat-cache.
You can disable (or clear your existing cache) with cache: false option.

vite-plugin-webfont-dl - v3.5.1

Published by 0xb4lint over 1 year ago

Changed

Removed CDNFonts support due to Cloudflare bot protection