From d577525b11c40b6b3f41f16ea565edb7997cee03 Mon Sep 17 00:00:00 2001 From: Nico Kempe Date: Thu, 4 Sep 2025 23:47:02 +0200 Subject: [PATCH 1/3] docs(introduction): update Nuxt link and adjust wording --- docs/content/1.getting-started/1.introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/1.introduction.md b/docs/content/1.getting-started/1.introduction.md index ba092ce0b..e905f8603 100644 --- a/docs/content/1.getting-started/1.introduction.md +++ b/docs/content/1.getting-started/1.introduction.md @@ -5,7 +5,7 @@ description: "@nuxtjs/supabase is a Nuxt module for first class integration with [@nuxtjs/supabase](https://github.com/nuxt-modules/supabase) is a Nuxt module for first class integration with Supabase. -Checkout the [Nuxt 3](https://v3.nuxtjs.org) documentation and [Supabase](https://supabase.com) to learn more. +Checkout the [Nuxt](https://nuxt.com/) documentation and [Supabase](https://supabase.com) to learn more. ::warning For integrating Supabase with Nuxt 2, checkout [supabase-community/nuxt-supabase](https://github.com/supabase-community/nuxt-supabase). From a731bb012c2dd1d0bf867c698858f53225b96eee Mon Sep 17 00:00:00 2001 From: Nico Kempe Date: Thu, 4 Sep 2025 23:47:47 +0200 Subject: [PATCH 2/3] docs(home): update feature list to include Nuxt 4 support --- docs/content/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index cabf719b1..3910adf4d 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -75,10 +75,10 @@ Shipped with many features to: https://nuxt.com --- #title - Nuxt 3 ready - + Nuxt 3 and 4 ready + #description - Experience the power and flexibility of Nuxt 3, optimized for modern web development. + Experience the power and flexibility of Nuxt 3 and Nuxt 4, optimized for modern web development. ::: :::u-page-feature From b54e0b47da20fefb82678aba71e6220578104ab3 Mon Sep 17 00:00:00 2001 From: Nico Kempe Date: Thu, 4 Sep 2025 23:48:45 +0200 Subject: [PATCH 3/3] docs(useSupabaseClient): update Nuxt reference in data-fetching example --- docs/content/2.composables/useSupabaseClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.composables/useSupabaseClient.md b/docs/content/2.composables/useSupabaseClient.md index e1bbbd0cc..99f222550 100644 --- a/docs/content/2.composables/useSupabaseClient.md +++ b/docs/content/2.composables/useSupabaseClient.md @@ -44,7 +44,7 @@ Please also take a look at [Get Started](/getting-started/authentication) for th Please check [Supabase](https://supabase.com/docs/reference/javascript/select) documentation to fully use the power of Supabase client. -Here is an example of a fetch using the `select` method with Nuxt 3 [useAsyncData](https://nuxt.com/docs/getting-started/data-fetching#useasyncdata) composable. +Here is an example of a fetch using the `select` method with Nuxt [useAsyncData](https://nuxt.com/docs/getting-started/data-fetching#useasyncdata) composable. ```vue