summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-12-01Remove @astrojs/prefetch integration (#9241)Gravatar Bjorn Lu 27-1246/+0
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-08Support prefetch in core (#8951)Gravatar Bjorn Lu 1-0/+2
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-05[ci] release (#8738)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03feat: add provenance to packages (#8737)Gravatar Emanuele Stoppa 1-0/+3
2023-09-28update all the readme's for expressive code (#8691)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> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Kevin Zuniga Cuellar <kevinzunigacuellar@users.noreply.github.com>
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-4/+1
2023-08-30[ci] release (#8279)create-astro@4.0.0astro@3.0.0@astrojs/vue@3.0.0@astrojs/vercel@4.0.0@astrojs/underscore-redirects@0.3.0@astrojs/telemetry@3.0.0@astrojs/tailwind@5.0.0@astrojs/svelte@4.0.0@astrojs/solid-js@3.0.0@astrojs/sitemap@3.0.0@astrojs/rss@3.0.0@astrojs/react@3.0.0@astrojs/prism@3.0.0@astrojs/prefetch@0.4.0@astrojs/preact@3.0.0@astrojs/partytown@2.0.0@astrojs/node@6.0.0@astrojs/netlify@3.0.0@astrojs/mdx@1.0.0@astrojs/markdown-remark@3.0.0@astrojs/markdoc@0.5.0@astrojs/lit@3.0.0@astrojs/internal-helpers@0.2.0@astrojs/deno@5.0.0@astrojs/cloudflare@7.0.0@astrojs/alpinejs@0.3.0Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24Update breaking dependencies (#8201)Gravatar Bjorn Lu 1-3/+0
2023-08-23Update non-major dependencies (#8199)Gravatar Bjorn Lu 1-3/+2
2023-08-22[ci] release (rc) (#8147)create-astro@4.0.0-rc.2astro@3.0.0-rc.5@astrojs/vue@3.0.0-rc.1@astrojs/vercel@4.0.0-rc.4@astrojs/underscore-redirects@0.3.0-rc.1@astrojs/telemetry@3.0.0-rc.3@astrojs/tailwind@5.0.0-rc.1@astrojs/svelte@4.0.0-rc.2@astrojs/solid-js@3.0.0-rc.3@astrojs/sitemap@3.0.0-rc.1@astrojs/rss@3.0.0-rc.1@astrojs/react@3.0.0-rc.4@astrojs/prism@3.0.0-rc.1@astrojs/prefetch@0.4.0-rc.1@astrojs/preact@3.0.0-rc.2@astrojs/partytown@2.0.0-rc.1@astrojs/node@6.0.0-rc.1@astrojs/netlify@3.0.0-rc.2@astrojs/mdx@1.0.0-rc.2@astrojs/markdown-remark@3.0.0-rc.1@astrojs/markdoc@0.5.0-rc.1@astrojs/lit@3.0.0-rc.1@astrojs/internal-helpers@0.2.0-rc.2@astrojs/deno@5.0.0-rc.1@astrojs/cloudflare@7.0.0-rc.3@astrojs/alpinejs@0.3.0-rc.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08[ci] release (beta) (#7897)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 1-1/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-08-08Remove support for Node 16 (#7780)Gravatar Erika 1-1/+1
2023-08-01Fix prefetch test fail (#7902)Gravatar Bjorn Lu 1-0/+2
2023-07-11[ci] release (#7594)astro@2.8.1@astrojs/prefetch@0.3.0@astrojs/markdoc@0.4.2Gravatar Houston (Bot) 2-1/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-10Update prefetch README filename styling (#7613)Gravatar Yan Thomas 1-2/+1
2023-07-07[ci] formatGravatar matthewp 1-8/+10
2023-07-07Updates prefetch integration to add "only prefetch link on ↵Gravatar Kory Smith 8-6/+326
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-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+1
2023-07-01Move code block titles into comments to match docs (#7543)Gravatar Hippo 1-7/+4
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 1-19/+26
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 1-1/+1
2023-05-21[ci] release (#7130)astro@2.5.1@astrojs/prefetch@0.2.3@astrojs/markdoc@0.2.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-19fix(prefetch): Fix the inclusion of `@types/network-information` (#7123)Gravatar Connor Bär 1-1/+1
2023-05-18[ci] release (#7090)astro@2.5.0@astrojs/vue@2.2.0@astrojs/vercel@3.4.0@astrojs/turbolinks@0.2.2@astrojs/tailwind@3.1.3@astrojs/svelte@2.2.0@astrojs/solid-js@2.2.0@astrojs/rss@2.4.2@astrojs/react@2.2.0@astrojs/prism@2.1.2@astrojs/prefetch@0.2.2@astrojs/preact@2.2.0@astrojs/partytown@1.2.2@astrojs/node@5.1.4@astrojs/netlify@2.2.3@astrojs/mdx@0.19.2@astrojs/markdown-remark@2.2.1@astrojs/markdown-component@1.0.4@astrojs/markdoc@0.2.0@astrojs/lit@2.0.2@astrojs/image@0.16.9@astrojs/deno@4.1.1@astrojs/cloudflare@6.3.0@astrojs/alpinejs@0.2.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-17Add files field to packages (#7104)Gravatar Bjorn Lu 1-0/+3
2023-04-13Ensure unique workspace name (#6836)Gravatar Bjorn Lu 1-1/+1
2023-03-13[ci] release (#6476)astro@2.1.3@astrojs/vercel@3.2.1@astrojs/turbolinks@0.2.1@astrojs/tailwind@3.1.1@astrojs/sitemap@1.2.1@astrojs/rss@2.3.0@astrojs/prism@2.1.1@astrojs/prefetch@0.2.1@astrojs/partytown@1.1.1@astrojs/mdx@0.18.1@astrojs/markdown-component@1.0.3@astrojs/markdoc@0.0.2@astrojs/image@0.16.1@astrojs/cloudflare@6.2.1@astrojs/alpinejs@0.2.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 1-1/+1
* Add small improvements to package descriptions * Add changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-03-07[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-06Update compilation target for Node 16 (#6213)Gravatar Erika 1-2/+2
* config(esbuild): Update esbuild target to node16 * config(package): Update root package.json node engine * config(tsconfig): Update all the tsconfigs module and targets * chore: changeset * chore: remove unneeded file
2023-01-30[ci] release (#5995)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-26Updated according to new configuration (#5478)Gravatar Subha Chanda 1-7/+14
* Updated according to new configuration Astro imports the `defineConfig` function from `astro/config`. The `integrations` key needs to be passed into the `defineConfig` function, but it is not shown in the README. Updated the README according to the CLI example. * update alpine * update image * update lit * update mdx * update preact * update prefetch * update react * update sitemap * update solid * update svelte * update tailwind * update turbolinks * update vue * chore: add changeset * update image * update svelte readme Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-09Default preview host to localhost (#5753)Gravatar Bjorn Lu 4-7/+7
* Initial refactor * Extract as vite plugin * Cleanup vite plugin * Reduce option passing * Use localhost as preview default host * Simplify base handling * Fix host handling * Add changeset * Remove unused imports * Remove unused sirv dep * Try pin playwright to 1.28.1 * Update playwright * Try this * Speed up CI * Try fix page off * Refactor networkidle * Ensure open connections are destroyed when the preview server is closed * Revert debug code Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2022-11-03[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1Gravatar Fred K. Bot 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-01updates @astrojs/prefetch package keywords (#5271)Gravatar Tony Sullivan 1-1/+3
2022-11-01[ci] formatGravatar matthewp 1-4/+3
2022-11-01Improve prefetch conditions (#5244)Gravatar Robin Lindner 2-17/+19
* Improve prefetch * Add changeset
2022-10-19[ci] release (#5117)astro@1.5.2@astrojs/vue@1.2.1@astrojs/vercel@2.3.1@astrojs/prefetch@0.1.0Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-19[ci] formatGravatar matthewp 1-3/+3
2022-10-19Prefetch styles only once (#5125)Gravatar Jelenkee 7-1/+128
* test1 * fixed test * removed console.log * changeset * pnpm-lock * fixed test again * fta * fta2 * fix: wait for fetch * -fixed test template * empty Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: My Name <my.name@my-company.com>
2022-10-07[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-07[@astrojs/prefetch]: Prevent prefetching current page (#5009)Gravatar Oskar Baumann 4-31/+44
* Check that removal of url.hash breaks no tests * test if status-quo is as expected * Adapt tests to fail * Adapt the shouldPreload function to skip same path * Add changeset
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 2-1/+5
2022-09-26docs: Update references to support channel in Discord. (#4872)Gravatar Jake Strawn 1-1/+1
2022-09-09No 👏 more 👏 server 👏 restarts 👏 on 👏 config 👏 changes (#4578)Gravatar Ben Holmes 1-4/+1
* feat: restart config on add, remove, update * fix: reload for root project configs only * fix: throw when userConfigPath can't resolve * chore: changeset * wip: remove normalizePath before writeFile * refactor: invalidateWithCache -> isConfigReload * wip: mustExist? * debug: config loaded successfully * debug: more logs * debug: MORE logging * fix: normalize resolved config path * debug: yet MORE logging * chore: bump proload * fix: use file path, not URL.pathname * Revert "wip: mustExist?" This reverts commit 8ca8662132532dcdc9fd120868e615ddc60f498e. * chore: remove console log * feat: cleanup restart message, better invalid config handling * chore: update lockfile * chore: fix types * fix: throw helpful error when config does not exist * docs: remove "restart dev server" from integrations * docs: make sure to restart -> try restarting Co-authored-by: Nate Moore <nate@astro.build>
2022-09-07Integrations: Fix NPM instructions to use `npx astro add` again (#4653)Gravatar Tibor Schiemann 1-4/+4
* Fix install instructions to use `npx astro` again * Replace joyful hiccups with regular issues :)
2022-08-16integrations: update recommended method for running astro add (#4340)Gravatar Chris Swithinbank 1-2/+2
2022-08-11[ci] release (#4249)astro@1.0.3@astrojs/prism@1.0.1@astrojs/prefetch@0.0.7@astrojs/preact@1.0.2@astrojs/netlify@1.0.1@astrojs/mdx@0.8.3@astrojs/image@0.3.4Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>