frontends

Shopware Frontends is a framework for building custom, headless storefronts with Shopware 6.

MIT License

Downloads
79.3K
Stars
162
Committers
41

Bot releases are visible (Hide)

frontends - @shopware-pwa/[email protected] Latest Release

Published by github-actions[bot] 11 months ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

frontends - @shopware/[email protected]

Published by github-actions[bot] 11 months ago

Patch Changes

  • #462 c3aa09ee Thanks @patzick! - Dependency changes:

    • Changed dependency openapi-typescript from ^6.7.0 to ^6.7.1
    • Changed dependency prettier from ^3.0.3 to ^3.1.0
frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

  • #453 f5adaeba Thanks @mdanilowicz! - Add category advanced search method

  • #445 c264bf5d Thanks @BrocksiNet! - Adding the missing srcset attribute to the image tag in the CmsElementImage component. as well as adding support for HTML video elements as in Shopware management, it is possible for users to associate videos to any Cms image element.

  • #444 85628cc6 Thanks @mdanilowicz! - Use relativeUrlSlash toggle helper for element img url attribute

  • #431 87213fb0 Thanks @mdanilowicz! - Add tests for useProductAssociations, useProductConfigurator, useProductPrice

  • #435 a4483ed8 Thanks @patzick! - Changed types imports to import type {...} from "..."

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

  • #445 c264bf5d Thanks @BrocksiNet! - Adding the missing srcset attribute to the image tag in the CmsElementImage component. as well as adding support for HTML video elements as in Shopware management, it is possible for users to associate videos to any Cms image element.

  • #435 a4483ed8 Thanks @patzick! - Changed types imports to import type {...} from "..."

Patch Changes

frontends - @shopware/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

Patch Changes

  • #396 dfc49b80 Thanks @patzick! - Dependency changes:

    • Changed dependency openapi-typescript from ^6.5.5 to ^6.6.1
  • #418 67cf5650 Thanks @patzick! - Dependency changes:

    • Changed dependency openapi-typescript from ^6.6.1 to ^6.7.0
frontends - @shopware/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

Patch Changes

  • #443 33d54db1 Thanks @patzick! - invoke method parameters are no longer mandatory when no parameters are defined inside route.

    Now instead of:

    const result = await apiInstance.invoke("readContext get /context", {});
    

    you can do:

    const result = await apiInstance.invoke("readContext get /context");
    
frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] 12 months ago

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

frontends - @shopware/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #369 bc7a2db2 Thanks @patzick! - Dependency changes:

    • Changed dependency openapi-typescript from ^6.4.0 to ^6.5.2
    • Changed dependency prettier from ^3.0.0 to ^3.0.2
  • #385 5d7e7973 Thanks @patzick! - Dependency changes:

    • Changed dependency ofetch from ^1.2.1 to ^1.3.3
    • Changed dependency openapi-typescript from ^6.5.3 to ^6.5.5
    • Changed dependency prettier from ^3.0.2 to ^3.0.3
  • #375 bd88d6fa Thanks @patzick! - Dependency changes:

    • Changed dependency ofetch from ^1.1.1 to ^1.2.1
    • Changed dependency openapi-typescript from ^6.5.2 to ^6.5.3
frontends - @shopware/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • #371 83c94e9b Thanks @patzick! - New method createAdminAPIClient supporting Admin API 🅰🅿🅸

  • #373 5510bb02 Thanks @patzick! - Added getSessionData and setSessionData methods in admin API client for test purposes.

Patch Changes

  • #385 5d7e7973 Thanks @patzick! - Dependency changes:

    • Changed dependency ofetch from ^1.2.1 to ^1.3.3
  • #375 bd88d6fa Thanks @patzick! - Dependency changes:

    • Changed dependency ofetch from ^1.1.1 to ^1.2.1
  • 15d6e696 Thanks @patzick! - Emit cjs bundle

  • #371 83c94e9b Thanks @patzick! - Deprecated apiType param in createAPIClient, for Admin API client use createAdminAPIClient instead.

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

frontends - @shopware-pwa/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 034e032 Thanks @patzick! - reduce background images size by adding getBackgroundImageUrl helper