withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat(fonts): experimental release
#12775
Comparing
feat/fonts
(
4250554
) with
main
(
7185491
)
CodSpeed Performance Gauge
-1%
Improvements
0
Regressions
0
Untouched
6
New
0
Dropped
0
Ignored
0
Benchmarks
Passed
Rendering: streaming [false], .mdx file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [false], .mdx file
CodSpeed Performance Gauge
0%
715.5 ms
713.6 ms
Rendering: streaming [false], .md file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [false], .md file
CodSpeed Performance Gauge
0%
12.9 ms
12.9 ms
Rendering: streaming [true], .md file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [true], .md file
CodSpeed Performance Gauge
0%
12.8 ms
12.8 ms
Rendering: streaming [true], .astro file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [true], .astro file
CodSpeed Performance Gauge
0%
935.9 ms
936.5 ms
Rendering: streaming [true], .mdx file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [true], .mdx file
CodSpeed Performance Gauge
0%
720.9 ms
721.3 ms
Rendering: streaming [false], .astro file
benchmark/bench/codspeed.bench.js::Bench rendering::Rendering: streaming [false], .astro file
CodSpeed Performance Gauge
-3%
886.8 ms
916.8 ms
Commits
Click on a commit to change the comparison range
Base
main
7185491
0%
feat(fonts): config (#12777)
95673fc
2 months ago
by florian-lefebvre
-1%
Merge branch 'main' into feat/fonts
c6cd69c
2 months ago
by florian-lefebvre
+1%
feat(fonts): vite plugin (#13093)
3c18360
2 months ago
by florian-lefebvre
-1%
Merge branch 'main' into feat/fonts
338757d
2 months ago
by florian-lefebvre
+2%
Merge branch 'main' into feat/fonts
4899359
2 months ago
by florian-lefebvre
0%
feat(fonts): rename component (#13207)
c6bc00f
2 months ago
by florian-lefebvre
0%
feat(fonts): add more providers (#13208)
363faf9
2 months ago
by florian-lefebvre
0%
feat(fonts): local provider (#13209) * feat(fonts): work on local provider * feat: config, types and options * feat: dedupe * feat: todo * chore: clean * feat: rework local provider * feat: work on local provider * fix: storage * fix: types * Discard changes to examples/basics/astro.config.mjs * Discard changes to examples/basics/src/components/Welcome.astro * Discard changes to examples/basics/src/layouts/Layout.astro * chore: clean * chore: comment * feat: dedupe
193a9c0
1 month ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
e97e42a
1 month ago
by florian-lefebvre
0%
feat(fonts): improve providers (#13263) * feat(fonts): improve providers * feat: export defineFontProvider * feat: type test * feat: test providers * feat: test providers utils * feat: more tests * fix: path
e8aead8
1 month ago
by florian-lefebvre
0%
feat(fonts): improve type handling (#13270)
918ee30
1 month ago
by florian-lefebvre
+1%
feat(fonts): improve cache (#13273)
8bc05a0
1 month ago
by florian-lefebvre
0%
refactor(fonts): url proxy (#13274)
287b789
1 month ago
by florian-lefebvre
0%
feat(fonts): dev headers (#13275)
868e2ab
1 month ago
by florian-lefebvre
0%
feat(fonts): better local provider (#13276)
8e89e80
1 month ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
c515886
1 month ago
by florian-lefebvre
-1%
Merge branch 'main' into feat/fonts
08eff8c
1 month ago
by florian-lefebvre
0%
feat(fonts): fallbacks (#13331) * feat(fonts): fallbacks * feat: local * fix: test * feat: isGenericFontFamily test * feat: generateFallbackCSS test * feat: docs * feat: simplify * fix * feat: improve schema * Discard changes to examples/basics/astro.config.mjs * feat: address reviews
4eef143
28 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
a84a8b5
28 days ago
by florian-lefebvre
+1%
Merge branch 'main' into feat/fonts
f62a7b7
26 days ago
by florian-lefebvre
0%
feat(fonts): css vars (#13362) * feat(fonts): css vars * feat: tests and fix * chore: add todos
75b1f5b
26 days ago
by florian-lefebvre
0%
feat(fonts): as prop (#13366) * feat(fonts): as prop * chore: comment
0f3419c
21 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
4a784be
21 days ago
by florian-lefebvre
+1%
Merge branch 'main' into feat/fonts
1f3fc18
19 days ago
by florian-lefebvre
0%
feat(fonts): resolve config todos (#13401) * feat(fonts): resolve config todos * feat: work on schemas * fix: local provider * feat: local provider test * feat: schemas tests * feat: config tests * feat: load test * fix: types tests * feat: address reviews
7ce73a1
19 days ago
by florian-lefebvre
-1%
feat(fonts): use capsize instead of fontaine (#13411) * feat(fonts): use capsize instead of fontaine * fix: tests * feat: extract regex to constant
784976d
18 days ago
by florian-lefebvre
0%
feat(fonts): family name validation (#13417)
f01739d
18 days ago
by florian-lefebvre
0%
fix: zod error path
22ed30c
17 days ago
by florian-lefebvre
0%
fix(fonts): vite plugin cleanup (#13424)
ef6f9ce
17 days ago
by florian-lefebvre
0%
feat(fonts): allow disabling automatic fallback generation (#13442)
b70d8c4
13 days ago
by florian-lefebvre
+1%
feat(fonts): add errors (#13425) * feat(fonts): add errors * feat: component errors * fix: error * fix: tests * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * feat: address reviews * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * feat: improve errors --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
c3845c8
12 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
e42de26
11 days ago
by florian-lefebvre
0%
feat(fonts): typegen for <Font /> family prop (#13465) * feat(fonts): typegen for <Font /> family prop * feat: add internal jsdoc
93ffd30
10 days ago
by florian-lefebvre
-1%
Merge branch 'main' into feat/fonts
b6af656
10 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
dc24bdd
6 days ago
by florian-lefebvre
0%
Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
b470183
5 days ago
by florian-lefebvre
0%
fix(fonts): config family types for inferred provider (#13469)
3fcdba0
5 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
100cd48
5 days ago
by florian-lefebvre
0%
Merge branch 'main' into feat/fonts
fedde31
1 day ago
by florian-lefebvre
-1%
fix(fonts): throw error on unsuccessful responses (#13517)
af0e0e1
10 hours ago
by florian-lefebvre
0%
fix(fonts): read local fonts files to extract metrics (#13518) * fix(fonts): read local fonts files to extract metrics * feat: fromBuffer
4250554
9 hours ago
by florian-lefebvre
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs