Skip to content

Releases: shopware/frontends

@shopware-pwa/[email protected]

19 Sep 19:25
d9b9704
Compare
Choose a tag to compare

Patch Changes

  • #1207 7531874 Thanks @mkucmus! - Improvements within a nuxt module and the plugin:

    • properly loading a sw-context-token cookie in SSR
    • exposing an API client instance provided in a nuxt plugin
    • adds corresponding types
    // works also in a route middleware
    const { $shopwareApiClient } = useNuxtApp();
    
    await $shopwareApiClient.invoke("readContext get /context");
  • Updated dependencies [6ee2f90, 6ee2f90]:

@shopware-pwa/[email protected]

19 Sep 19:25
d9b9704
Compare
Choose a tag to compare

Minor Changes

@shopware-pwa/[email protected]

19 Sep 19:25
d9b9704
Compare
Choose a tag to compare

Minor Changes

  • #1215 6ee2f90 Thanks @mdanilowicz! - - Added useCartErrorParamsResolver composable for building error message parameters

Patch Changes

@shopware-pwa/[email protected]

19 Sep 19:25
d9b9704
Compare
Choose a tag to compare

Patch Changes

@shopware/[email protected]

05 Aug 13:41
3ce5d2a
Compare
Choose a tag to compare

Patch Changes

@shopware/[email protected]

05 Aug 13:41
3ce5d2a
Compare
Choose a tag to compare

Patch Changes

@shopware-pwa/[email protected]

05 Aug 13:41
3ce5d2a
Compare
Choose a tag to compare

Patch Changes

@shopware-pwa/[email protected]

05 Aug 19:29
161d403
Compare
Choose a tag to compare

Patch Changes

@shopware-pwa/[email protected]

05 Aug 13:41
3ce5d2a
Compare
Choose a tag to compare

Patch Changes

@shopware-pwa/[email protected]

05 Aug 19:29
161d403
Compare
Choose a tag to compare

Patch Changes

  • #1191 2e4c887 Thanks @mkucmus! - Prevent from getting an incorrect srcset format when img url is not set.

    before when there were no urls for 400w and 800w:
    src="image1.jpg 100w, 400w, 800w"

    now only the entry with an URL defined is returned