summaryrefslogtreecommitdiff
path: root/.changeset (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10fix(cloudflare): runtime types for Cloudflare caches (#8782)Gravatar Mikkel Ricafrente 1-0/+5
* fix cachestorage reference in cloudflare integration * add cachestorage to serverdirectorymode * add changeset * remove global caches type * update unlucky-avocados-brake.md
2023-10-10[ci] release (#8768)astro@3.2.4@astrojs/tailwind@5.0.2@astrojs/cloudflare@7.5.2Gravatar Houston (Bot) 9-50/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-10fix(cloudflare): esbuild settings for cloudflare (#8788)Gravatar Alexander Niebuhr 1-0/+5
--------- Co-authored-by: Jonathan Dunlap <595843+jadbox@users.noreply.github.com>
2023-10-09fix(cloudflare): support for 'cloudflare:*' imports (#8766)Gravatar Jonathan Dunlap 1-0/+5
* chore: add 'cloudflare:sockets' to external list * chore: add Changeset * patch: wildcard cloudflare packages * chore: updated Readme for cloudflare module support * Update .changeset/heavy-elephants-tan.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/cloudflare/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
2023-10-09fix(windows): ensure drive letter is uppercase (#8741)Gravatar Arsh 1-0/+5
2023-10-09feat(tailwind): create a tailwind.config.mjs file by default (#8638)Gravatar Florian Lefebvre 1-0/+6
2023-10-09Fix transition attributes on islands (#8776)Gravatar Martin Trapp 1-0/+5
* Fix transition attributes on islands * Incorporate comments from review
2023-10-09Fix flickering during view transitions (#8772)Gravatar Martin Trapp 1-0/+5
* Fix for #8711 * more descriptive changeset * chores, while we are at it ...
2023-10-09Make CSS chunk names less confusing (#8754)Gravatar Bjorn Lu 1-0/+5
2023-10-07fix(assets): add the missing `await` to getHTMLAttributes (#8773)Gravatar Makito 1-0/+5
2023-10-06Revert fix #8472 (#8767)Gravatar Martin Trapp 1-0/+9
2023-10-05[ci] release (#8738)Gravatar Houston (Bot) 10-70/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05Update Netlify SSR link (#8700)Gravatar Jacob Lamb 1-0/+5
2023-10-04fix(#8746): improve error message for dynamic component usage (#8747)Gravatar Nate Moore 1-0/+5
2023-10-04Remove unused CSS output files when inlined (#8743)Gravatar Bjorn Lu 1-0/+5
2023-10-04chore: remove undici polyfill (#8729)Gravatar Arsh 2-0/+10
2023-10-04Fixes: Shiki syntax highlighting adds is:raw attribute to the HTML output ↵Gravatar Chris 1-0/+5
(#8715) Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-03Improve `astro info` compatability (#8730)Gravatar Nate Moore 1-0/+5
* Improve `astro info` compatability * Update packages/astro/src/cli/info/index.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * chore: add changeset * feat(info): add copy to clipboard support on Unix machines with xclip installed --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-10-03feat: expose partytown types (close #8723) (#8740)Gravatar Florian Lefebvre 1-0/+5
2023-10-03feat: add provenance to packages (#8737)Gravatar Emanuele Stoppa 1-0/+25
2023-10-03Fix `tsconfig.json` update causing the server to crash (#8736)Gravatar Bjorn Lu 1-0/+5
2023-10-02[ci] release (#8722)astro@3.2.2@astrojs/markdoc@0.5.1@astrojs/cloudflare@7.5.0Gravatar Houston (Bot) 7-36/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-02Fix CSS styles on windows (#8724)Gravatar Bjorn Lu 1-0/+5
2023-10-02feat(cloudflare): add local mockings for CF bindings (#8655)Gravatar Alexander Niebuhr 5-0/+25
* 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-02Fixes View transition styles being missing when component used multiple ↵Gravatar Matthew Phillips 1-0/+6
times (#8710)
2023-10-02[ci] release (#8699)astro@3.2.1@astrojs/node@6.0.2@astrojs/cloudflare@7.4.0Gravatar Houston (Bot) 4-21/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-29feat: resolve images through the file systems on applicable runtimes (#8698)Gravatar Erika 1-0/+6
* feat: add a node image endpoint * test: fix
2023-09-29Fix duplicated Astro and Vite injected styles (#8706)Gravatar Bjorn Lu 1-0/+5
2023-09-29Fix hydration on slow connection (#8680)Gravatar Bjorn Lu 1-0/+5
2023-09-28fix(cloudflare): target es2022 instead of es2020 to fix esbuild ↵Gravatar Dario Piotrowicz 1-0/+5
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-28[ci] release (#8695)astro@3.2.0@astrojs/cloudflare@7.3.1Gravatar Houston (Bot) 11-102/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-28Revert "[ci] release (#8671)" (#8696)Gravatar Matthew Phillips 5-0/+72
This reverts commit eada8ab8fa0d291586f30c010edaa56905351064.
2023-09-28fix(rerouting): check that the new route is different (#8648)Gravatar Arsh 1-0/+5
* fix(rerouting): check that the new route is different * add tests * changeset grammar
2023-09-28[ci] release (#8671)Gravatar Houston (Bot) 5-72/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-09-28Support content collections with % in filename (#8684)Gravatar Matthew Phillips 1-0/+5
* 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-28chore(cloudflare): refactor structure, optimize patterns (#8654)Gravatar Alexander Niebuhr 1-0/+5
--------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: 100gle <loogle.space@gmail.com>
2023-09-27Match the .well-known directory when generating routes.json (#7776)Gravatar Adit Sachde 1-0/+5
* 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-27fix(redirects): attempt to get only params in dev mode (#8647)Gravatar Arsh 1-0/+5
* 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 1-0/+5
* 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-27Add View Transitions announcer (#8621)Gravatar Matthew Phillips 1-0/+11
* 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-27Support integrations added in updateConfig() in astro:config:setup (#8672)Gravatar Chris Swithinbank 1-0/+34
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-27Fix logLevel passed to Vite build (#8678)Gravatar Bjorn Lu 1-0/+5
2023-09-27API for clientside router (#8571)Gravatar Martin Trapp 1-0/+17
* 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 1-0/+5
2023-09-25[ci] release (#8663)astro@3.1.4@astrojs/netlify@3.0.2@astrojs/deno@5.0.1Gravatar Houston (Bot) 3-15/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25Head propagation graph walking on new pages (#8646)Gravatar Matthew Phillips 1-0/+5
* Head propagation graph walking on new pages * Add changeset * Avoid the bang * Add TODOs about handling in resolveId
2023-09-25fix(netlify): bundle netlify functions as ESM to support top-level await (#8661)Gravatar Simon Knott 1-0/+5
2023-09-25fix(deno): do not set vite.ssr.noExternal (#8652)Gravatar Arsh 1-0/+5
* fix(deno): safely set external specifiers * noExternal does not need to be manually set at all
2023-09-25[ci] release (#8635)create-astro@4.2.1astro@3.1.3@astrojs/cloudflare@7.3.0Gravatar Houston (Bot) 9-45/+0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25fix: generated redirect page canonical lacks of site prefix (#8591)Gravatar Rishi Raj Jain 1-0/+5