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]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

  • #309 84a7fe6 Thanks @patzick! - Added new config useUserContextInSSR - set to true if you want for the server to use session from cookie and prepare view with it. Use carefully with edge caching to avoid sharing user data with edge cache. Default is false, so server will always use new context to prepare rendered view.

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

Patch Changes

frontends - @shopware/[email protected]

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

Patch Changes

  • #303 aeb639a Thanks @patzick! - Improved linting in packages. Types should be more reliable

  • #313 0e82ab3 Thanks @patzick! - Dependency changes:

    • Changed dependency openapi-typescript from ^6.2.8 to ^6.3.4
    • Changed dependency prettier from ^2.8.8 to ^3.0.0
    • Changed dependency semver from ^7.5.3 to ^7.5.4
frontends - @shopware/[email protected]

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

Minor Changes

  • #316 589c09c Thanks @patzick! - Improved error handling. Api client now throws ApiClientError with detailed information about what went wrong with request.

    example:

    import { ApiClientError } from "@shopware/api-client";
    
    try {
      // ... your request
    } catch (error) {
      if (error instanceof ApiClientError) {
        console.error(error); // This prints message summary
        console.error("Details:", error.details); // Raw response from API
      } else {
        console.error("==>", error); // Another type of error, not recognized by API client
      }
    }
    

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware/[email protected]

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

Patch Changes

frontends - @shopware/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

Patch Changes

frontends - @shopware-pwa/[email protected]

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

Minor Changes

Patch Changes