Skip to content

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

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.

v3.5.1

28 Jan 10:51
Compare
Choose a tag to compare

Changed

Removed CDNFonts support due to Cloudflare bot protection

v3.5.0

27 Jan 13:47
Compare
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.

v3.4.3

10 Jan 08:24
Compare
Choose a tag to compare

Changed

Allow - and _ in google font files (#19 #20) - thanks @nstringham

v3.4.2

09 Dec 10:26
Compare
Choose a tag to compare

Changed

Added support for Vite 4.

v3.4.1

03 Nov 12:18
Compare
Choose a tag to compare

Changed

indexHtmlPath fix by changing replace regex to ^/ (fixes #18)