Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-hub/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.18
Choose a base ref
...
head repository: nuxt-hub/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.19
Choose a head ref
  • 7 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 4, 2025

  1. chore(release): v0.8.18

    atinux committed Mar 4, 2025
    Copy the full SHA
    a732a80 View commit details
  2. docs: update @nuxt/content and remove custom content components (#490)

    Co-authored-by: Sébastien Chopin <seb@nuxt.com>
    Co-authored-by: Sébastien Chopin <atinux@gmail.com>
    3 people authored Mar 4, 2025
    Copy the full SHA
    78ca963 View commit details
  3. chore: set cloudflare.deployConfig to false in nitro

    atinux committed Mar 4, 2025
    Copy the full SHA
    617f23d View commit details

Commits on Mar 19, 2025

  1. docs: fix syntax highlight

    atinux authored Mar 19, 2025
    Copy the full SHA
    c966784 View commit details

Commits on Mar 20, 2025

  1. docs: add missing extension

    atinux committed Mar 20, 2025
    Copy the full SHA
    c666b9c View commit details

Commits on Mar 25, 2025

  1. fix(blob): missing content type on complete for multipart upload (#517)

    farnabaz authored Mar 25, 2025
    Copy the full SHA
    6055688 View commit details
  2. fix(ai): properly handle error data on streams

    atinux committed Mar 25, 2025
    Copy the full SHA
    e97ee16 View commit details
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog


## v0.8.18

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.17...v0.8.18)

### 📖 Documentation

- Update ai docs ([#461](https://github.com/nuxt-hub/core/pull/461))
- Update vectorize docs ([#458](https://github.com/nuxt-hub/core/pull/458))
- Add section for nuxthub deploy in ci/cd ([67fb252](https://github.com/nuxt-hub/core/commit/67fb252))
- Fix command palette navigation ([#476](https://github.com/nuxt-hub/core/pull/476))
- Tidy up content collections ([099c91b](https://github.com/nuxt-hub/core/commit/099c91b))
- Enable studio editing ([f056e7b](https://github.com/nuxt-hub/core/commit/f056e7b))
- Add LLMS routes ([f59c078](https://github.com/nuxt-hub/core/commit/f59c078))
- Add support for Nuxt Studio form customisation ([b5b1e54](https://github.com/nuxt-hub/core/commit/b5b1e54))
- Add blog & changelog on search ([ac962a9](https://github.com/nuxt-hub/core/commit/ac962a9))
- Improve environment variables part ([#478](https://github.com/nuxt-hub/core/pull/478))
- **gitlab-ci:** Adding gitlab-ci documentation ([#479](https://github.com/nuxt-hub/core/pull/479))
- Improvements on blog & changelog ([24e0efb](https://github.com/nuxt-hub/core/commit/24e0efb))
- Fix header gradient shows above all the content ([#483](https://github.com/nuxt-hub/core/pull/483), [#484](https://github.com/nuxt-hub/core/pull/484))
- 9K ([5fab003](https://github.com/nuxt-hub/core/commit/5fab003))

### 🏡 Chore

- Migrate to Nuxt UI v3 & Content v3 ([#471](https://github.com/nuxt-hub/core/pull/471))
- Add support for Nitro `nodeCompat` ([0c9eb8b](https://github.com/nuxt-hub/core/commit/0c9eb8b))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](http://github.com/atinux))
- Mohamed <mohamedbenhamzaa@gmail.com>
- Skoenfaelt ([@skoenfaelt](http://github.com/skoenfaelt))
- Olivier Belaud ([@OlivierBelaud](http://github.com/OlivierBelaud))
- Hugo Richard ([@HugoRCD](http://github.com/HugoRCD))
- Matt Maribojoc <matthewmaribojoc@gmail.com>

## v0.8.17

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.16...v0.8.17)
4 changes: 2 additions & 2 deletions docs/app/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "tailwindcss";
@import "tailwindcss" theme(static);
@import "@nuxt/ui-pro";

@source "../../content/**/*";
@@ -8,7 +8,7 @@
--ui-bg: rgb(2, 4, 32);
}

@theme {
@theme static {
--font-sans: 'Public Sans', sans-serif;

--breakpoint-3xl: 1920px;
31 changes: 0 additions & 31 deletions docs/app/components/content/Field.vue

This file was deleted.

5 changes: 0 additions & 5 deletions docs/app/components/content/FieldGroup.vue

This file was deleted.

1 change: 0 additions & 1 deletion docs/app/components/content/PricingTable.vue
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ const props = defineProps<{
tabs?: string[]
}>()
// TODO: Fix hydration issue
const { data: table } = await useAsyncData('pricing-table', () => {
return queryCollection('cloudflarePricing').first()
})
4 changes: 2 additions & 2 deletions docs/app/pages/docs/[...slug].vue
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ onMounted(() => {
Report an issue
</UButton>
or
<UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}`" target="_blank">
<UButton size="sm" variant="link" color="neutral" :to="`${toc.bottom.edit}/${page?.stem}.${page?.extension}`" target="_blank">
Edit this page on GitHub
</UButton>
</div>
@@ -68,7 +68,7 @@ onMounted(() => {
</div>

<template v-if="page.body?.toc" #right>
<UContentToc :title="toc?.title" :links="page.body?.toc?.links" highlight />
<UContentToc :title="toc?.title" :links="page.body?.toc?.links" highlight class="backdrop-blur-none" />
</template>
</UPage>
</template>
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/3.deploy.md
Original file line number Diff line number Diff line change
@@ -122,7 +122,7 @@ The GitHub Workflow added to your repository is automatically tailored to your p
We support pnpm, yarn, npm and Corepack. If you use a different package manager, you can customise the generated `nuxthub.yml` GitHub Action.

::code-collapse
```yaml [.github/workflows/nuxthub.yml]
```yml [.github/workflows/nuxthub.yml]
name: Deploy to NuxtHub
on: push

18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -12,16 +12,16 @@
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.26",
"@iconify-json/lucide": "^1.2.28",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.25",
"@iconify-json/vscode-icons": "^1.2.15",
"@nuxt/content": "https://pkg.pr.new/@nuxt/content@52659d0",
"@iconify-json/simple-icons": "^1.2.27",
"@iconify-json/vscode-icons": "^1.2.16",
"@nuxt/content": "^3.2.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.10.4",
"@nuxt/ui": "3.0.0-alpha.13",
"@nuxt/ui-pro": "3.0.0-alpha.13",
"@nuxt/scripts": "^0.10.5",
"@nuxt/ui": "3.0.0-beta.2",
"@nuxt/ui-pro": "3.0.0-beta.2",
"@nuxtjs/plausible": "^1.2.0",
"@rollup/plugin-yaml": "^4.1.2",
"@tsparticles/engine": "^3.8.1",
@@ -32,7 +32,7 @@
"medium-zoom": "^1.1.0",
"nuxt": "^3.15.4",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-llms": "^0.0.2",
"nuxt-og-image": "^4.1.4"
"nuxt-llms": "^0.1.0",
"nuxt-og-image": "^4.1.6"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
"version": "0.8.17",
"version": "0.8.18",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
@@ -38,45 +38,45 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250204.0",
"@nuxt/devtools-kit": "^2.0.0",
"@cloudflare/workers-types": "^4.20250303.0",
"@nuxt/devtools-kit": "^2.1.3",
"@nuxt/kit": "^3.15.4",
"@uploadthing/mime-types": "^0.3.4",
"citty": "^0.1.6",
"confbox": "^0.1.8",
"confbox": "^0.2.1",
"defu": "^6.1.4",
"destr": "^2.0.3",
"h3": "^1.15.0",
"h3": "^1.15.1",
"mime": "^4.0.6",
"nitro-cloudflare-dev": "^0.2.1",
"ofetch": "^1.4.1",
"pathe": "^2.0.3",
"pkg-types": "^1.3.1",
"std-env": "^3.8.0",
"pkg-types": "^2.1.0",
"std-env": "^3.8.1",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"unstorage": "^1.14.4",
"unstorage": "^1.15.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@nuxt/devtools": "^2.0.0",
"@nuxt/eslint-config": "^1.0.1",
"@nuxt/devtools": "^2.1.3",
"@nuxt/eslint-config": "^1.1.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@nuxt/test-utils": "^3.17.1",
"@nuxthub/core": "link:",
"@types/node": "^22.13.1",
"changelogen": "^0.5.7",
"eslint": "^9.20.1",
"@types/node": "^22.13.9",
"changelogen": "^0.6.1",
"eslint": "^9.21.0",
"nuxt": "^3.15.4",
"typescript": "5.6.3",
"vitest": "^3.0.5",
"wrangler": "^3.107.3"
"vitest": "^3.0.7",
"wrangler": "^3.112.0"
},
"resolutions": {
"h3": "^1.14.0"
},
"packageManager": "pnpm@10.3.0",
"packageManager": "pnpm@10.5.2",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
4 changes: 2 additions & 2 deletions playground/app/assets/main.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "tailwindcss";
@import "@nuxt/ui-pro";
@import "tailwindcss" theme(static);
@import "@nuxt/ui";
24 changes: 12 additions & 12 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -8,24 +8,24 @@
"preview": "nuxi preview"
},
"dependencies": {
"@ai-sdk/vue": "^1.1.16",
"@ai-sdk/vue": "^1.1.19",
"@cloudflare/puppeteer": "^0.0.14",
"@iconify-json/simple-icons": "^1.2.24",
"@iconify-json/simple-icons": "^1.2.27",
"@kgierke/nuxt-basic-auth": "^1.7.0",
"@nuxt/ui": "3.0.0-alpha.13",
"@nuxt/ui": "3.0.0-beta.2",
"@nuxthub/core": "latest",
"@nuxtjs/mdc": "^0.13.5",
"@vueuse/core": "^12.6.1",
"@vueuse/nuxt": "^12.6.1",
"ai": "^4.1.40",
"@nuxtjs/mdc": "^0.14.0",
"@vueuse/core": "^12.7.0",
"@vueuse/nuxt": "^12.7.0",
"ai": "^4.1.50",
"aws4fetch": "^1.0.20",
"drizzle-orm": "^0.39.3",
"drizzle-orm": "^0.40.0",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "^0.5.15",
"nuxt-auth-utils": "^0.5.16",
"postgres": "^3.4.5",
"puppeteer": "^24.2.1",
"tailwindcss": "^4.0.6",
"workers-ai-provider": "^0.0.11",
"puppeteer": "^24.3.1",
"tailwindcss": "^4.0.9",
"workers-ai-provider": "^0.1.1",
"zod": "^3.24.2"
},
"devDependencies": {
Loading