summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-10-02[ci] release (#8722)astro@3.2.2@astrojs/markdoc@0.5.1@astrojs/cloudflare@7.5.0Gravatar Houston (Bot) 47-103/+104
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-02Fix CSS styles on windows (#8724)Gravatar Bjorn Lu 4-9/+29
2023-10-02fix(deno): link to adapter repo (#8712)Gravatar Ray 1-1/+1
2023-10-02[ci] formatGravatar alexanderniebuhr 1-1/+1
2023-10-02feat(cloudflare): add local mockings for CF bindings (#8655)Gravatar Alexander Niebuhr 19-46/+423
* feat(cloudflare): add D1 database binding * feat(cloudflare): add local mocking for R2 bindings (#8656) * feat(cloudflare): add local mocking for KV bindings (#8657) * feat(cloudflare): add local mocking for Caches bindings (#8664) * feat(cloudflare): add local mocking for DO bindings (#8690) --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-02[ci] formatGravatar matthewp 2-8/+6
2023-10-02Fixes View transition styles being missing when component used multiple ↵Gravatar Matthew Phillips 8-6/+53
times (#8710)
2023-10-02[ci] release (#8699)astro@3.2.1@astrojs/node@6.0.2@astrojs/cloudflare@7.4.0Gravatar Houston (Bot) 44-119/+104
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-30fix(cloudflare): broken link in docs (#8709)Gravatar Alexander Niebuhr 1-2/+2
2023-09-29feat: resolve images through the file systems on applicable runtimes (#8698)Gravatar Erika 10-18/+118
* feat: add a node image endpoint * test: fix
2023-09-29refactor(markdown): Move `astro:assets`-specific code out of the main Vite ↵Gravatar Erika 2-25/+41
plugin (#8704)
2023-09-29Fix preloading stylesheets in view transitions (#8707)Gravatar Martin Trapp 6-2/+29
* Fix preload of stylesheets (VT) * Fix preload of stylesheets (VT)
2023-09-29Fix duplicated Astro and Vite injected styles (#8706)Gravatar Bjorn Lu 13-135/+18
2023-09-29Fix hydration on slow connection (#8680)Gravatar Bjorn Lu 3-7/+31
2023-09-28fix(cloudflare): target es2022 instead of es2020 to fix esbuild ↵Gravatar Dario Piotrowicz 2-2/+7
incompatibility issues (#8682) * fix(cloudflare): target es2022 instead of es2020 to fix esbuild incompatibility issues * add changeset * update changeset * fix(cloudflare): change build target to es2022 --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-09-28fix(cloudflare): sneaky docs (#8694)Gravatar Alexander Niebuhr 1-3/+2
* fix(cloudflare): sneaky docs * resolve docs review comments Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * resolve docs review comments Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-28Remove the Deno example (#8697)Gravatar Matthew Phillips 10-358/+0
2023-09-28[ci] release (#8695)astro@3.2.0@astrojs/cloudflare@7.3.1Gravatar Houston (Bot) 51-2105/+285
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-28Revert "[ci] release (#8671)" (#8696)Gravatar Matthew Phillips 44-130/+139
This reverts commit eada8ab8fa0d291586f30c010edaa56905351064.
2023-09-28Adds a stub version number for the old netlify adapterGravatar Matthew Phillips 1-0/+1
2023-09-28[ci] formatGravatar lilnasy 2-27/+26
2023-09-28fix(rerouting): check that the new route is different (#8648)Gravatar Arsh 22-2/+152
* fix(rerouting): check that the new route is different * add tests * changeset grammar
2023-09-28[ci] release (#8671)Gravatar Houston (Bot) 44-139/+130
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-09-28[ci] formatGravatar matthewp 1-2/+2
2023-09-28Support content collections with % in filename (#8684)Gravatar Matthew Phillips 6-6/+35
* Support content collections with % in filename * Add changeset * Unused eslint thing * Update packages/astro/src/core/build/static-build.ts Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> --------- Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-09-28[ci] formatGravatar alexanderniebuhr 1-0/+3
2023-09-28chore(cloudflare): refactor structure, optimize patterns (#8654)Gravatar Alexander Niebuhr 13-308/+313
--------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: 100gle <loogle.space@gmail.com>
2023-09-28chore(ci): pin CI Node version to 18.17.1 (#8693)Gravatar Arsh 1-2/+2
* chore(ci): pin E2E Node version to 18.17.1 * pin for the "test" as well * ...for windows, not ubuntu * ...for windows, not macos
2023-09-28[ci] formatGravatar ElianCodes 2-1/+2
2023-09-28update all the readme's for expressive code (#8691)Gravatar Elian ☕️ 16-224/+249
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Genteure <Genteure@users.noreply.github.com> Co-authored-by: Bryce Russell <brycetrussell@gmail.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Hippo <hippotastic@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Kevin Zuniga Cuellar <kevinzunigacuellar@users.noreply.github.com>
2023-09-28[ci] formatGravatar ElianCodes 1-1/+1
2023-09-28Update codesample for Alpine README (#8689)Gravatar Elian ☕️ 1-9/+10
Co-authored-by: HiDeoo <HiDeoo@users.noreply.github.com> Co-authored-by: Genteure <Genteure@users.noreply.github.com> Co-authored-by: Bryce Russell <brycetrussell@gmail.com> Co-authored-by: Reuben Tier <TheOtterlord@users.noreply.github.com> Co-authored-by: Hippo <hippotastic@users.noreply.github.com>
2023-09-27Match the .well-known directory when generating routes.json (#7776)Gravatar Adit Sachde 2-0/+6
* Match the .well-known directory when generating routes.json * add changeset * Update .changeset/clean-planets-retire.md --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-27[ci] formatGravatar matthewp 3-3/+3
2023-09-27fix(redirects): attempt to get only params in dev mode (#8647)Gravatar Arsh 15-11/+73
* fix(redirects): attempt to get only params in dev mode * fixtures/ssr-redirect => fixtures/redirects * add tests * Update pnpm-lock.yaml
2023-09-27Fix assets not getting optimized when `outDir` is outside the CWD (#8670)Gravatar Michaili K 2-1/+7
* Fix assets not getting optimized when `outDir` is outside the CWD * Add missing import * Add changeset * Fix import, again. * Use getOutDirWithinCwd in the serverRoot declaration
2023-09-27New code (#8559)Gravatar Matthew Phillips 27-1436/+1
2023-09-27Remove Netlify adapter from core (#8574)Gravatar Matthew Phillips 62-3129/+1940
* New link * More explicit * Add placeholder package.json * lockfile * add keyworkds
2023-09-27[ci] formatGravatar matthewp 35-521/+83983
2023-09-27Add View Transitions announcer (#8621)Gravatar Matthew Phillips 42-0/+787
* Add View Transitions announcer * fix astro check * Append the text in a setTimeout * Use 60 for the timeout * Add comment on magic number * Add a changeset * Update .changeset/small-rules-relax.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Bring back announce logic * Remove mention of env file --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-27[ci] formatGravatar delucis 2-15/+16
2023-09-27Support integrations added in updateConfig() in astro:config:setup (#8672)Gravatar Chris Swithinbank 3-2/+95
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-27Fix logLevel passed to Vite build (#8678)Gravatar Bjorn Lu 3-4/+9
2023-09-27[ci] formatGravatar martrapp 1-2/+2
2023-09-27API for clientside router (#8571)Gravatar Martin Trapp 9-434/+586
* refactored CSR into goto() function * first refectoring for router API * added test * added comments to fixture * rename + preliminary changeset * changeset: now 'minor' and featuring Mathew's example from the docs * moved for simpler diff * update after #8617 * fixed ts-errors * more comprehensible handling of intra-page state * sync with main * synch from next_tm
2023-09-26fix: print image path for NoImageMetadata (#8666)Gravatar Nolan Lawson 2-1/+6
2023-09-25[ci] release (#8663)astro@3.1.4@astrojs/netlify@3.0.2@astrojs/deno@5.0.1Gravatar Houston (Bot) 45-84/+94
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25[ci] formatGravatar matthewp 1-7/+7
2023-09-25Head propagation graph walking on new pages (#8646)Gravatar Matthew Phillips 9-0/+78
* Head propagation graph walking on new pages * Add changeset * Avoid the bang * Add TODOs about handling in resolveId
2023-09-25[ci] formatGravatar ematipico 2-9/+8