Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-12 | [ci] format | 1 | -7/+10 | ||
2023-09-12 | chore: disallow node builtins in runtime (#8523) | 1 | -0/+12 | ||
2023-09-12 | [ci] format | 1 | -1/+1 | ||
2023-09-12 | Vt follow redirects (#8522) | 5 | -6/+78 | ||
* View Transitions redirects WIP * transition across redirects * added changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2023-09-12 | Restore horizontal scroll position on history navigation (view transitions) ↵ | 4 | -11/+74 | ||
(#8505) | |||||
2023-09-12 | [ci] format | 1 | -4/+1 | ||
2023-09-12 | Removed `<style>` with `type="text/css"` from inline output at build time ↵ | 7 | -11/+10 | ||
(#8480) | |||||
2023-09-11 | revert: avif support (#8511) | 35 | -102/+1406 | ||
2023-09-11 | chore: revert avif change (#8509) | 1 | -1/+1 | ||
2023-09-11 | chore: do a minor for avif support (#8508) | 1 | -1/+1 | ||
2023-09-11 | [ci] format | 2 | -5/+5 | ||
2023-09-11 | feat(@astrojs/cloudflare): add runtime support to `astro dev` (#8426) | 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] format | 1 | -1/+1 | ||
2023-09-11 | Support AVIF input assets (#8380) | 35 | -1406/+102 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Princesseuh <princssdev@gmail.com> | |||||
2023-09-11 | chore: correct description of `attribute` option in `scopedStyleStrategy` ↵ | 2 | -4/+9 | ||
(#8506) * chore: correct description of `attribute` option in `scopedStyleStrategy` * chore: fix typo (specifity -> specificity) | |||||
2023-09-11 | fix: minify HTML for redirects when emitted as HTML files (#8504) | 3 | -0/+14 | ||
2023-09-11 | [ci] format | 2 | -7/+9 | ||
2023-09-11 | Prevent style removal of client:only components (#8472) | 5 | -0/+60 | ||
2023-09-11 | Clear caches older than 5 days (#8494) | 1 | -3/+12 | ||
2023-09-11 | Bugfixes for back navigation in the view transition client-side router (#8491) | 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-11 | fix(astro): support `content/config.mts` (#8484) | 8 | -1/+55 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-09-11 | fix(types): make `image.service` optional (#8492) | 2 | -1/+6 | ||
2023-09-11 | Fix: lang unspecified code blocks (#8461) | 27 | -38/+43 | ||
2023-09-08 | [ci] release (#8465)astro@3.0.12 | 41 | -70/+71 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-08 | [ci] format | 2 | -7/+10 | ||
2023-09-08 | Fix multi-layout head injection (#8449) | 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-08 | refactor: move type utils into a single file (#8462) | 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.0 | 57 | -134/+156 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-07 | fix(react): support void children in experimentalReactChildren (#8455) | 2 | -11/+14 | ||
2023-09-07 | [ci] format | 2 | -11/+6 | ||
2023-09-07 | Transition only between pages where both have ViewTransitions enabled (#8441) | 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-07 | feat: pass our domains and remote config to the Vercel config (#8452) | 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-07 | fix(svelte): unmount islands properly on navigation (#8448) | 2 | -3/+8 | ||
2023-09-07 | Refactor mdx remark plugins (#8430) | 12 | -241/+52 | ||
2023-09-07 | Fix "Cannot read properties of null" in cli/telemetry (#8443) | 2 | -1/+6 | ||
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-09-06 | [ci] format | 1 | -8/+8 | ||
2023-09-06 | fix hydration in solid renderer (#8365) | 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.2 | 44 | -87/+89 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-06 | Update README.md (#8433) | 1 | -2/+2 | ||
2023-09-06 | fix(#8434): fix renderToFinalDestination handling (#8440) | 2 | -0/+6 | ||
2023-09-06 | fix: imports for images with uppercase extensions not working (#8437) | 5 | -3/+31 | ||
2023-09-06 | fix: MDX errors not having stack trace and a confusing name (#8438) | 2 | -0/+12 | ||
* fix(mdx): Fix errors having weird names and no stack trace * chore: changeset | |||||
2023-09-06 | [ci] format | 19 | -74/+127 | ||
2023-09-06 | Update Prettier (#8420) | 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.2 | 62 | -166/+165 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-06 | Temporarily pin Node 20 version in CI (#8431) | 1 | -1/+1 | ||
2023-09-06 | [docs] Typo fix in Cloudflare README (#8429) | 2 | -1/+6 | ||
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-09-06 | [ci] format | 1 | -1/+0 | ||
2023-09-06 | trim project name of the user input (#8427) | 3 | -1/+15 | ||
* fix: remove duplicate import * project name should be trimed * update changeset | |||||
2023-09-06 | [ci] format | 1 | -4/+1 | ||