Skip to content

Latest commit

 

History

History
87 lines (45 loc) · 4.59 KB

CHANGELOG.md

File metadata and controls

87 lines (45 loc) · 4.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2023-11-22)

Bug Fixes

  • build issue, importMap export (ba7d88b)

1.1.0 (2023-11-22)

Features

  • add support to fontsource variable v5 (a17831d), closes #60 #57
  • improve local file preload for vite and vitepress (10d7067)
  • vite 5 compatibility (15ea829)

Bug Fixes

  • bug in fontsource.ts when style is normal (#52) (1253f4d)
  • nuxt: fontsource loading and custom font preloading (5260277)

1.0.3 (2023-04-15)

Bug Fixes

  • 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)

Bug Fixes

  • Ressources typo in README (0d41492)

1.0.1 (2023-04-14)

Bug Fixes

1.0.0 (2023-03-20)

Bug Fixes

1.0.0-beta.1 (2023-03-20)

1.0.0-beta.0 (2023-03-19)

⚠ BREAKING CHANGES

  • rename virtual "virtual:fonts.css" to "unfonts.css"
  • rename package "vite-plugin-fonts" to "unplugin-fonts"

Features

  • 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)

Bug Fixes

  • allow loading unfont.css with query (9006d78)

0.7.0 (2022-12-09)

Features

  • add vite 4 to peer dependencies version (60bae97)