Skip to content

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

v3.7.4

04 May 21:26
Compare
Choose a tag to compare

Changed

  • Handle multiple html files #30

v3.7.3

04 May 21:25
Compare
Choose a tag to compare

Changed

  • Flash line fix

v3.7.2

09 Apr 21:25
Compare
Choose a tag to compare

Changed

  • Revert file cache storage directory

v3.7.1

09 Apr 17:56
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

Fix: dev server text/css content type

v3.6.4

21 Mar 14:33
Compare
Choose a tag to compare

Changed

Fix: CSS injector new line fix

v3.6.2

21 Mar 14:08
Compare
Choose a tag to compare

Changed

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

v3.6.1

28 Feb 13:01
Compare
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
Compare
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.