All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.1 (2024-12-01)
- link filter types (5881d7c)
1.3.0 (2024-12-01)
1.2.0 (2024-12-01)
- add fontBaseUrl and preconnectUrl on google font provider (12684bc), closes #78
- add fontBaseUrl on typekit font provider (724026b)
- support vite 6.0 (#77) (38332ba)
1.1.1 (2023-11-22)
- build issue, importMap export (ba7d88b)
1.1.0 (2023-11-22)
- add support to fontsource variable v5 (a17831d), closes #60 #57
- improve local file preload for vite and vitepress (10d7067)
- vite 5 compatibility (15ea829)
- bug in
fontsource.ts
when style is normal (#52) (1253f4d) - nuxt: fontsource loading and custom font preloading (5260277)
1.0.3 (2023-04-15)
- fontsource: slugify family name to match package (570ea24)
- nuxt: only load unfonts.css when necessary (0c6bd30)
- optionally generate sourcemap (e6c5ffb)
1.0.2 (2023-04-14)
- Ressources typo in README (0d41492)
1.0.1 (2023-04-14)
- update dependencies (2d75cbb)
1.0.0 (2023-03-20)
- exported links typing (07b6e11)
1.0.0-beta.1 (2023-03-20)
1.0.0-beta.0 (2023-03-19)
- rename virtual "virtual:fonts.css" to "unfonts.css"
- rename package "vite-plugin-fonts" to "unplugin-fonts"
- add astro component (a31f167)
- add custom font transformer (05e339a)
- add fontsource font provider (9cfa836)
- add fontsource provider (e62f9c7)
- add vitepress and sveltkit examples (959914e)
- expose typescript declaration (f3f2276)
- migrate plugin to unplugin (5ae235a)
- allow loading unfont.css with query (9006d78)
0.7.0 (2022-12-09)
- add vite 4 to peer dependencies version (60bae97)