Skip to content

Releases: nuxt/fonts

v0.10.3

05 Dec 13:44
efeb9c8
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • devtools: Re-broadcast all fonts when adding new ones (#405)
  • Parse nested CSS correctly (#384)

📖 Documentation

  • Add examples to local file lookup docs (#398)
  • Call out limited default font-weights (#399)
  • Update tailwind v4 example (#410)

🏡 Chore

  • Default bumpType to patch in changelog script (#402)

❤️ Contributors

v0.10.2

23 Oct 12:47
a72ea22
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Write stub files in cache to trigger public asset handling (#352)
  • De-default custom provider imports (#353)

✅ Tests

  • Set coverage.include path (36e5e08)

❤️ Contributors

v0.10.1

21 Oct 20:32
58c0c4f
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Mark module.d.mts as type entrypoint (be6fafc)

🏡 Chore

  • Remove playwright caching (39ec80f)

✅ Tests

  • Update with latest provider snapshots (5923b12)

🤖 CI

  • Run test suite on windows (#339)

❤️ Contributors

v0.10.0

08 Oct 07:45
f1838b0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Scan font families declared in font: (#299)

💅 Refactors

  • Use jiti.import to resolve custom providers (#308)
  • ⚠️ Migrate to unifont to handle providers (#315)

📖 Documentation

  • Update link to downloads count badge (0a5742f)
  • Update link to downloads count badge (1cbb70f)

✅ Tests

⚠️ Breaking Changes

  • ⚠️ Migrate to unifont to handle providers (#315)

❤️ Contributors

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