Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2023-09-06 | Fix React dev mode using a base (#8428) | 4 | -7/+7 | ||
2023-09-06 | fix: no asset plugin w/ img is imported with query (#8353) | 8 | -13/+95 | ||
* fix: no asset plugin w/ img is imported with query * add changeset * add test for the new feature * remove exp * use removeQueryString instead of `includes('?')` it's more explicit --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-09-06 | fix: make sharp an optional dep (#8416) | 4 | -6/+60 | ||
* fix: make sharp an optional dep * chore: lockfile * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-09-06 | [ci] format | 1 | -2/+1 | ||
2023-09-06 | Improve Package Detection (#8306) | 12 | -36/+60 | ||
2023-09-06 | [ci] format | 2 | -16/+18 | ||
2023-09-06 | fix: include route prefix in vercel func names, fix #8401 (#8408) | 10 | -6/+104 | ||
* fix: include route prefix in vercel func names * chore: add changeset * chore: update pnpm lockfile * refactor: simplify logic that generates vercel func names * fix: properly remove entryFile prefix from func name * refactor: change how vercel function names are generated --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-09-05 | fix: fix remote `astro:assets` caching logic (#8424) | 2 | -1/+6 | ||
2023-09-05 | Fix markdown page HMR (#8418) | 3 | -3/+12 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-09-05 | Skip cloudflare CLI tests if fail to start (#8417) | 4 | -10/+26 | ||
* Skip cloudflare CLI tests if fail to start * Fix port --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-09-05 | Fix scroll position when navigating back from page w/o ViewTransitions (#8332) | 4 | -3/+34 | ||
Co-authored-by: Justin Beaty <51970393+justinbeaty@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-09-05 | [ci] format | 2 | -26/+29 | ||
2023-09-05 | Allow vite to refer to inlined CSS (#8351) | 16 | -8/+118 | ||
* fix(client build): keep inlined stylesheets * add changesets * appease linter * eslint: allow variables beginning with an underscore to be unused * remove eslint-ignore that's no longer needed * ready for review | |||||
2023-09-05 | fix: missing imageConfig type in astro:assets (#8414) | 2 | -1/+7 | ||
2023-09-05 | Fix some formatting problems and description in astro.ts (#8410) | 1 | -10/+10 | ||
2023-09-05 | Add location data to MDX compile errors (#8405) | 2 | -21/+32 | ||
2023-09-05 | fix: `funcitonPerRoute` → `functionPerRoute` in vercel integ package (#8406) | 1 | -1/+1 | ||
2023-09-04 | refactor: fix typo in astro.ts (#8385) | 1 | -2/+2 | ||
Co-authored-by: Elian ☕️ <hello@elian.codes> | |||||
2023-09-04 | [ci] format | 2 | -7/+11 | ||
2023-09-04 | Update examples & uppercase endpoints & fix response (#8391) | 5 | -26/+16 | ||
Co-authored-by: liruifeng <liruifeng@troila.com> | |||||
2023-09-04 | chore: use `z.coerce.date()` to pass input through `new Date(input)`. (#8383) | 3 | -18/+6 | ||
2023-09-04 | fix: remove duplicate import (#8393) | 1 | -2/+1 | ||
Co-authored-by: jesse <qfei.shao@gmail.com> | |||||
2023-09-04 | [ci] release (#8372)astro@3.0.8 | 42 | -75/+73 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-04 | Fix pipeline `beforeHydrationScript` handling (#8388) | 2 | -1/+6 | ||
2023-09-04 | Fix benchmark import path (#8389) | 1 | -1/+1 | ||
2023-09-02 | [ci] format | 1 | -4/+4 | ||
2023-09-01 | fix: remove double `}` (#8370) | 2 | -5/+10 | ||
* fix: remove extra `}` * changeset: add | |||||
2023-09-01 | [ci] release (#8356)astro@3.0.7@astrojs/telemetry@3.0.1@astrojs/netlify@3.0.1@astrojs/cloudflare@7.0.1 | 49 | -95/+107 | ||