Skip to content

Instantly share code, notes, and snippets.

@screeny05
Created August 1, 2026 08:38
Show Gist options
  • Select an option

  • Save screeny05/8a32bddb0a99b228bb7b40c88411dcf2 to your computer and use it in GitHub Desktop.

Select an option

Save screeny05/8a32bddb0a99b228bb7b40c88411dcf2 to your computer and use it in GitHub Desktop.
Frontend-Core 0.38.2

Release notes

Core 0.38.1

Patch Changes

  • Add aiDisclosure to Media, recording whether an asset was fully AI-generated ('generated') or altered by generative AI ('modified'). Available on images, videos and audio; a video's poster and an audio's cover carry their own value independently of the parent.

    Media-library providers and component resolvers may set it from an authoritative backend signal, and should omit it otherwise: absent means no disclosure is known, not that the asset is human-made. An unrecognised value fails the canonical Media parse, so the item is dropped with a server-side warning.

    The <Media> component does not render the field.

Core 0.38.2

Patch Changes

  • Stop installing @nuxtjs/robots. robots.txt, the X-Robots-Tag header and the route-rule robots value now come from the @laioutr/app-essentials-seo app — install it to keep them, and configure them through its app config instead of nuxt.options.robots.

    A frontend with neither that app nor its own @nuxtjs/robots install serves no /robots.txt (a 404 tells crawlers to crawl everything, which is what the previous default content said), and any robots key in nuxt.config or in a route rule is silently inert.

    Page-level robots meta tags are unaffected — they come from the page variant's SEO settings, not from the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment