Releases: nuxt/fonts
Releases · nuxt/fonts
v0.10.2
v0.10.1
🩹 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
- Daniel Roe (@danielroe)
v0.10.0
🩹 Fixes
- Scan font families declared in
font:
(#299)
💅 Refactors
📖 Documentation
✅ Tests
- Adjust css regexp (f8cd4eb)
⚠️ Breaking Changes
⚠️ Migrate tounifont
to handle providers (#315)
❤️ Contributors
- Daniel Roe (@danielroe)
- Tom Tang (@qwerzl)
v0.9.2
v0.9.1
v0.9.0
🚀 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
- Daniel Roe (@danielroe)
- Sébastien Chopin (@atinux)
v0.8.0
🚀 Enhancements
🩹 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
- Extract test helpers (572f3ca)
❤️ Contributors
- Tom Tang (@qwerzl)
- Daniel Roe (@danielroe)
- Arash (@arashsheyda)
v0.7.2
🔥 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
- Lint (dabc1ce)
✅ Tests
- Update snapshots (5bc9ae6)
❤️ Contributors
- Ben McCann (@benmccann)
- Kethan Vegunta (@kethan1)
- Daniel Roe (@danielroe)
- Sébastien Chopin (@atinux)
- Tom Tang (@qwerzl)
- Michel EDIGHOFFER (@edimitchel)
v0.7.1
🩹 Fixes
- local: Scan for fonts in all public assets dirs (6e7ae2b)
- Ensure we don't have font filenames prefixed with
-
(dfa252a)
📖 Documentation
🏡 Chore
❤️ Contributors
- Daniel Roe (@danielroe)
- Tom Tang (@qwerzl)
v0.7.0
🚀 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
🤖 CI
- Add codecov token (#140)
❤️ Contributors
- Daniel Roe (@danielroe)
- Jonas Thelemann (@dargmuesli)