Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2023-07-10 | Document codebase rendering concepts (#7596) | 1 | -0/+70 | ||
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-07-10 | Update prefetch README filename styling (#7613) | 2 | -2/+6 | ||
2023-07-10 | Ignore content .json files prefixed with underscores (#7611) | 4 | -2/+7 | ||
2023-07-07 | Fix: Hyphens breaking Markdoc tags (#7599) | 4 | -6/+18 | ||
* fix: handle hyphens in tag names * test: add hyphen in test suite * chore: changeset | |||||
2023-07-07 | [ci] format | 1 | -8/+10 | ||
2023-07-07 | Updates prefetch integration to add "only prefetch link on ↵ | 9 | -6/+331 | ||
hover/mouseover/focus" option (#6585) * modifies prefetch to add the option to only prefetch certain pages on hover * adds new pages to the test website to showcase prefetch-intent functionality * adds tests to verify prefetch-intent behavior * adds changelog * waits until networkidle to check if the prefetching worked instead of waiting on a specific url load * allows intentSelector to be either a string or array of strings * Revert "allows intentSelector to be either a string or array of strings" This reverts commit b0268eb0d5220ad2b08b0b7aee23f43e4caf879f. * fixes the multiple selector logic and adds tests * updates docs to include new prefetch-intent integration * Update packages/integrations/prefetch/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/prefetch/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/prefetch/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/little-cars-exist.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/prefetch/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2023-07-07 | Fix: Markdoc v0.4.0 docs (#7593) | 3 | -1/+31 | ||
* docs: add docs link to markdoc error * docs: add named exports guide to README * chore: changeset * edit: no like so Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * edit: exposed as named exports Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: bholmesdev <bholmesdev@gmail.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-07-07 | Fix code snippet in markdoc README (#7592) | 1 | -12/+8 | ||
2023-07-07 | Runtime environment variables docs for node integration (#7378) | 1 | -0/+12 | ||
* Runtime environment variables docs for node integration * Update packages/integrations/node/README.md Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> * final fixes --------- Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> | |||||
2023-07-07 | docs(cloudflare): fix code snippet in enabling preview (#7591) | 1 | -1/+1 | ||
2023-07-06 | [ci] release (#7578)create-astro@3.1.10astro@2.8.0@astrojs/vercel@3.7.0@astrojs/markdoc@0.4.1 | 53 | -178/+177 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-06 | Refactor passing compressHTML (#7585) | 9 | -28/+20 | ||
2023-07-06 | Simpify passing endpoint logging option (#7584) | 5 | -10/+7 | ||
2023-07-06 | corrected grammar. minor change (#7580) | 2 | -1/+6 | ||
2023-07-05 | Update benchmark.yml | 1 | -1/+4 | ||
2023-07-06 | Refactor `SSRResult` and `RenderContext` (#7575) | 19 | -77/+59 | ||
2023-07-05 | [ci] format | 1 | -1/+1 | ||
2023-07-05 | feat: `astro info` command (#7432) | 4 | -6/+87 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-07-05 | [ci] format | 7 | -31/+32 | ||
2023-07-05 | feat: vercel edge middleware support (#7532) | 36 | -50/+758 | ||
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-07-05 | refactor: use only manifest to compute information (#7571) | 2 | -44/+59 | ||
* refactor: use only manifest to compute information * use entry modules * revert entry modules | |||||
2023-07-05 | [ci] release (#7559)astro@2.7.4 | 42 | -75/+77 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-05 | [ci] format | 1 | -1/+1 | ||
2023-07-05 | Fix MDX README typo (#7567) | 1 | -1/+1 | ||
2023-07-05 | Fix style crawling logic for CSS HMR (#7565) | 4 | -7/+22 | ||
2023-07-04 | Move createBasicEnvironment as test-util (#7560) | 14 | -79/+71 | ||
2023-07-04 | Handle callGetStaticPaths TODO (#7558) | 3 | -37/+41 | ||
2023-07-04 | chore: fix incorrect default type (#7562) | 1 | -1/+1 | ||
2023-07-04 | Batch iterator buffering to reduce number of timeout calls (#7544) | 2 | -4/+26 | ||
2023-07-03 | Fix CI lint command (#7554) | 1 | -20/+1 | ||
2023-07-03 | Fix incorrect format from organize-imports-cli (#7553) | 1 | -0/+3 | ||
2023-07-03 | Refactor getParamsAndProps code (#7537) | 7 | -119/+138 | ||
2023-07-03 | [ci] format | 1 | -2/+0 | ||
2023-07-03 | feat: use typescript-eslint@v6's reworked configs (#7425) | 154 | -459/+318 | ||
2023-07-03 | [ci] release (#7526)create-astro@3.1.9astro@2.7.3@astrojs/vercel@3.6.0@astrojs/image@0.17.2@astrojs/cloudflare@6.6.0 | 54 | -134/+142 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-03 | Temporary fix for examples check (#7550) | 1 | -2/+3 | ||
2023-07-03 | [ci] format | 3 | -3/+9 | ||
2023-07-03 | fix: make `Picture` generate valid dev URLs (#7500) | 5 | -1/+36 | ||
2023-07-03 | [ci] format | 2 | -2/+6 | ||
2023-07-03 | Update style attribute behavior for better object support (#7542) | 6 | -11/+32 | ||
2023-07-03 | Make APIRoute generic like APIContext (#7521) | 2 | -4/+9 | ||
2023-07-01 | Move code block titles into comments to match docs (#7543) | 15 | -124/+69 | ||
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> | |||||
2023-06-30 | [ci] format | 1 | -2/+4 | ||