diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index bf1294b6..d8cb5c9e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -23,4 +23,4 @@ jobs: - name: Lint (code) run: pnpm lint --fix - - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d435e7..3a53af4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## v0.8.25 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.24...v0.8.25) + +### 🚀 Enhancements + +- Support observability and additional bindings ([#549](https://github.com/nuxt-hub/core/pull/549)) + +### 📖 Documentation + +- Browser rendering is now free ([bd54215](https://github.com/nuxt-hub/core/commit/bd54215)) +- Fix hero image responsive ([#540](https://github.com/nuxt-hub/core/pull/540)) +- Add workers changelog ([#542](https://github.com/nuxt-hub/core/pull/542)) +- Update link ([8c8aa8c](https://github.com/nuxt-hub/core/commit/8c8aa8c)) +- Fix nitro typo ([#544](https://github.com/nuxt-hub/core/pull/544)) +- Update workers changelog image ([#547](https://github.com/nuxt-hub/core/pull/547)) +- Fix mobile menu styling ([344855d](https://github.com/nuxt-hub/core/commit/344855d)) +- Add observability changelog image ([#550](https://github.com/nuxt-hub/core/pull/550)) +- Only link to feature if docs exist ([#543](https://github.com/nuxt-hub/core/pull/543)) + +### ❤️ Contributors + +- Rihan ([@RihanArfan](https://github.com/RihanArfan)) +- Hugo Richard ([@HugoRCD](https://github.com/HugoRCD)) +- Sébastien Chopin ([@atinux](https://github.com/atinux)) +- Leonardo Matos + ## v0.8.24 [compare changes](https://github.com/nuxt-hub/core/compare/v0.8.23...v0.8.24) diff --git a/docs/app/app.vue b/docs/app/app.vue index d1599ecc..f28e5086 100644 --- a/docs/app/app.vue +++ b/docs/app/app.vue @@ -102,7 +102,7 @@ const links = computed(() => [ diff --git a/docs/app/components/AppHeader.vue b/docs/app/components/AppHeader.vue index 34bc4125..9e044b76 100644 --- a/docs/app/components/AppHeader.vue +++ b/docs/app/components/AppHeader.vue @@ -93,7 +93,7 @@ const logoContextMenuItems = [ - + diff --git a/docs/app/components/HubLogo.vue b/docs/app/components/HubLogo.vue index cd258b4b..15352c6d 100644 --- a/docs/app/components/HubLogo.vue +++ b/docs/app/components/HubLogo.vue @@ -3,12 +3,12 @@ diff --git a/docs/app/components/PageSectionCTA.vue b/docs/app/components/PageSectionCTA.vue index 14349dfc..64cc74f7 100644 --- a/docs/app/components/PageSectionCTA.vue +++ b/docs/app/components/PageSectionCTA.vue @@ -55,7 +55,7 @@ defineProps({ diff --git a/docs/app/components/content/PricingTable.vue b/docs/app/components/content/PricingTable.vue index 1c2d6007..ab12c285 100644 --- a/docs/app/components/content/PricingTable.vue +++ b/docs/app/components/content/PricingTable.vue @@ -24,9 +24,9 @@ const filteredPlans = computed(() => { color="neutral" :items="filteredPlans" :ui="{ - list: tabs?.length === 1 ? 'hidden' : 'bg-transparent border border-(--ui-border)', - indicator: 'bg-(--ui-bg-muted)', - trigger: 'data-[state=active]:text-(--ui-text-highlighted))', + list: tabs?.length === 1 ? 'hidden' : 'bg-transparent border border-default', + indicator: 'bg-muted', + trigger: 'data-[state=active]:text-highlighted)', leadingIcon: 'size-4 sm:inline-flex hidden' }" > @@ -34,20 +34,20 @@ const filteredPlans = computed(() => { - + {{ column.label }} - + - + - + diff --git a/docs/app/pages/blog/[slug].vue b/docs/app/pages/blog/[slug].vue index 515e2469..2cb7042c 100644 --- a/docs/app/pages/blog/[slug].vue +++ b/docs/app/pages/blog/[slug].vue @@ -64,7 +64,7 @@ onMounted(() => {
- ·   + ·  
@@ -79,7 +79,7 @@ onMounted(() => {

{{ author.name }}

-

+

{{ `@${author.username}` }}

diff --git a/docs/app/pages/changelog/[slug].vue b/docs/app/pages/changelog/[slug].vue index e648e00b..53bd99c6 100644 --- a/docs/app/pages/changelog/[slug].vue +++ b/docs/app/pages/changelog/[slug].vue @@ -62,7 +62,7 @@ onMounted(() => {
@@ -76,7 +76,7 @@ onMounted(() => {

{{ author.name }}

-

+

{{ `@${author.username}` }}

diff --git a/docs/app/pages/index.vue b/docs/app/pages/index.vue index b1383dd1..54fb6537 100644 --- a/docs/app/pages/index.vue +++ b/docs/app/pages/index.vue @@ -89,28 +89,28 @@ onMounted(() => { v-for="i in [1, 2, 3, 4]" :key="i" :src="`/images/landing/companies/logo-${i}-dark.svg`" - class="bg-(--ui-bg-elevated) p-[5px] hidden dark:inline-flex" + class="bg-elevated p-[5px] hidden dark:inline-flex" /> - - Used and loved by 10K+ developers and teams. + + Used and loved by 10K+ developers and teams.
-

+

“Nuxt on Cloudflare infra with minimal effort - this is huge!”

-
+
- Evan You + Evan You • Author of Vue.js and Vite.
@@ -120,7 +120,7 @@ onMounted(() => {