Skip to content

Commit 65bbb38

Browse files
committed
Updates to MSDF plugins for more flexibility
1 parent 162cfc7 commit 65bbb38

28 files changed

+512
-15874
lines changed

.changeset/every-coats-unite.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@plexinc/react-native-lightning-example": patch
3+
"@plexinc/react-lightning-example": patch
4+
---
5+
6+
Update vite config forupdated msdf plugin

.changeset/tasty-months-shave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@plexinc/vite-plugin-msdf-fontgen": minor
3+
---
4+
5+
BREAKING: changed plugin options structure and added support for checking hashes to know when files have changed and need to re-run the plugin

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ coverage
2222
.vercel
2323

2424
# Build Outputs
25+
.font-cache/
2526
.next/
2627
out/
2728
build
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public/fonts
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fonts are generated here

0 commit comments

Comments
 (0)