Skip to content

Releases: feat-agency/vite-plugin-webfont-dl

v3.7.2

09 Apr 21:25

Choose a tag to compare

Changed

  • Revert file cache storage directory

v3.7.1

09 Apr 17:56

Choose a tag to compare

Changed

  • Support for protocol relative URLs (like Fontshare) #28
  • Force IPv4 downloading #27
  • File cache storage refactor and bugfix
  • Changed summary logging

v3.7.0

04 Apr 07:13

Choose a tag to compare

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.

v3.6.5

02 Apr 17:37

Choose a tag to compare

Changed

Fix: dev server text/css content type

v3.6.4

21 Mar 14:33

Choose a tag to compare

Changed

Fix: CSS injector new line fix

v3.6.2

21 Mar 14:08

Choose a tag to compare

Changed

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

v3.6.1

28 Feb 13:01

Choose a tag to compare

Changed

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

v3.6.0

29 Jan 13:22

Choose a tag to compare

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.

v3.5.1

28 Jan 10:51

Choose a tag to compare

Changed

Removed CDNFonts support due to Cloudflare bot protection

v3.5.0

27 Jan 13:47

Choose a tag to compare

Features

  • New capturing mechanism for @font-face definitions and @import rules (with webfont URLs) in the bundled CSS.
  • Added Fontshare and CDNFonts support.