From 387ed0cfa1ed73e0025dd81f221ea7c95d724a59 Mon Sep 17 00:00:00 2001 From: Tony Sullivan Date: Mon, 16 May 2022 23:08:49 +0000 Subject: [PATCH] Deprecate @astrojs/turbolinks (#3383) * deprecating the Turbolinks integration * chore: add changeset --- .changeset/smart-bananas-kick.md | 5 +++++ packages/integrations/turbolinks/README.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .changeset/smart-bananas-kick.md diff --git a/.changeset/smart-bananas-kick.md b/.changeset/smart-bananas-kick.md new file mode 100644 index 000000000..49e33593b --- /dev/null +++ b/.changeset/smart-bananas-kick.md @@ -0,0 +1,5 @@ +--- +'@astrojs/turbolinks': patch +--- + +The @astrojs/turbolinks integration has been deprecated diff --git a/packages/integrations/turbolinks/README.md b/packages/integrations/turbolinks/README.md index cb68b61f4..1c57212d2 100644 --- a/packages/integrations/turbolinks/README.md +++ b/packages/integrations/turbolinks/README.md @@ -1,3 +1,11 @@ +# This integration is no longer actively supported + +[Turbolinks](https://github.com/turbolinks/turbolinks) is no longer under active development. The `@astrojs/turbolinks` integration has been deprecated. + +## Looking for an alternative? + +Check out [swup](https://swup.js.org/)! If you are using any `client:*` script for partial hydration, make sure to install the `@swup/scripts-plugin` to ensure components are rehydrated after a page navigation. + # @astrojs/turbolinks ⚡️ This **[Astro integration][astro-integration]** brings [Turbo](https://github.com/hotwired/turbo) to your Astro project.