summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-11[ci] release (#7594)astro@2.8.1@astrojs/prefetch@0.3.0@astrojs/markdoc@0.4.2Gravatar Houston (Bot) 50-104/+100
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-11Filter out astro from `peerDependencies` in `astro add` (#7620)Gravatar Chris Swithinbank 2-1/+7
2023-07-11[ci] formatGravatar bluwy 1-1/+1
2023-07-11Refactor simple CLI commands (#7619)Gravatar Bjorn Lu 12-115/+123
2023-07-10fix: `astro info` command fallback for package manager (#7618)Gravatar Emanuele Stoppa 2-1/+7
2023-07-10Add CLI startup speed benchmark (#7617)Gravatar Bjorn Lu 5-11/+95
2023-07-10[ci] formatGravatar bluwy 1-1/+1
2023-07-10Document codebase rendering concepts (#7596)Gravatar Bjorn Lu 1-0/+70
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-07-10Update prefetch README filename styling (#7613)Gravatar Yan Thomas 2-2/+6
2023-07-10Ignore content .json files prefixed with underscores (#7611)Gravatar Bjorn Lu 4-2/+7
2023-07-07Fix: Hyphens breaking Markdoc tags (#7599)Gravatar Ben Holmes 4-6/+18
* fix: handle hyphens in tag names * test: add hyphen in test suite * chore: changeset
2023-07-07[ci] formatGravatar matthewp 1-8/+10
2023-07-07Updates prefetch integration to add "only prefetch link on ↵Gravatar Kory Smith 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-07Fix: Markdoc v0.4.0 docs (#7593)Gravatar Ben Holmes 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-07Fix code snippet in markdoc README (#7592)Gravatar zyoshoka 1-12/+8
2023-07-07Runtime environment variables docs for node integration (#7378)Gravatar Tom Adler 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-07docs(cloudflare): fix code snippet in enabling preview (#7591)Gravatar Yusuf 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.1Gravatar Houston (Bot) 53-178/+177
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-06Refactor passing compressHTML (#7585)Gravatar Bjorn Lu 9-28/+20
2023-07-06Simpify passing endpoint logging option (#7584)Gravatar Bjorn Lu 5-10/+7
2023-07-06corrected grammar. minor change (#7580)Gravatar sank.eth 2-1/+6
2023-07-05Update benchmark.ymlGravatar Fred K. Schott 1-1/+4
2023-07-06Refactor `SSRResult` and `RenderContext` (#7575)Gravatar Bjorn Lu 19-77/+59
2023-07-05[ci] formatGravatar ematipico 1-1/+1
2023-07-05feat: `astro info` command (#7432)Gravatar Emanuele Stoppa 4-6/+87
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-05[ci] formatGravatar ematipico 7-31/+32
2023-07-05feat: vercel edge middleware support (#7532)Gravatar Emanuele Stoppa 36-50/+758
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-07-05refactor: use only manifest to compute information (#7571)Gravatar Emanuele Stoppa 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.4Gravatar Houston (Bot) 42-75/+77
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-05[ci] formatGravatar bluwy 1-1/+1
2023-07-05Fix MDX README typo (#7567)Gravatar THARAK HEGDE 1-1/+1
2023-07-05Fix style crawling logic for CSS HMR (#7565)Gravatar Bjorn Lu 4-7/+22
2023-07-04Move createBasicEnvironment as test-util (#7560)Gravatar Bjorn Lu 14-79/+71
2023-07-04Handle callGetStaticPaths TODO (#7558)Gravatar Bjorn Lu 3-37/+41
2023-07-04chore: fix incorrect default type (#7562)Gravatar Emanuele Stoppa 1-1/+1
2023-07-04Batch iterator buffering to reduce number of timeout calls (#7544)Gravatar Johannes Spohr 2-4/+26
2023-07-03Fix CI lint command (#7554)Gravatar Bjorn Lu 1-20/+1
2023-07-03Fix incorrect format from organize-imports-cli (#7553)Gravatar Bjorn Lu 1-0/+3
2023-07-03Refactor getParamsAndProps code (#7537)Gravatar Bjorn Lu 7-119/+138
2023-07-03[ci] formatGravatar bluwy 1-2/+0
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 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.0Gravatar Houston (Bot) 54-134/+142
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-03Temporary fix for examples check (#7550)Gravatar Bjorn Lu 1-2/+3
2023-07-03[ci] formatGravatar bluwy 3-3/+9
2023-07-03fix: make `Picture` generate valid dev URLs (#7500)Gravatar Wooseop Kim 5-1/+36
2023-07-03[ci] formatGravatar bluwy 2-2/+6
2023-07-03Update style attribute behavior for better object support (#7542)Gravatar Nate Moore 6-11/+32
2023-07-03Make APIRoute generic like APIContext (#7521)Gravatar Ken Powers 2-4/+9
2023-07-01Move code block titles into comments to match docs (#7543)Gravatar Hippo 15-124/+69
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-06-30[ci] formatGravatar natemoo-re 1-2/+4