Skip to content

4.26.4

Choose a tag to compare

@scottyzen scottyzen released this 20 Jul 21:45
· 97 commits to master since this release

WooNuxt 4.26.4

This release improves image delivery, checkout attribution, compatibility with Nuxt 4.5, and reliability across cart and authentication flows.

Highlights

  • Improved product, category, cart, and hero image rendering by migrating to NuxtPicture.
  • Uses Netlify’s image provider automatically when deployed on Netlify.
  • Adds createdVia to checkout mutations so orders can be attributed to WooNuxt.
  • Updates Nuxt to 4.5.0 and refreshes key dependencies, including Stripe and ESLint.
  • Restores Tailwind component styles after the Vite integration update, including custom checkbox and radio controls.
  • Preserves Nuxt context across asynchronous auth, cart, checkout, and initialization flows, preventing SSR composable-context warnings.
  • Improves variation stock handling by ensuring variation nodes always resolve to an array.
  • Updates generated GraphQL types and resolves code-generation compatibility issues.

Other changes

  • Allows remote HTTPS image domains through the image configuration.
  • Updates WooGraphQL documentation to reference version 1.0.3.
  • Fixes SEO head type compatibility.
  • Removes the built-in /privacy-policy page.

Upgrade note

If your site linked to WooNuxt’s built-in privacy-policy route, provide that page in your own application before upgrading.

[Full comparison: 4.26.1 → 4.26.4](4.26.1...4.26.4)