Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 23, 2024
1 parent 777cb0f commit d32069a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog


## v0.5.0

[compare changes](https://github.com/nuxt/fonts/compare/v0.4.0...v0.5.0)

### 🚀 Enhancements

- **fontsource:** Support subsets ([#84](https://github.com/nuxt/fonts/pull/84))

### 🩹 Fixes

- Inherit css preload data when chunks are bundled up ([c11b257](https://github.com/nuxt/fonts/commit/c11b257))
- Continue if font family doesn't match in `getFontDetails` ([#88](https://github.com/nuxt/fonts/pull/88))
- Handle numbers in font family names ([d3d3de6](https://github.com/nuxt/fonts/commit/d3d3de6))
- Handle escape characters in font family names ([777cb0f](https://github.com/nuxt/fonts/commit/777cb0f))

### 💅 Refactors

- Share storage instance between meta/assets ([d5b8184](https://github.com/nuxt/fonts/commit/d5b8184))
- Separate type import ([593117b](https://github.com/nuxt/fonts/commit/593117b))

### 🏡 Chore

- Dedupe dependencies ([4793b4c](https://github.com/nuxt/fonts/commit/4793b4c))

### ✅ Tests

- Clear font cache before running tests ([ff64cff](https://github.com/nuxt/fonts/commit/ff64cff))
- Add snapshots for adobe provider ([c1dc27e](https://github.com/nuxt/fonts/commit/c1dc27e))
- Single adobe playground page ([76d7b8a](https://github.com/nuxt/fonts/commit/76d7b8a))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Tom Tang ([@qwerzl](http://github.com/qwerzl))

## v0.4.0

[compare changes](https://github.com/nuxt/fonts/compare/v0.3.0...v0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/fonts",
"version": "0.4.0",
"version": "0.5.0",
"description": "Automatic font configuration for Nuxt apps",
"repository": {
"type": "git",
Expand Down

0 comments on commit d32069a

Please sign in to comment.