File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.0
5
+
6
+ [ compare changes] ( https://github.com/nuxt/fonts/compare/v0.0.2...v0.1.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Expose font types from ` @nuxt/fonts ` ([ a824bed] ( https://github.com/nuxt/fonts/commit/a824bed ) )
11
+ - Support ` priority ` and ` provider ` options ([ bd8da26] ( https://github.com/nuxt/fonts/commit/bd8da26 ) )
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - ** local:** Deduplicate found fonts ([ a44c4c4] ( https://github.com/nuxt/fonts/commit/a44c4c4 ) )
16
+ - ** local:** Refactor scanning/lookup mechanism ([ #41 ] ( https://github.com/nuxt/fonts/pull/41 ) )
17
+ - Warn when fonts can't be resolved because of an override ([ #35 ] ( https://github.com/nuxt/fonts/pull/35 ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - ** release:** V0.0.2 ([ a198293] ( https://github.com/nuxt/fonts/commit/a198293 ) )
22
+ - Ignore wrangler build output ([ 1b93761] ( https://github.com/nuxt/fonts/commit/1b93761 ) )
23
+
24
+ ### 🎨 Styles
25
+
26
+ - Remove unused imports/args ([ 967cd21] ( https://github.com/nuxt/fonts/commit/967cd21 ) )
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Tom Tang ([ @qwerzl ] ( http://github.com/qwerzl ) )
31
+ - Daniel Roe ([ @danielroe ] ( http://github.com/danielroe ) )
32
+
4
33
## v0.0.2
5
34
6
35
[ compare changes] ( https://github.com/nuxt/fonts/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/fonts" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Automatic font configuration for Nuxt apps" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments