Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-05 | Fix git tag release (#8752)astro@3.2.3@astrojs/vue@3.0.1@astrojs/vercel@5.0.2@astrojs/underscore-redirects@0.3.1@astrojs/telemetry@3.0.3@astrojs/tailwind@5.0.1@astrojs/svelte@4.0.3@astrojs/solid-js@3.0.2@astrojs/sitemap@3.0.1@astrojs/react@3.0.3@astrojs/prefetch@0.4.1@astrojs/preact@3.0.1@astrojs/partytown@2.0.1@astrojs/node@6.0.3@astrojs/netlify@0.0.0@astrojs/mdx@1.1.1@astrojs/markdown-remark@3.2.1@astrojs/markdoc@0.5.2@astrojs/lit@3.0.1@astrojs/internal-helpers@0.2.1@astrojs/cloudflare@7.5.1@astrojs/alpinejs@0.3.1 | 1 | -1/+1 | ||
2023-10-05 | Fix provenance release (#8749) | 2 | -0/+6 | ||
2023-10-05 | [ci] release (#8738) | 80 | -209/+318 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-05 | Update Netlify SSR link (#8700) | 2 | -1/+6 | ||
2023-10-04 | fix(#8746): improve error message for dynamic component usage (#8747) | 2 | -3/+9 | ||
2023-10-04 | Remove unused CSS output files when inlined (#8743) | 2 | -2/+25 | ||
2023-10-04 | [ci] format | 3 | -23/+19 | ||
2023-10-04 | chore: remove undici polyfill (#8729) | 12 | -105/+22 | ||
2023-10-04 | [ci] format | 1 | -7/+3 | ||
2023-10-04 | Fixes: Shiki syntax highlighting adds is:raw attribute to the HTML output ↵ | 3 | -2/+23 | ||
(#8715) Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2023-10-04 | Fix markdown rehype plugin example (#8733) | 1 | -2/+2 | ||
2023-10-03 | [ci] format | 1 | -1/+1 | ||
2023-10-03 | Improve `astro info` compatability (#8730) | 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-03 | feat: expose partytown types (close #8723) (#8740) | 2 | -1/+6 | ||
2023-10-03 | feat: add provenance to packages (#8737) | 22 | -2/+90 | ||
2023-10-03 | Fix `tsconfig.json` update causing the server to crash (#8736) | 3 | -16/+52 | ||
2023-10-02 | fix: typo in error deprecation message (#8708) | 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.0 | 47 | -103/+104 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-10-02 | Fix CSS styles on windows (#8724) | 4 | -9/+29 | ||
2023-10-02 | fix(deno): link to adapter repo (#8712) | 1 | -1/+1 | ||
2023-10-02 | [ci] format | 1 | -1/+1 | ||
2023-10-02 | feat(cloudflare): add local mockings for CF bindings (#8655) | 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] format | 2 | -8/+6 | ||
2023-10-02 | Fixes View transition styles being missing when component used multiple ↵ | 8 | -6/+53 | ||
times (#8710) | |||||
2023-10-02 | [ci] release (#8699)astro@3.2.1@astrojs/node@6.0.2@astrojs/cloudflare@7.4.0 | 44 | -119/+104 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-30 | fix(cloudflare): broken link in docs (#8709) | 1 | -2/+2 | ||
2023-09-29 | feat: resolve images through the file systems on applicable runtimes (#8698) | 10 | -18/+118 | ||
* feat: add a node image endpoint * test: fix | |||||
2023-09-29 | refactor(markdown): Move `astro:assets`-specific code out of the main Vite ↵ | 2 | -25/+41 | ||
plugin (#8704) | |||||
2023-09-29 | Fix preloading stylesheets in view transitions (#8707) | 6 | -2/+29 | ||
* Fix preload of stylesheets (VT) * Fix preload of stylesheets (VT) | |||||
2023-09-29 | Fix duplicated Astro and Vite injected styles (#8706) | 13 | -135/+18 | ||
2023-09-29 | Fix hydration on slow connection (#8680) | 3 | -7/+31 | ||
2023-09-28 | fix(cloudflare): target es2022 instead of es2020 to fix esbuild ↵ | 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-28 | fix(cloudflare): sneaky docs (#8694) | 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-28 | Remove the Deno example (#8697) | 10 | -358/+0 | ||
2023-09-28 | [ci] release (#8695)astro@3.2.0@astrojs/cloudflare@7.3.1 | 51 | -2105/+285 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-09-28 | Revert "[ci] release (#8671)" (#8696) | 44 | -130/+139 | ||
This reverts commit eada8ab8fa0d291586f30c010edaa56905351064. | |||||
2023-09-28 | Adds a stub version number for the old netlify adapter | 1 | -0/+1 | ||
2023-09-28 | [ci] format | 2 | -27/+26 | ||
2023-09-28 | fix(rerouting): check that the new route is different (#8648) | 22 | -2/+152 | ||
* fix(rerouting): check that the new route is different * add tests * changeset grammar | |||||
2023-09-28 | [ci] release (#8671) | 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] format | 1 | -2/+2 | ||
2023-09-28 | Support content collections with % in filename (#8684) | 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] format | 1 | -0/+3 | ||
2023-09-28 | chore(cloudflare): refactor structure, optimize patterns (#8654) | 13 | -308/+313 | ||
--------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: 100gle <loogle.space@gmail.com> | |||||
2023-09-28 | chore(ci): pin CI Node version to 18.17.1 (#8693) | 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] format | 2 | -1/+2 | ||
2023-09-28 | update all the readme's for expressive code (#8691) | 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] format | 1 | -1/+1 | ||
2023-09-28 | Update codesample for Alpine README (#8689) | 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-27 | Match the .well-known directory when generating routes.json (#7776) | 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> |