Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 7, 2025

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/[email protected]

Major Changes

  • #1944 c41a839 Thanks @mkucmus! - Updates the @shopware/cms-base-layer package with the following changes:

    • Adds support for the new SwQuantitySelect component
    • Updates the SwProductAddToCart component to use the new SwQuantitySelect component
    • Fixes the Status component to use the new state classes
    • Updates the uno.config.ts file to include default styling that can be used and extended in the end-project:

    Nuxt UnoCSS Configuration Example

    // nuxt.config.ts in your end-project
    {
      unocss: {
        nuxtLayers: true; // enable Nuxt layers support in order to merge UnoCSS configurations
      }
    }

    UnoCSS Configuration Example

    // uno.config.ts in your end-project
    import { mergeConfigs } from "@unocss/core";
    import baseConfig from "./.nuxt/uno.config.mjs";
    
    export default mergeConfigs(baseConfig, {
      // will be merged with the base config - all optional
      theme: {
        colors: {
          "brand-primary": "#ff3e00",
          "brand-secondary": "#ff6a00",
        },
      },
      safelist: ["states-success"],
      preflights: [
        {
          getCSS: () => `
            body {
                font-family: 'Inter', sans-serif;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
            }
            `,
        },
      ],
    });

Minor Changes

  • #2030 22ff62e Thanks @mkucmus! - Introduce new UI components, refine listing filters (structure and UX), add global collapse animations, and improve type safety.

    Features

    • New UI components:
      • SwFilterChips – shows active filters as removable chips
      • SwSortDropdown – sorting dropdown
      • SwProductListingPagination – listing pagination
      • Checkbox – reusable checkbox
      • ChevronIcon – configurable chevron (up/down/left/right)
      • RadioButton – reusable radio button
      • SwitchButton – toggle switch

    Refactors

    • SwFilterProperties:
      • Replace computed factory with isChecked() and selectValue() helpers for better performance and readability.
    • Filter collapse animation:
      • Unified expand/collapse animations for SwFilterProperties, SwFilterRating, SwFilterShippingFree, and SwFilterPrice using UnoCSS preflights.

    TypeScript fixes

    • SwProductListingFilters:
      • Provide fallbacks (?? [], ?? '') when passing getSortingOrders and getCurrentSortingOrder.
    • SwFilterChips:
      • Relax prop types to accept union types compatible with both full Shopware schemas and simplified helper types.

    Code quality improvements

    • SwFilterPrice:
      • Remove unnecessary optional chaining on props.selectedFilters to prevent masking undefined errors
    • Checkbox component:
      • Replace outline-blue-500 with outline-brand-primary for brand consistency
      • Make label prop optional to support checkbox-only pattern
    • SwFilterShippingFree:
      • Add i18n support using useCmsTranslations instead of hardcoded "free delivery" text
    • SwFilterProperties:
      • Remove unnecessary empty label prop from Checkbox usage

    Note: Transition classes are globally available via UnoCSS preflights.

  • #1959 c77daa6 Thanks @patzick! - Updated default types to Shopware 6.7

Patch Changes

@shopware/[email protected]

Minor Changes

@shopware/[email protected]

Minor Changes

  • #1997 e43d9b7 Thanks @mdanilowicz! - Added consts SUBSRIBE_KEY and UNSUBSCRIBE_KEY for newsletter status in useNewsletter composable

  • #1974 7fe2ef9 Thanks @mkucmus! - Use proper associations format within useDefaultOrderAssociations (no redundant nesting).

    Returned value is in type of Schemas["Criteria"]['associations'] now:

    const { loadOrders } = useCustomerOrders();
    
    loadOrders({
      // ... other parameters
      associations: useDefaultOrderAssociations(),
    });
  • #1959 c77daa6 Thanks @patzick! - Updated default types to Shopware 6.7

Patch Changes

@shopware/[email protected]

Minor Changes

  • #1985 2cbda25 Thanks @mkucmus! - Added methods to extract product info:
    • isProductOnSale
    • isProductTopSeller
    • getProductManufacturerName

Patch Changes

  • #2030 22ff62e Thanks @mkucmus! - Extended ListingFilter type to support property options and manufacturer entities:
    • Added optional options property for property group options
    • Added optional entities property for manufacturer entities
    • Improved type safety by explicitly typing empty array return in getListingFilters()

@shopware/[email protected]

Patch Changes

@shopware/[email protected]

Patch Changes

[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Aug 7, 2025

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

Project Deployment Preview Comments Updated (UTC)
frontends-demo Building Building Preview Nov 19, 2025 9:34am
frontends-vue-starter-template Ready Ready Preview Comment Nov 19, 2025 9:34am
shopware-frontends-docs Ready Ready Preview Nov 19, 2025 9:34am

@github-actions github-actions bot force-pushed the changeset-release/main branch from a508eaa to 32f1b92 Compare August 11, 2025 09:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 32f1b92 to f91caa8 Compare August 11, 2025 17:57
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b27938b to 91eb701 Compare August 12, 2025 09:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 91eb701 to 73aa295 Compare August 12, 2025 09:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 73aa295 to 2755b66 Compare August 12, 2025 19:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2755b66 to 067c1bf Compare August 18, 2025 07:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 067c1bf to 9d7b54f Compare August 18, 2025 08:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9d7b54f to e824e21 Compare August 18, 2025 08:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from e824e21 to fd93ce6 Compare August 18, 2025 11:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from db70c63 to d2b6d94 Compare October 28, 2025 08:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from d2b6d94 to e4dc33b Compare October 29, 2025 10:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from e4dc33b to eced7d6 Compare November 3, 2025 18:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from eced7d6 to 2780742 Compare November 7, 2025 09:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2780742 to d41fb77 Compare November 7, 2025 10:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from d41fb77 to 5a209a4 Compare November 13, 2025 09:42
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.

1 participant