Skip to content

chore: next version release#2373

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: next version release#2373
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 1, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopware/cms-base-layer@3.0.0

Major Changes

  • #2406 df93461 Thanks @mdanilowicz! - Remove bundled UnoCSS configuration and design tokens from the CMS layer. Consumers who relied on the previous default UnoCSS setup should extend @shopware/unocss-design-tokens-layer alongside this package. See the package README and framework docs for migration steps.

Minor Changes

  • #2420 9e37ab6 Thanks @mdanilowicz! - Add FrontendAccountCustomerGroupRegistrationPage component for customer group view

Patch Changes

  • #2389 05438c6 Thanks @mkucmus! - Fix product card and CMS image sizing to prevent duplicate/oversized image requests. Move fixed dimensions and densities="1x" into the productCard preset, and use useElementSize-based width/height props for CmsElementImage.

  • #2378 c36bc1f Thanks @patzick! - Add UnoCSS directive transformation for CMS block styles so layered Nuxt apps do not emit CSS minification warnings from raw @apply directives during production builds.

  • #2369 3c16985 Thanks @mkucmus! - Fixed xss library loading issue in Vite dev server by adding it to optimizeDeps.include

  • #2371 33e0c69 Thanks @patzick! - Disable automatic CMS LCP image preload by default.

    The preload helper now only injects image preload tags when
    appConfig.lcpImagePreload is explicitly enabled, which avoids noisy preload
    warnings on storefront pages that do not immediately use the detected image.

  • #2326 e7efff8 Thanks @mdanilowicz! - Gate wishlist button behind login when useLoginModal is provided via provide/inject. For guests, show login modal on wishlist click and add product to wishlist after successful login.

  • #2346 a47143a Thanks @joberthel! - Improve SwMedia3D model framing by fitting loaded 3D models into the viewport automatically. This fixes cases where very small 3D files appeared tiny and hard to inspect.

  • Updated dependencies [22fc8a7, bea7f58]:

    • @shopware/helpers@1.7.1
    • @shopware/composables@1.11.1

@shopware/unocss-design-tokens-layer@1.0.0

Major Changes

Minor Changes

  • #2406 df93461 Thanks @mdanilowicz! - Publish the Nuxt layer that provides shared UnoCSS presets, Shopware design tokens, and the UnoCSS runtime plugin for dynamic CMS utility classes.

@shopware/composables@1.11.1

Patch Changes

  • #2372 22fc8a7 Thanks @patzick! - Improve technical URL resolution for SSR and CSR page rendering.

    This adds helpers to detect and normalize technical Shopware paths and updates
    useNavigationSearch to resolve /navigation/*, /detail/*, and
    /landingPage/* routes more reliably, including fallback behavior when no SEO
    mapping row is returned.

  • #2407 bea7f58 Thanks @mdanilowicz! - Correct useNewsletter subscribeToNewsletter return type: it now resolves to the Store API response type for POST /newsletter/subscribe instead of void.

  • Updated dependencies [22fc8a7]:

    • @shopware/helpers@1.7.1

@shopware/helpers@1.7.1

Patch Changes

  • #2372 22fc8a7 Thanks @patzick! - Improve technical URL resolution for SSR and CSR page rendering.

    This adds helpers to detect and normalize technical Shopware paths and updates
    useNavigationSearch to resolve /navigation/*, /detail/*, and
    /landingPage/* routes more reliably, including fallback behavior when no SEO
    mapping row is returned.

@shopware/nuxt-module@1.4.4

Patch Changes

  • #2370 9661432 Thanks @patzick! - Fix SSR and CSR Shopware endpoint handling in the Nuxt module.

    The module now persists the resolved SSR endpoint into private runtime config,
    avoids reading private runtime config on the client, and correctly honors both
    endpoint and deprecated shopwareEndpoint values during server rendering.

  • Updated dependencies [22fc8a7, bea7f58]:

    • @shopware/helpers@1.7.1
    • @shopware/composables@1.11.1

vue-demo-store@1.14.0

Minor Changes

  • #2326 e7efff8 Thanks @mdanilowicz! - Gate wishlist button behind login when useLoginModal is provided. Show login modal for guests and add product to wishlist after successful login.

Patch Changes

  • #2371 33e0c69 Thanks @patzick! - Fix catch-all page resolution for technical Shopware routes and serve Nuxt dev's
    /dev-sw.js request as a static asset in the Nuxt templates.

  • #2401 f566e97 Thanks @mdanilowicz! - Use bound src attributes for public images in vue-demo-store so asset URLs are handled consistently by the Vue template compiler.

  • #2406 df93461 Thanks @mdanilowicz! - Align uno.config.ts with the split CMS and design-token layers: add presets and CMS base layer color tokens so the demo store keeps parity with the shared UnoCSS setup.

docs@1.10.5

Patch Changes

  • Updated dependencies [22fc8a7, bea7f58]:
    • @shopware/helpers@1.7.1
    • @shopware/composables@1.11.1

vue-starter-template@0.1.1

Patch Changes

  • #2371 33e0c69 Thanks @patzick! - Fix catch-all page resolution for technical Shopware routes and serve Nuxt dev's
    /dev-sw.js request as a static asset in the Nuxt templates.

  • #2406 df93461 Thanks @mdanilowicz! - Extend @shopware/unocss-design-tokens-layer in nuxt.config.ts, add the workspace dependency, simplify uno.config.ts to build on the shared token layer, and document the layered UnoCSS setup in the README.

lumora-demo-store@0.0.3

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 663c11d to a2f33a7 Compare April 1, 2026 12:56
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontends-starter-template-extended Ready Ready Preview, Comment May 6, 2026 10:41am
shopware-frontends-docs Ready Ready Preview May 6, 2026 10:41am

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch from a2f33a7 to 9fb7ece Compare April 1, 2026 12:58
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9fb7ece to 49ac03f Compare April 1, 2026 13:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 49ac03f to fe941ec Compare April 7, 2026 07:08
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fe941ec to 42cf42a Compare April 7, 2026 11:55
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 42cf42a to 4b1dcba Compare April 7, 2026 12:42
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4b1dcba to 1ef24b2 Compare April 10, 2026 09:36
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 921b6af to b72610c Compare April 14, 2026 08:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b72610c to c9f8611 Compare April 14, 2026 09:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c9f8611 to 3fee294 Compare April 16, 2026 07:54
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3fee294 to 0d87eab Compare April 21, 2026 07:40
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 0d87eab to f084314 Compare April 28, 2026 10:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f084314 to 5e7f8c3 Compare April 29, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants