withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: add cli tests for modifying the .gitignore
alexanderdombroski:add-gitignore
7 hours ago
Add changesets for the SSR request-pipeline URL-parsing perf change
iseraph-dev:perf/ssr-request-pipeline
15 hours ago
fix(css): respect vite.build.target for inline styles when minify is false The @astrojs/compiler-rs uses lightningcss internally for CSS scoping, which can modernize CSS syntax (e.g. min-width → width >=) using its default targets. When build.cssMinify is enabled, Vite's minifyCSS step reverses this modernization via target-based lowering. When cssMinify is disabled, that lowering was skipped, causing the modernized CSS to appear in the output regardless of the user's configured build target. This fix applies lightningcss target lowering after the compiler returns CSS when build.cssMinify is false and a cssTarget is configured, ensuring inline .astro style blocks respect the configured vite build target. Fixes #17225
triagebot/fix-17225
24 hours ago
refactor: test sample
fkatsuhiro:fix/a11y-no-redundant-role
1 day ago
fix: dynamic file endpoints respect trailingSlash never in dev mode (#17001)\n\ntrailingSlashForPath used pathname (null for dynamic routes) to check\nfor file extensions, causing dynamic file endpoints like [name].json.ts\nto inherit trailingSlash: 'always' instead of forcing 'never'. Use the\nroute string from joinSegments as a fallback, which preserves file\nextensions even for dynamic segments.
triagebot/fix-17001
1 day ago
fix(content): use JSON.parse pattern for data store virtual module to support large collections in dev mode
triagebot/fix-17220
2 days ago
Merge branch 'main' into feat/remove-rehype
feat/remove-rehype
2 days ago
don't import runtime
feat/csp-elem-attr
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
feat(cli): astro add cloudflare and netlify creates gitignore entries
#17076
7 hours ago
db4642b
alexanderdombroski:add-gitignore
CodSpeed Performance Gauge
-24%
Reduce per-request URL parsing and allocations in the SSR request pipeline
#17227
15 hours ago
6385486
iseraph-dev:perf/ssr-request-pipeline
CodSpeed Performance Gauge
0%
Fix inline `<style>` blocks ignoring `vite.build.target` when `cssMinify` is false
#17226
1 day ago
f010f52
triagebot/fix-17225
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs