Releases: nuxt/fonts
Releases · nuxt/fonts
v0.11.0
🚀 Enhancements
- devtools: Display font file size in devtools (#462)
- Process CSS variables prefixed with
--font
by default (#515)
🔥 Performance
- Drop
chalk
dependency (7350140)
🩹 Fixes
- Add
consola
to dependencies (afb3807)
📖 Documentation
- Clarify that local provider does not load weights and styles as available automatically (#502)
📦 Build
⚠️ Remove cjs outputs + use@nuxt/module-builder
alpha (#428)
🏡 Chore
- Move
useFlatConfig
out ofexperimental
(775a2f0) - Move
useFlatConfig
out ofexperimental
(27b011a) - Remove superfluous check (220ebbb)
- deps-dev: Bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group across 1 directory (#463)
- Remove legacy types file (3b50f81)
- Remove cjs output (0e417e0)
- Remove
shiki
as devDependency (#519)
✅ Tests
🤖 CI
- Release via pkg.pr.new (ad00403)
- Move pkg.pr.new step to release workflow (656866d)
- Force latest corepack (c1f2889)
⚠️ Breaking Changes
⚠️ Remove cjs outputs + use@nuxt/module-builder
alpha (#428)
❤️ Contributors
- Tom Tang (@qwerzl)
- Daniel Roe (@danielroe)
- Jonas Schade (@DerZade)
v0.10.3
🩹 Fixes
📖 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
- Max (@onmax)
- Wayne Gibson (@waynegibson)
- Rijk Van Zanten (@rijkvanzanten)
- Daniel Roe (@danielroe)
v0.10.2
🩹 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
- Daniel Roe (@danielroe)
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)