chore: next version release#2463
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a22f281 to
eb9ebfb
Compare
eb9ebfb to
48c47e5
Compare
48c47e5 to
c4665e4
Compare
c4665e4 to
f3b27a7
Compare
f3b27a7 to
0c32628
Compare
0c32628 to
7e01e08
Compare
7e01e08 to
65a7957
Compare
65a7957 to
722cd48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopware/composables@1.12.0
Minor Changes
#2486
5678fb0Thanks @mkucmus! -useSessionContext: exposecurrentLocaleCode— the active language's locale code (e.g."en-GB"), read directly from the context'slanguageInfo. The current locale can now be derived from the session context alone, without loading the full language list viauseInternationalization().getAvailableLanguages()just to map the currentlanguageIdto a locale.#2473
22611e5Thanks @mkucmus! - Add an opt-incacheableReadsflag that routes anonymous Store API reads through their cacheable GET variants instead of POST. Criteria is compressed into the_criteriaquery param viaencodeForQueryfrom@shopware/api-client/helpers, which lets CDNs / reverse proxies / the browser cache the responses.Disabled by default — fully backwards compatible. Enable it in
nuxt.config(shopware: { cacheableReads: true }) or viacreateShopwareContext(app, { cacheableReads: true })for non-Nuxt setups. It is surfaced on the Shopware context and read by the affected composables; public composable signatures are unchanged.Affected composables:
useNavigation,useNavigationSearch,useCountries,useUser(country + salutation lookups),useSalutations,useInternationalization,useProductConfigurator,useProductSearch, anduseCategorySearch.advancedSearch.useListing(product-listing), single-categoryuseCategorySearch.search, anduseLandingSearchremain POST for now: the generated Store API schema does not type_criteriaon those GET routes (a Shopware OpenAPI gap). The backend does honor_criteriaon product-listing GET at runtime, so that one can be migrated later once the types are augmented.Patch Changes
8be060dThanks @mkucmus! -useProductAssociations: add optionalincludeSeoUrlsoption. Whentrue, the cross-selling request sendssw-include-seo-urls: trueso returned products include theseoUrlsassociation. Defaults tofalseto avoid extra backend overhead.@shopware/nuxt-module@1.5.0
Minor Changes
#2473
22611e5Thanks @mkucmus! - Add an opt-incacheableReadsflag that routes anonymous Store API reads through their cacheable GET variants instead of POST. Criteria is compressed into the_criteriaquery param viaencodeForQueryfrom@shopware/api-client/helpers, which lets CDNs / reverse proxies / the browser cache the responses.Disabled by default — fully backwards compatible. Enable it in
nuxt.config(shopware: { cacheableReads: true }) or viacreateShopwareContext(app, { cacheableReads: true })for non-Nuxt setups. It is surfaced on the Shopware context and read by the affected composables; public composable signatures are unchanged.Affected composables:
useNavigation,useNavigationSearch,useCountries,useUser(country + salutation lookups),useSalutations,useInternationalization,useProductConfigurator,useProductSearch, anduseCategorySearch.advancedSearch.useListing(product-listing), single-categoryuseCategorySearch.search, anduseLandingSearchremain POST for now: the generated Store API schema does not type_criteriaon those GET routes (a Shopware OpenAPI gap). The backend does honor_criteriaon product-listing GET at runtime, so that one can be migrated later once the types are augmented.Patch Changes
8be060d,5678fb0,22611e5]:@shopware/cms-base-layer@3.0.1
Patch Changes
8be060d,5678fb0,22611e5]:vue-starter-template@0.1.2
Patch Changes
bc8a57aThanks @mdanilowicz! - Add a currency switcher to the starter template meta navigation. The switcher loads available Store API currencies, updates the Shopware session context, refreshes the cart, and reloads the storefront data so prices use the selected currency.lumora-demo-store@0.0.4
Patch Changes
bc8a57a]: