Releases: shopware/frontends
@shopware-pwa/[email protected]
Patch Changes
- Updated dependencies [
5d14bb5
]:- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Minor Changes
- #325
faf28ca
Thanks @mdanilowicz! - Add privateshopwareEndpoint
config for SSR instance creation
Patch Changes
-
#349
5d14bb5
Thanks @patzick! - Dependency changes:- Changed dependency @nuxt/kit from ^3.6.3 to ^3.6.5
-
Updated dependencies [
5d14bb5
]:- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Patch Changes
-
#349
5d14bb5
Thanks @patzick! - Dependency changes:- Changed dependency @vueuse/core from ^10.2.1 to ^10.3.0
-
Updated dependencies []:
- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Patch Changes
-
#349
5d14bb5
Thanks @patzick! - Dependency changes:- Changed dependency @nuxt/kit from ^3.6.3 to ^3.6.5
-
Updated dependencies [
5d14bb5
]:- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
[email protected]
@shopware/[email protected]
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
@shopware/[email protected]
Minor Changes
-
#316
589c09c
Thanks @patzick! - Improved error handling. Api client now throwsApiClientError
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
@shopware-pwa/[email protected]
@shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Minor Changes
- #309
84a7fe6
Thanks @patzick! - Added new configuseUserContextInSSR
- 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
-
#303
aeb639a
Thanks @patzick! - Improved linting in packages. Types should be more reliable -
#313
0e82ab3
Thanks @patzick! - Dependency changes:- Changed dependency @nuxt/kit from ^3.6.1 to ^3.6.2
-
#328
a75617f
Thanks @patzick! - Dependency changes:- Changed dependency @nuxt/kit from ^3.6.2 to ^3.6.3
-
Updated dependencies [
aeb639a
,8c6ff0a
,b9a2004
]:- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]