Skip to content

Commit cbca4f6

Browse files
Merge pull request #39 from stafyniaksacha/unplugin
Migrate to unplugin + astro/nuxt + fontsource provider
2 parents 9714960 + b7d4e88 commit cbca4f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+10379
-2211
lines changed

.eslintignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
*.snap
4+
cache

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.DS_Store
3-
dist
3+
dist
4+
cache

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore-workspace-root-check=true
2+
shamefully-hoist=true

CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [0.7.0](https://github.com/stafyniaksacha/vite-plugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)
5+
## [1.0.0-beta.1](https://github.com/cssninjaStudio/unplugin-fonts/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-03-20)
6+
7+
## [1.0.0-beta.0](https://github.com/cssninjaStudio/unplugin-fonts/compare/v0.7.0...v1.0.0-beta.0) (2023-03-19)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- rename virtual "virtual:fonts.css" to "unfonts.css"
13+
- rename package "vite-plugin-fonts" to "unplugin-fonts"
14+
15+
### Features
16+
17+
* add astro component ([a31f167](https://github.com/cssninjaStudio/unplugin-fonts/commit/a31f16765e685cdcc37960f001d0ef1822b22e75))
18+
* add custom font transformer ([05e339a](https://github.com/cssninjaStudio/unplugin-fonts/commit/05e339aa026e469d01a14a2334c3cb1bda2ac432))
19+
* add fontsource font provider ([9cfa836](https://github.com/cssninjaStudio/unplugin-fonts/commit/9cfa8362d253053488c07bd10f4b323d682370b5))
20+
* add fontsource provider ([e62f9c7](https://github.com/cssninjaStudio/unplugin-fonts/commit/e62f9c76e6a21b7957a3c22497496e1d79971904))
21+
* add vitepress and sveltkit examples ([959914e](https://github.com/cssninjaStudio/unplugin-fonts/commit/959914e6beb36af9d82ac8b50a654fb02c0c8960))
22+
* expose typescript declaration ([f3f2276](https://github.com/cssninjaStudio/unplugin-fonts/commit/f3f22766e9a95dd9c1518b329aeaa1c217e515dd))
23+
* migrate plugin to unplugin ([5ae235a](https://github.com/cssninjaStudio/unplugin-fonts/commit/5ae235ac8db5b571634961c8ac85d1a5d6d333b7))
24+
25+
26+
### Bug Fixes
27+
28+
* allow loading unfont.css with query ([9006d78](https://github.com/cssninjaStudio/unplugin-fonts/commit/9006d7820607adf96de1c14ad842c234ad6eb9f7))
29+
30+
## [0.7.0](https://github.com/cssninjaStudio/unplugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09)
631

732

833
### Features
934

10-
* add vite 4 to peer dependencies version ([60bae97](https://github.com/stafyniaksacha/vite-plugin-fonts/commit/60bae97fcad268c73009c9950f07ce05ed50b785))
35+
* add vite 4 to peer dependencies version ([60bae97](https://github.com/cssninjaStudio/unplugin-fonts/commit/60bae97fcad268c73009c9950f07ce05ed50b785))

0 commit comments

Comments
 (0)