Releases: unjs/unifont
Releases · unjs/unifont
v0.1.6
v0.1.5
🐞 Bug Fixes
- fontshare: Correctly handle weight values - by @danielroe (ca100)
View changes on GitHub
v0.1.4
🚀 Features
🐞 Bug Fixes
- Support extracting multi-value
font-style
- by @danielroe (88c62)
View changes on GitHub
v0.1.3
🐞 Bug Fixes
- Handle invalid providers passed as option - by @danielroe (06ed1)
View changes on GitHub
v0.1.2
🐞 Bug Fixes
- Allow accepting partial options to
resolveFont
- by @danielroe (cae0e)
View changes on GitHub
v0.1.1
🐞 Bug Fixes
- Do not add duplicate font sources - by @danielroe (45c0e)
- Handle raw format/tech values - by @danielroe (bd11d)
🏎 Performance
- Remove unnecessary check - by @danielroe (68a5b)
- Reduce dependency count - by @danielroe (cf90d)
View changes on GitHub
v0.1.0
🚨 Breaking Changes
- Rename public API to
resolveFont
- by @danielroe (5424d)
🚀 Features
- Expose provider id for successful font resolutions - by @danielroe (ff534)
- Export more types - by @danielroe (f39b5)
- types: Export the
FontStyles
type - by @barelyhuman in #30 (64406)
🐞 Bug Fixes
- Backwards compatible with
resolveFontFace
- by @danielroe (f8383) - Filter adobe font results - by @danielroe (89601)
- Allow passing partial options to
resolveFont
- by @danielroe (a3a9d)
🏎 Performance
- Initialise providers in parallel - by @danielroe (dff35)
View changes on GitHub
v0.0.2
No significant changes