summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-19Improved the spelling of a word in the Portfolio template. (#8576)Gravatar J. B. Rainsberger 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-19[ci] formatGravatar ematipico 1-2/+2
2023-09-19fix(@astrojs/cloudflare): support for nodejs_compat (#8595)Gravatar Alexander Niebuhr 3-0/+71
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-09-19[ci] release (#8590)create-astro@4.2.0astro@3.1.1@astrojs/vercel@5.0.1@astrojs/cloudflare@7.1.1Gravatar Houston (Bot) 50-98/+103
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-19[ci] formatGravatar bluwy 2-2/+6
2023-09-19feat(create-astro): Update flag behavior for template and project-name (#8551)Gravatar Jacob Lamb 4-3/+66
2023-09-18fix: Vercel serverless adapter logs too much (#8581)Gravatar Rishi Raj Jain 2-2/+18
2023-09-18fix: redirect page type icon not properly displayed (#8579)Gravatar Rishi Raj Jain 2-1/+9
2023-09-18[ci] formatGravatar ematipico 1-2/+2
2023-09-18feat(@astro/cloudflare): improve DX for runtime typing (#8560)Gravatar Alexander Niebuhr 4-7/+19
2023-09-18Tailwind configuration file changed from `cjs` to `ts` (#8583)Gravatar Miguel Carneiro 1-1/+1
2023-09-18fix(assets): Fix misc types issues (#8568)Gravatar Erika 6-5/+13
* fix(assets): Fix misc types issues * fix: remove unnecessary change * chore: changeset
2023-09-18fix: islands are not being rendered correctly (#8580)Gravatar Rishi Raj Jain 2-3/+8
2023-09-14[ci] release (#8540)create-astro@4.1.0astro@3.1.0@astrojs/vercel@5.0.0@astrojs/mdx@1.1.0@astrojs/markdown-remark@3.2.0Gravatar Houston (Bot) 61-230/+219
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-14[ci] formatGravatar matthewp 1-1/+1
2023-09-14Change functionPerRoute to false by default (#8546)Gravatar Matthew Phillips 4-4/+16
* Change functionPerRoute to false by default * Update test that depends on functionPerRoute * Update .changeset/cool-pianos-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cool-pianos-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cool-pianos-smell.md --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-14Improve MDX rendering performance (#8533)Gravatar Bjorn Lu 10-156/+175
2023-09-14[@astrojs/vercel] Individually enable Speed Insights and Web Analytics (#8021)Gravatar Chris 24-37/+402
* Individually enable Speed Insights and Web Analytics * Update pnpm-lock.yaml * Remove .only on tests * Fix build * Move `beforeSend` out of config * Address feedback from review * Update README.md * Add back the `analytics` property and add deprecation warning when used * Add migration guide for the deprecated `analytics` property * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update README.md * Fix external dependency issue * Simplify plugin and reduce scope * Update .changeset/sixty-teachers-tap.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Apply feedback from review * Move exposeEnv to speed-insights since it's only used there --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-09-14Improve markdown rendering performance (#8532)Gravatar Bjorn Lu 13-124/+208
2023-09-13chore(astro): update readme (#8530)Gravatar Jacob Lamb 1-2/+2
* chore(astro): update readme * Update packages/astro/README.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-13Fix for checking media type in CSR (#8537)Gravatar Martin Trapp 2-15/+20
* bugfix checking media-type * bugfix checking media-type * Update packages/astro/components/ViewTransitions.astro .* is longest possible run, but a dollar won't harm us :) Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * make typescript happy --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-13[ci] formatGravatar Princesseuh 1-3/+3
2023-09-13feat: added types to allow the creation of user space content services (#7607)Gravatar Andrew Moore 2-3/+13
* feat: added types to astro:content to allow user space content services * Create small-apes-clap.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-13feat(vercel): Use Sharp in dev instead of Squoosh by default (#8445)Gravatar Erika 14-47/+357
* feat(vercel): Use Sharp in dev instead of Squoosh by default * fix(build): * nit: adjust with feedback * fix: imports * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: small change in other part of the README --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-13chore: check if ssr works on netlify (#8002)Gravatar Martin Clementz 2-0/+13
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-13[ci] formatGravatar Princesseuh 3-10/+22
2023-09-13[MDX] Support `img` component prop for optimized images (#8468)Gravatar Ben Holmes 11-4/+177
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-13feat(assets): Allow users to set a custom endpoint to use for image ↵Gravatar Erika 6-1/+75
optimization (#8467) Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-13feat(types): Add types for the object form of style (#8464)Gravatar Erika 4-1/+46
2023-09-13feat(markdown): Add support for `imageReference` paths when collecting ↵Gravatar Lars Kappert 6-3/+59
images (#8475)
2023-09-13Support AVIF input assets (#8518)Gravatar Erika 35-1406/+102
2023-09-13chore(create-astro): Added create project using `pnpm` (#8340)Gravatar btea 1-0/+9
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 220-404/+346
2023-09-13feat: better errors for images (#8536)Gravatar Erika 6-21/+43
2023-09-13[ci] formatGravatar natemoo-re 2-4/+8
2023-09-13Improve `create-astro` startup performance (#8456)Gravatar Nate Moore 10-59/+46
* feat(create-astro): improve performance * test: fix test by wrapping promise values * chore: remove uneeded deps * Update ten-kings-smash.md * chore: update lockfile
2023-09-13chore(create-astro): Remove npm 6.x note (#8529)Gravatar Jacob Lamb 1-4/+1
* chore(create-astro): Remove npm 6.x note * Add missing space
2023-09-12[ci] release (#8501)astro@3.0.13@astrojs/cloudflare@7.1.0Gravatar Houston (Bot) 52-121/+102
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-12[ci] formatGravatar natemoo-re 1-7/+10
2023-09-12chore: disallow node builtins in runtime (#8523)Gravatar Nate Moore 1-0/+12
2023-09-12[ci] formatGravatar matthewp 1-1/+1
2023-09-12Vt follow redirects (#8522)Gravatar Martin Trapp 5-6/+78
* View Transitions redirects WIP * transition across redirects * added changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-09-12Restore horizontal scroll position on history navigation (view transitions) ↵Gravatar Martin Trapp 4-11/+74
(#8505)
2023-09-12[ci] formatGravatar bluwy 1-4/+1
2023-09-12Removed `<style>` with `type="text/css"` from inline output at build time ↵Gravatar Okuto Oyama 7-11/+10
(#8480)
2023-09-11revert: avif support (#8511)Gravatar Erika 35-102/+1406
2023-09-11chore: revert avif change (#8509)Gravatar Erika 1-1/+1
2023-09-11chore: do a minor for avif support (#8508)Gravatar Erika 1-1/+1
2023-09-11[ci] formatGravatar lilnasy 2-5/+5
2023-09-11feat(@astrojs/cloudflare): add runtime support to `astro dev` (#8426)Gravatar Alexander Niebuhr 13-52/+535
* add necessary libs * cleanup stale code * add base feature-set of runtime to `astro dev` * fix lockfile * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * address review comments * fix linting issue * add docs & tests * fix test paths * add changeset * update README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix docs & make adapter options optional * fix package resolve mode * fix pnpm-lock --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>