Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | Handle flaky tests (#7651) | 6 | -44/+56 | ||
2023-07-14 | [ci] release (#7658) | 8 | -14/+16 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-14 | [ci] format | 2 | -4/+4 | ||
2023-07-14 | fix(#7654): exclude @vercel/nft (#7659) | 3 | -0/+11 | ||
2023-07-14 | [ci] format | 2 | -26/+28 | ||
2023-07-14 | Sitemap should only exclude 404 and 500 pages (#7655) | 7 | -29/+60 | ||
* fix(#7472): sitemap should only exclude 404 and 500 pages * chore: refactor logic, add test | |||||
2023-07-14 | Revert "Clarify SSR limitations of sitemaps of dynamic routes (#7625)" (#7653) | 1 | -2/+0 | ||
This reverts commit 9352ac65f4d8c44a5d0cf9cccc37a1196da538cf. | |||||
2023-07-14 | [ci] format | 1 | -3/+2 | ||
2023-07-14 | refactor: use SSR manifest in dev (#7587) | 8 | -97/+182 | ||
2023-07-14 | [ci] format | 1 | -2/+1 | ||
2023-07-14 | Clarify SSR limitations of sitemaps of dynamic routes (#7625) | 1 | -0/+3 | ||
While this README doesn't distinguish between SSR mode and static mode (and SSR mode was recently made available for the sitemaps integration), there is one important difference: Dynamic routes that are server-rendered can't be used to create sitemap entries. This note makes that clear. | |||||
2023-07-14 | [ci] release (#7645)astro@2.8.3 | 44 | -85/+77 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-14 | nit: export props has been unnecessary.. forever (#7646) | 32 | -39/+39 | ||
2023-07-14 | fix(squoosh): Fix wrong file path in rotation check (#7650) | 1 | -1/+3 | ||
2023-07-14 | [docs] fix link in image integration README (#7649) | 1 | -1/+1 | ||
2023-07-14 | Remove weird changeset symbols (#7648) | 2 | -2/+2 | ||
2023-07-14 | Refactor merge server config (#7639) | 3 | -28/+26 | ||
2023-07-13 | [ci] format | 4 | -16/+19 | ||
2023-07-13 | Fixes for redirects config (#7644) | 9 | -14/+110 | ||
* Update redirects static generation based on recs Got some great recommendations on how to handle our HTML written redirect code based on SEO best practices. See https://github.com/withastro/roadmap/issues/466#issuecomment-1595940678 This implements them all. * Fix for using the root path / as a redirect Fixes https://github.com/withastro/astro/issues/7478 * Fix static redirects prefer over dynamic page Fixes https://github.com/withastro/astro/issues/7581 | |||||
2023-07-13 | fix(assets): Fix images not following EXIF rotation (#7637) | 7 | -8/+46 | ||
2023-07-13 | [ci] format | 1 | -1/+1 | ||
2023-07-13 | Allow SVGs when using Assets (#7643) | 8 | -17/+46 | ||
* Allow SVG files when using Assets * Fixed TypeScript error * fix: some small nits and add a test * chore: changeset --------- Co-authored-by: Princesseuh <princssdev@gmail.com> | |||||
2023-07-13 | Convert CLI top-level imports as dynamic imports (#7635) | 4 | -46/+45 | ||
2023-07-13 | [ci] release (#7624)astro@2.8.2@astrojs/vercel@3.7.1@astrojs/underscore-redirects@0.2.0@astrojs/netlify@2.4.0@astrojs/cloudflare@6.6.1 | 49 | -108/+129 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-13 | [ci] format | 1 | -5/+10 | ||
2023-07-13 | [docs] update image integration README (#7633) | 1 | -2/+69 | ||
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> | |||||
2023-07-13 | [ci] format | 1 | -1/+1 | ||
2023-07-13 | Move all CLI commands to their subfolders (#7634) | 7 | -102/+170 | ||
2023-07-13 | [ci] format | 1 | -2/+2 | ||
2023-07-13 | feat(@astrojs/netlify): add `build.split` support (#7615) | 20 | -35/+234 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2023-07-13 | Update turbo cache flow (#7631) | 1 | -33/+36 | ||
2023-07-12 | Fix `build.excludeMiddleware` default type docs (#7630) | 1 | -1/+1 | ||
2023-07-12 | Refactor config loading (#7622) | 6 | -151/+90 | ||
2023-07-12 | [ci] format | 1 | -1/+1 | ||
2023-07-12 | feat: bumped typescript-eslint to v6 stable 🥳 (#7626) | 4 | -43/+49 | ||
2023-07-12 | fix(@astrojs/vercel): improve file detection (#7621) | 16 | -25/+113 | ||
2023-07-11 | [ci] format | 1 | -1/+1 | ||
2023-07-11 | Fixes Response not being cloneable by middleware (#7623) | 5 | -0/+37 | ||
2023-07-11 | [ci] release (#7594)astro@2.8.1@astrojs/prefetch@0.3.0@astrojs/markdoc@0.4.2 | 50 | -104/+100 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-11 | Filter out astro from `peerDependencies` in `astro add` (#7620) | 2 | -1/+7 | ||
2023-07-11 | [ci] format | 1 | -1/+1 | ||
2023-07-11 | Refactor simple CLI commands (#7619) | 12 | -115/+123 | ||
2023-07-10 | fix: `astro info` command fallback for package manager (#7618) | 2 | -1/+7 | ||
2023-07-10 | Add CLI startup speed benchmark (#7617) | 5 | -11/+95 | ||
2023-07-10 | [ci] format | 1 | -1/+1 | ||