summaryrefslogtreecommitdiff
path: root/examples/framework-svelte (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15[ci] release (#9432)create-astro@4.6.0astro@4.0.6@astrojs/vue@4.0.4Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15Upgrade compiler (#9445)Gravatar Nate Moore 3-6/+11
2023-12-15refactor(assets): Move things around to avoid importing image service ↵Gravatar Erika 14-51/+68
unnecessarily (#9409)
2023-12-15[ci] formatGravatar Alex Nguyen 1-1/+1
2023-12-15Fixes warning for external URL redirects (#9426)Gravatar Alex Nguyen 2-1/+6
* Update warning for external URL redirects to use destination address * Update .changeset/gentle-chefs-glow.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-15feat: make Houston festive for the holiday season (#9358)Gravatar Oscar Lee-Vermeren 3-19/+30
* feat: make Houston festive for the holiday season * fix: change changeset to minor
2023-12-15[ci] formatGravatar Bjorn Lu 1-1/+3
2023-12-15Simplify vue appEntrypoint handling (#9362)Gravatar Bjorn Lu 2-62/+43
* Simplify vue appEntrypoint handling * Try fix windows --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-15[ci] formatGravatar Arsh 3-5/+5
2023-12-15fix(error pages): account for trailingSlash (#9126)Gravatar Arsh 28-166/+87
* account for trailingSlash * add changeset * add tests * update lock file
2023-12-15fix: improve error message when a middleware doesn't return a `Response` (#9434)Gravatar Emanuele Stoppa 2-2/+8
* fix: improve error message when a middleware doesn't return a `Response` * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix typo --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-14fix: merge headers from the original response in error pages (#9433)Gravatar Emanuele Stoppa 5-19/+50
* fix: merge headers from the original response in error pages * revert local change * change test ordering * apply feedback
2023-12-14[ci] formatGravatar Matthew Phillips 1-2/+2
2023-12-14Prevent Partytown from hijacking history API (#9419)Gravatar Matthew Phillips 2-5/+16
* Partytown overrides these methods to... do things, but it breaks ViewTransitions in Firefox. * Only redefine pushstate/replacestate in the browser
2023-12-14[ci] release (#9406)astro@4.0.5@astrojs/vercel@6.1.0@astrojs/lit@4.0.0Gravatar Houston (Bot) 42-102/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-14[ci] formatGravatar Matthew Phillips 3-8/+16
2023-12-14Handle unhandledrejections in the dev server (#9424)Gravatar Matthew Phillips 5-26/+82
* Handle unhandledrejections in the dev server * Adding changeset * Update .changeset/curvy-lobsters-crash.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Use AsyncLocalStorage * Return errorWithMetadata * Send the error to the browser --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-13Fix static build when out dir is not within the cwd (#9378)Gravatar Jacob Parker 2-1/+6
* Fix static build when out dir is not within the cwd * Create lorem-ipsum-dolor Changeset
2023-12-13[ci] formatGravatar Matthew Phillips 1-2/+6
2023-12-13Error when getImage() is passed an undefined src (#9423)Gravatar Matthew Phillips 4-4/+14
2023-12-13chore(vercel): Add beta option for status (#9413)Gravatar Jacob Lamb 3-2/+20
* Add beta option for status * Create stupid-cheetahs-sell.md * Add warning for beta * Update packages/integrations/vercel/src/serverless/adapter.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Switch to `minor` and document new API/option * Update README.md * Update README.md * Update packages/integrations/vercel/README.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Update .changeset/stupid-cheetahs-sell.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-12Fix broken link (#9418)Gravatar Alex Nguyen 2-1/+6
* Fix broken link * Create old-dragons-kneel.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-12-12[ci] formatGravatar Geoffrey-Pliez 1-1/+1
2023-12-12[@astrojs/lit] lit 3.0 compatibility (#8822)Gravatar Geoffrey-Pliez 5-28/+61
* updates packages * [Fix] pnpm-lock * [Fix] updates * revert dev dependencies * Update lockfile * Update lit version in the e2e tests * Adding changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-12-12[ci] formatGravatar Matthew Phillips 2-4/+3
2023-12-12Allow file URLs to be used as import specifiers (#9407)Gravatar Matthew Phillips 6-0/+41
* Allow file URLs to be used as import specifiers * Update packages/astro/src/vite-plugin-fileurl/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-12-12[ci] formatGravatar Simon Knott 1-1/+1
2023-12-12fix: mention which feature is experimental/deprecated (#9414)Gravatar Simon Knott 2-7/+12
2023-12-12fix(vercel): handle dots in source path for redirects (#9289)Gravatar Arsh 3-2/+17
* add fix * add test * add changeset
2023-12-11Add missing global attributes to JSX definition (#9404)Gravatar Erika 2-2/+13
* fix: add some missing attributes to our JSX definitions * chore: changeset * fix: use empty string as type
2023-12-11[ci] release (#9365)astro@4.0.4@astrojs/vue@4.0.3@astrojs/vercel@6.0.2@astrojs/svelte@5.0.1@astrojs/node@7.0.1@astrojs/mdx@2.0.1@astrojs/markdown-remark@4.0.1Gravatar Houston (Bot) 51-144/+151
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-11[ci] formatGravatar Nate Moore 1-5/+5
2023-12-11Ensure `astro add` only installs stable versions (#9387)Gravatar Nate Moore 4-11/+63
* fix(add): update peerDependency resolution logic to exclude prereleases * chore: add changeset
2023-12-11fix(i18n): correctly pull the ssr entry during build (#9380)Gravatar Emanuele Stoppa 3-2/+43
2023-12-11Refactor Vue example to use `<script setup>` (#9379)Gravatar Shinya Fujino 1-19/+10
2023-12-08[docs] Vercel README - update code samples (#9383)Gravatar Sarah Rainsberger 2-4/+9
2023-12-08[ci] formatGravatar Arsh 2-20/+22
2023-12-08fix(vercel): clear artifacts from redirects (#9287)Gravatar Arsh 6-7/+35
2023-12-08Preserve generating routes that end with .mjs (#9374)Gravatar Bjorn Lu 7-39/+76
2023-12-08Prettify generated route names from integrations (#9375)Gravatar Bjorn Lu 2-5/+18
2023-12-08fix: markdown formatting issueGravatar Martin Trapp 1-0/+2
Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2023-12-08feat(examples): make content collections type explicitGravatar __dil__ 2-0/+2
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com> Co-authored-by: Florian Lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2023-12-08feat(badges): add github badge (#9231)Gravatar mischahaenen 1-0/+6
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-12-07chore: update peer dependencies (#9366)Gravatar Arsh 5-4/+12
2023-12-07chore: markdown-remark peerDependencies (#9349)Gravatar Arsh 2-3/+5
2023-12-07Allow Svelte 5 render slots as snippets (#9285)Gravatar Bjorn Lu 3-3/+17
2023-12-07Allow async functions in the Vercel edge middleware integration (#9334)Gravatar Geoffrey Casper 2-1/+6
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2023-12-06[ci] release (#9340)astro@4.0.3@astrojs/vercel@6.0.1@astrojs/rss@4.0.1Gravatar Houston (Bot) 39-87/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06Define the Vercel adapter's peerDependency (#9348)Gravatar Matthew Phillips 2-1/+6
* Define the Vercel adapter's peerDependency * Update .changeset/nasty-carrots-study.md Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-12-06Adds source file properties to HTML elements only if devToolbar is enabled ↵Gravatar Martin Trapp 3-1/+14
(#9343)