Skip to content

Releases: nuxt/fonts

v0.9.2

25 Sep 16:27
0cd61b1
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Use earlier hooks to mark build done (0311651)

❤️ Contributors

v0.9.1

24 Sep 10:47
153d76e
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Serve fonts from baseURL in dev mode (1fae926)

❤️ Contributors

v0.9.0

23 Sep 22:30
6147dc5
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Serve font files without nitro in spa mode (95e4f44)

🩹 Fixes

  • local: Use extname for extension priority test (b087d47)
  • Emit .cjs version of @nuxt/fonts/utils (10ca0c8)
  • Transform inline styles after other bundle hooks (9156b8a)
  • Only overwrite cacheDir after a fresh build (#273)
  • Add global preload links to entry chunk (#274)

📖 Documentation

  • Update installation (#251)
  • Various improvements ✨ (#253)
  • Remove incorrect src examples (ca44e0d)
  • Improve wording (c771e86)
  • Add note about how how font-family declarations are handled (df2685d)

🏡 Chore

❤️ Contributors

v0.8.0

11 Sep 22:34
4c6219e
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • googleicons provider (#133)
  • Allow experimentally disabling local fallbacks (#225)

🩹 Fixes

  • Inject relative font urls in css (b7646e9)

💅 Refactors

  • devtools: Improve devtools ui (#228)

📖 Documentation

  • Warn to escape invalid characters in Tailwind config (#233)

🏡 Chore

  • Add compatibilityDate field (bd6a7da)

✅ Tests

❤️ Contributors

v0.7.2

13 Aug 08:47
85a41fb
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • local: Use tinyglobby to scan font files (#205)

🩹 Fixes

  • Apply - replacement to filename (d83aa0d)
  • adobe: Use provided css_names from API (#192)
  • fontsource: Use /variable endpoint for retrieving variable axes (#196)

📖 Documentation

  • Fix link to how it works (#197)
  • Update carbon abs (7b61b15)
  • Improvements (9dab0a3)
  • Update social og image (2991df2)
  • Fix open an issue link on installation page (#206)

🏡 Chore

✅ Tests

❤️ Contributors

v0.7.1

25 Jun 06:30
cc557f6
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • local: Scan for fonts in all public assets dirs (6e7ae2b)
  • Ensure we don't have font filenames prefixed with - (dfa252a)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.7.0

03 May 11:39
ac653db
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Allow configuring font-stretch property in override (d7ff458)
  • Add preload override + preload non subsetted fonts (#136)

🩹 Fixes

  • Do not apply ignore patterns to _fonts public dir (4952673)

📖 Documentation

  • Clarify that addPreloadLinks only affects production (d3cbcdb)
  • readme: Replace provider count (#125)

🏡 Chore

  • Migrate to eslint v9 (#121)
  • Lint (7fa0ef5)
  • Update to latest @nuxt/module-builder (#139)

🤖 CI

  • Add codecov token (#140)

❤️ Contributors

v0.6.1

01 Apr 14:40
8bf1eb3
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add style in variable font local fallback name (#110)

📖 Documentation

  • Add link to adobe's terms and warning to read (7872b28)
  • Mention non-latin subset support for adobe provider (#109)

❤️ Contributors

v0.6.0

01 Apr 12:25
07b178c
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • fontsource: Support variable fonts (#102)

🩹 Fixes

  • Render variable font weight correctly (#99)
  • Preserve @font-face order when rendering (836a605)
  • Only prepend once 🤣 and update snapshots (8a000ae)
  • Adopt forward-compatible approach to builder:watch (#101)
  • Handle custom app.baseURL in development (d9f4fae)

📖 Documentation

  • Add image (608653b)
  • Mention disabling unocss web fonts preset (627125b)

🏡 Chore

  • Link to latest version in badges (42e7030)

✅ Tests

  • Update poppins snapshot (274ae5f)

❤️ Contributors

v0.5.1

23 Mar 11:57
cf18ed7
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Invalidate cache on new package releases (ee9678a)

❤️ Contributors