summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-08-02[ci] formatGravatar matthewp 3-19/+28
2023-08-02Persistent DOM in ViewTransitions (#7861)Gravatar Matthew Phillips 18-20/+242
* First pass at transition:persist * Persistent islands * Changeset * Updated compiler * Use official release * Upgrade again * Refactor to allow head content to persist untouched * >= * Specify the types for "astro:persist" * Automatically persist links * Use reference for array * Upgrade to latest compiler version * Explain the feature * Update .changeset/empty-experts-unite.md Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * Update .changeset/empty-experts-unite.md Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * Update .changeset/empty-experts-unite.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/empty-experts-unite.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-02[ci] formatGravatar matthewp 1-1/+1
2023-08-02Fix scroll position in view transition (#7882) (#7911)Gravatar Martin Trapp 2-1/+6
2023-08-02Improve sourcemap generation and performance (#7901)Gravatar Bjorn Lu 11-27/+34
2023-08-01[ci] formatGravatar natemoo-re 1-1/+0
2023-08-01Fix astro/app import (#7821)Gravatar ottomated 4-1/+25
* core -> core.js * changeset * test --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-01[ci] formatGravatar natemoo-re 1-1/+1
2023-08-01feat: add cache headers to assets in Vercel adapter (#7729)Gravatar Hee 10-3/+144
* feat: cache assets in Vercel adapter * Update tidy-tips-doubt.md * chore: update lockfile * Update packages/integrations/vercel/test/static-assets.test.js * Update packages/integrations/vercel/test/static-assets.test.js * Update packages/integrations/vercel/test/static-assets.test.js * chore: update split test --------- Co-authored-by: Kid <44045911+kidonng@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-01Fix "res.writeHead is not a function" in Express/node middleware (#7708)Gravatar DixCouleur 3-8/+34
* fix: res.writeHead is not a function * fix: handler params type added * fix: handler function params error * Update packages/integrations/node/src/nodeMiddleware.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-01Fix: Content Collections - Ignore `.json` files nested in non-underscored ↵Gravatar Tony Dang 3-1/+6
subdirectories within underscored directories (#7909) * test: add test file so tests fail before fix * fix: ignore files nested in underscore directories * chore: add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-01chore: address feedback from #7754 (#7906)Gravatar Nate Moore 1-2/+4
2023-08-01[ci] release (#7877)astro@2.9.7@astrojs/vercel@3.7.5@astrojs/node@5.3.1@astrojs/netlify@2.5.2Gravatar Houston (Bot) 52-129/+128
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-01feat: add logging for when hydrate's JSON parse fails (#7887)Gravatar Sam Hulick 2-3/+28
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-08-01Fix prefetch test fail (#7902)Gravatar Bjorn Lu 1-0/+2
2023-08-01[ci] formatGravatar bluwy 4-13/+28
2023-08-01Setup cleanup cache workflow (#7900)Gravatar Bjorn Lu 1-0/+35
2023-08-01Refactor 404 and 500 approach (#7754)Gravatar Nate Moore 22-196/+384
* fix(app): refactor 404 and 500 approach * chore: refactor logic * fix: always treat error as page * test: migrate ssr-prerender-404 to node adapter * feat: merge original response metadata with error response * chore: update lockfile * chore: trigger ci * chore(lint): fix lint issue * fix: ensure merged request has proper status * fix(node): prerender test * chore: update test label * fix(node): improve 404 behavior in middleware mode * fix(vercel): improve 404 behavior * fix(netlify): improve 404 behavior * chore: update test labels * chore: force ci * chore: fix lint * fix: avoid infinite loops * test: fix failing test in Node 18 * chore: remove volta
2023-08-01Fix streaming Astro components (#7895)Gravatar Bjorn Lu 3-12/+24
2023-08-01Refactor and improve Astro config loading flow (#7879)Gravatar Bjorn Lu 57-822/+737
2023-08-01Fix incorrect build path logging for 404.astro pages (#7885)Gravatar André Alves 2-2/+7
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-07-31[ci] formatGravatar ematipico 1-1/+1
2023-07-31fix: scan `getStaticPaths` only in `.astro` files (#7876)Gravatar Emanuele Stoppa 2-2/+11
2023-07-31ci: enable pre releases for Astro 3.0 (#7884)Gravatar Emanuele Stoppa 1-0/+1
2023-07-31[ci] formatGravatar ematipico 1-0/+1
2023-07-31Update old link from `@astrojs/netlify` README (#7862)Gravatar Yan Thomas 2-2/+6
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-07-31[docs] removed the broken link and revised the content (#7859)Gravatar sdp971 1-1/+1
2023-07-28[ci] release (#7854)astro@2.9.6Gravatar Houston (Bot) 41-77/+78
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28[ci] formatGravatar matthewp 1-2/+6
2023-07-28Fix redirect in SSR (Node and dynamic) (#7856)Gravatar Matthew Phillips 4-2/+11
2023-07-28[ci] release (#7851)astro@2.9.5Gravatar Houston (Bot) 43-87/+82
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28[ci] formatGravatar matthewp 2-12/+16
2023-07-28Scroll position restoration (#7800)Gravatar Matthew Phillips 6-10/+162
* Scroll position restoration * Adding a changeset * Throttle state persistence * very important change
2023-07-28[ci] formatGravatar bluwy 1-1/+1
2023-07-28Fix head propagation for MDX components (#7838)Gravatar Bjorn Lu 10-52/+15
2023-07-28[ci] formatGravatar ematipico 1-1/+1
2023-07-28fix: dev server should redirect when a page doesn't exist (#7841)Gravatar Emanuele Stoppa 2-7/+24
2023-07-27[ci] release (#7813)astro@2.9.4@astrojs/netlify@2.5.1Gravatar Houston (Bot) 49-114/+101
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-27[ci] formatGravatar matthewp 1-3/+3
2023-07-27Allow the Image component to get transitions (#7836)Gravatar Matthew Phillips 9-9/+44
* Images and view transitions * Upgrade compiler * Adding a changeset
2023-07-27[ci] formatGravatar matthewp 3-16/+20
2023-07-27Track added links/styles/scripts to prevent duplicates (#7843)Gravatar Matthew Phillips 8-4/+62
* temporary change * Track rendered styles and links to prevent duplicates * Adding a changeset * Fix names
2023-07-27[ci] formatGravatar matthewp 2-4/+4
2023-07-27Add astro:beforeload event (#7823)Gravatar Matthew Phillips 5-2/+45
* Add astro:beforeload event * Adding a changeset * Update .changeset/chilled-elephants-develop.md Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-07-27[ci] formatGravatar matthewp 1-3/+3
2023-07-27Prevent navigation on hash change (#7824)Gravatar Matthew Phillips 4-2/+28
2023-07-27fix(assets): Fix endpoint not being injected when an integration would ↵Gravatar Erika 12-24/+48
enable `experimental.assets` (#7829)
2023-07-27fix: typo alpine -> alpinejs (#7825)Gravatar Arnav K 1-1/+1
2023-07-26test: add test in the Node adapter for astro:assets (#7734)Gravatar Erika 8-4/+82
2023-07-26fix: squoosh not working on Windows in certain situations (#7826)Gravatar Erika 6-41/+35