Releases: nuxt/fonts
Releases · nuxt/fonts
v0.11.4
0.11.4 is a hotfix release to address a breaking change with variable fonts
👉 Changelog
🩹 Fixes
- deps: Revert
unifont
upgrade (76a8f0d)
❤️ Contributors
- Daniel Roe (@danielroe)
v0.11.3
0.11.3 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- Respect custom
baseURL
in devtools (29cdb31) - Handle duplicate preloaded fonts correctly (3c3594c)
- Register font middleware for
storybook
module (db5fbf1) - Only preload top priority fonts (#617)
🏡 Chore
- deps-dev: Bump vite from 6.2.6 to 6.2.7 in the npm_and_yarn group across 1 directory (#611)
- Unpin vite version (83fe597)
- Dedupe + upgrade vite (9d78888)
❤️ Contributors
- Daniel Roe (@danielroe)
- dependabot[bot] (@dependabot[bot])
v0.11.2
👉 Changelog
🩹 Fixes
- Deduplicate default weights, styles and subsets (#604)
📖 Documentation
🏡 Chore
- Add better-sqlite3 (e52c330)
- Remove release script (2633ad8)
- Use
latest
specifier for nuxt/fonts within repo (e6d716d)
✅ Tests
- Update poppins snapshots (#605)
🤖 CI
- Run pkg.pr.new on prs too (df3636f)
❤️ Contributors
- Guillaume Chau (@Akryum)
- Daniel Roe (@danielroe)
- Ezra Ashenafi (@Eazash)
- Joe Paolicelli (@joepaolicelli)
v0.11.1
👉 Changelog
🩹 Fixes
📖 Documentation
- Updates for
processCSSVariables
(#563)
🏡 Chore
- Bump
@nuxtjs/tailwindcss
(30d4514) - Upgrade all deps, enable tailwind v4 tests + update snapshots (#584)
❤️ Contributors
- Daniel Roe (@danielroe)
- Felix Gabler (@felixgabler)
- Thomas Deinhamer (@thasmo)
- Tom Tang (@qwerzl)
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)