Releases: unjs/unifont
Releases · unjs/unifont
v0.7.4
🚀 Features
- npm: Add support for resolving fonts from local/remote npm packages - by @LouisLau-art, Louis Shawn, rrroy and @danielroe in #322 (f1b8f)
🐞 Bug Fixes
- adobe: Handle race conditions with concurrent resolution - by @danielroe in #330 (3b64e)
View changes on GitHub
v0.7.3
v0.7.2
🐞 Bug Fixes
- Prioritize sliced woff2 over full ttf - by @tuyuritio in #315 (8a618)
- Allow font resolvers to return fallback information - by @danielroe (d8fef)
View changes on GitHub
v0.7.1
🚀 Enhancements
- Strongly type provider name (#286)
- Throw on error (#289)
- bunny: Filter subsets (#298)
- Allow resolving specific font formats (#297)
- Export InitializedProvider and ResolveFontResult (#305)
- Allow passing provider-specific options to resolveFont (#288)
🔥 Performance
- googleicons: Use direct string slicing to drop first line of metadata response (#302)
🩹 Fixes
💅 Refactors
⚠️ Remove resolveFontFace (#284)
📖 Documentation
- Update readme and add custom provider example (#291)
- Give correct examples for experimental.glyphs (#293)
📦 Build
🏡 Chore
- Fetch-depth: 0 in release workflow (551259f)
- Update pnpm to 10.21 and enable trust policy (8a93ab7)
- Revert pnpm trust policy and restore provenance action (7855023)
- Remove unused types (#285)
- Extract unifont (#292)
- Disallow newlines in import/exports (ad66736)
- Remove T prefix from generics (9e96630)
- Remove publish step (c2ba1b7)
- Release v0.7.0 (9ac1125)
- Add changelogithub to deps (efd5d34)
- Release v0.7.1 (8f191aa)
🤖 CI
- Update release workflow to use trusted publishing (2554e6b)
⚠️ Breaking Changes
⚠️ Remove resolveFontFace (#284)
❤️ Contributors
- Daniel Roe (@danielroe)
- Florian Lefebvre (@florian-lefebvre)
- Kentaro Suzuki (@sushichan044)
v0.6.0
🚀 Enhancements
- Include subset in FontFaceMeta (#248)
🩹 Fixes
- Fix typo in font-variation-settings (dc66ad1)
🏡 Chore
- Lint (3b561d4)
✅ Tests
🤖 CI
- Remove forced corepack installation (d11d873)
- Run tests on node 20 (8acbb80)
- Run tests on last node LTS (819d198)
- Add provenance action to check for downgrades in provenance (3d38913)
- Update release workflow (e63a59e)
❤️ Contributors
- Daniel Roe (@danielroe)
- Hiroshi Ogawa (@hi-ogawa)
v0.5.2
🐞 Bug Fixes
- adobe: Refresh kit meta every five minutes - by @drevantonder in #198 (efe4f)
View changes on GitHub
v0.5.1
v0.5.0
v0.4.1
🐞 Bug Fixes
- Ensure unicodeRange is an array - by @florian-lefebvre in #171 (0f238)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- Only download variable font faces when necessary - by @florian-lefebvre in #154 (c7813)