summaryrefslogtreecommitdiff
path: root/examples/non-html-pages (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05Fix provenance release (#8749)Gravatar Bjorn Lu 2-0/+6
2023-10-05[ci] release (#8738)Gravatar Houston (Bot) 80-209/+318
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-05Update Netlify SSR link (#8700)Gravatar Jacob Lamb 2-1/+6
2023-10-04fix(#8746): improve error message for dynamic component usage (#8747)Gravatar Nate Moore 2-3/+9
2023-10-04Remove unused CSS output files when inlined (#8743)Gravatar Bjorn Lu 2-2/+25
2023-10-04[ci] formatGravatar bluwy 3-23/+19
2023-10-04chore: remove undici polyfill (#8729)Gravatar Arsh 12-105/+22
2023-10-04[ci] formatGravatar bluwy 1-7/+3
2023-10-04Fixes: Shiki syntax highlighting adds is:raw attribute to the HTML output ↵Gravatar Chris 3-2/+23
(#8715) Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-04Fix markdown rehype plugin example (#8733)Gravatar Kobe Ruado 1-2/+2
2023-10-03[ci] formatGravatar natemoo-re 1-1/+1
2023-10-03Improve `astro info` compatability (#8730)Gravatar Nate Moore 2-5/+22
* 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 2-1/+6
2023-10-03feat: add provenance to packages (#8737)Gravatar Emanuele Stoppa 22-2/+90
2023-10-03Fix `tsconfig.json` update causing the server to crash (#8736)Gravatar Bjorn Lu 3-16/+52
2023-10-02fix: typo in error deprecation message (#8708)Gravatar Genteure 1-1/+1
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
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