Releases: shopware/frontends
@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]
@shopware-pwa/[email protected]
Patch Changes
-
#303
aeb639a
Thanks @patzick! - Improved linting in packages. Types should be more reliable -
Updated dependencies [
aeb639a
]:- @shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Minor Changes
- #322
b9a2004
Thanks @mdanilowicz! - AddformatLink
method to theuseInternationalization
composable
Patch Changes
-
#303
aeb639a
Thanks @patzick! - Improved linting in packages. Types should be more reliable -
#297
8c6ff0a
Thanks @mkucmus! - Remove implicit refresh action on address edit -
Updated dependencies [
aeb639a
]:- @shopware-pwa/[email protected]
- @shopware-pwa/[email protected]
@shopware-pwa/[email protected]
Minor Changes
Patch Changes
-
#303
aeb639a
Thanks @patzick! - Improved linting in packages. Types should be more reliable -
#321
f6f4d5c
Thanks @akf-bw! - Fixed CMS apply error on missing UnoCSS -
#313
0e82ab3
Thanks @patzick! - Dependency changes:- Changed dependency @nuxt/kit from ^3.6.1 to ^3.6.2
- Changed dependency @vuelidate/core from ^2.0.2 to ^2.0.3
- Changed dependency @vuelidate/validators from ^2.0.2 to ^2.0.3
-
#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]
- @shopware-pwa/[email protected]