summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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>
2023-09-11[ci] formatGravatar Princesseuh 1-1/+1
2023-09-11Support AVIF input assets (#8380)Gravatar Matt Rossman 35-1406/+102
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Princesseuh <princssdev@gmail.com>
2023-09-11chore: correct description of `attribute` option in `scopedStyleStrategy` ↵Gravatar Masaki Koyanagi 2-4/+9
(#8506) * chore: correct description of `attribute` option in `scopedStyleStrategy` * chore: fix typo (specifity -> specificity)
2023-09-11fix: minify HTML for redirects when emitted as HTML files (#8504)Gravatar Emanuele Stoppa 3-0/+14
2023-09-11[ci] formatGravatar matthewp 2-7/+9
2023-09-11Prevent style removal of client:only components (#8472)Gravatar Matthew Phillips 5-0/+60
2023-09-11Clear caches older than 5 days (#8494)Gravatar Bjorn Lu 1-3/+12
2023-09-11Bugfixes for back navigation in the view transition client-side router (#8491)Gravatar Martin Trapp 3-8/+42
* Bugfixes for back navigation in the view transition client-side router * re-introduced pushState on self links as required for update of browser's address bar * format
2023-09-11fix(astro): support `content/config.mts` (#8484)Gravatar bb010g 8-1/+55
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-11fix(types): make `image.service` optional (#8492)Gravatar Oscar Lee-Vermeren 2-1/+6
2023-09-11Fix: lang unspecified code blocks (#8461)Gravatar Marc 27-38/+43
2023-09-08[ci] release (#8465)astro@3.0.12Gravatar Houston (Bot) 41-70/+71
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-08[ci] formatGravatar matthewp 2-7/+10
2023-09-08Fix multi-layout head injection (#8449)Gravatar Matthew Phillips 6-17/+53
* Fix multi-layout head injection * Tracing fix * Improved walk * Upgrade the compiler version --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-08refactor: move type utils into a single file (#8462)Gravatar Erika 5-16/+27
2023-09-08[ci] release (#8442)astro@3.0.11@astrojs/vercel@4.0.5@astrojs/svelte@4.0.2@astrojs/solid-js@3.0.1@astrojs/react@3.0.2@astrojs/mdx@1.0.3@astrojs/markdown-remark@3.1.0Gravatar Houston (Bot) 57-134/+156
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-07fix(react): support void children in experimentalReactChildren (#8455)Gravatar Nate Moore 2-11/+14
2023-09-07[ci] formatGravatar matthewp 2-11/+6
2023-09-07Transition only between pages where both have ViewTransitions enabled (#8441)Gravatar Martin Trapp 5-60/+106
* added e2e test regarding loss of router * only navigate to pages from which we can navigate back * location does not change before deferred pushState * initialize history state * test cases adapted to new semantics (only traverse to pages w/ ViewTransigs) * type URL instead of Location * + changeset
2023-09-07feat: pass our domains and remote config to the Vercel config (#8452)Gravatar Erika 7-16/+69
* feat: pass our domains and remote config to Vercel'S * chore: changeset * test: update test to test for this * docs: update README
2023-09-07fix(svelte): unmount islands properly on navigation (#8448)Gravatar Nate Moore 2-3/+8
2023-09-07Refactor mdx remark plugins (#8430)Gravatar Bjorn Lu 12-241/+52
2023-09-07Fix "Cannot read properties of null" in cli/telemetry (#8443)Gravatar Mohammed Elhaouari 2-1/+6
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-06[ci] formatGravatar natemoo-re 1-8/+8
2023-09-06fix hydration in solid renderer (#8365)Gravatar Ryan Carniato 2-12/+22
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-06[ci] release (#8439)astro@3.0.10@astrojs/mdx@1.0.2Gravatar Houston (Bot) 44-87/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06Update README.md (#8433)Gravatar Nate Moore 1-2/+2
2023-09-06fix(#8434): fix renderToFinalDestination handling (#8440)Gravatar Nate Moore 2-0/+6
2023-09-06fix: imports for images with uppercase extensions not working (#8437)Gravatar Erika 5-3/+31
2023-09-06fix: MDX errors not having stack trace and a confusing name (#8438)Gravatar Erika 2-0/+12
* fix(mdx): Fix errors having weird names and no stack trace * chore: changeset
2023-09-06[ci] formatGravatar natemoo-re 19-74/+127
2023-09-06Update Prettier (#8420)Gravatar Nate Moore 5-50/+44
* chore: fix prettier config * chore: format * chore(prettier): format `.astro` files
2023-09-06[ci] release (#8415)create-astro@4.0.2astro@3.0.9@astrojs/vercel@4.0.4@astrojs/svelte@4.0.1@astrojs/react@3.0.1@astrojs/mdx@1.0.1@astrojs/cloudflare@7.0.2Gravatar Houston (Bot) 62-166/+165
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06Temporarily pin Node 20 version in CI (#8431)Gravatar Matthew Phillips 1-1/+1
2023-09-06[docs] Typo fix in Cloudflare README (#8429)Gravatar Sarah Rainsberger 2-1/+6
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-09-06[ci] formatGravatar matthewp 1-1/+0
2023-09-06trim project name of the user input (#8427)Gravatar aswind7 3-1/+15
* fix: remove duplicate import * project name should be trimed * update changeset
2023-09-06[ci] formatGravatar matthewp 1-4/+1