chore: next version release#2517
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5bf69fa to
a27c456
Compare
a27c456 to
de2aef0
Compare
de2aef0 to
cc79c83
Compare
cc79c83 to
0278eca
Compare
0278eca to
f9d0896
Compare
f9d0896 to
9a11bd1
Compare
9a11bd1 to
959c06c
Compare
959c06c to
b731e23
Compare
b731e23 to
a16c1c6
Compare
a16c1c6 to
5a79f8b
Compare
1d19613 to
0580e24
Compare
0580e24 to
dc9682c
Compare
dc9682c to
6fc4ec8
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/cms-base-layer@3.1.0
Minor Changes
1b0ccc9Thanks @mkucmus! -SwProductListingFiltersandSwProductListingFiltersHorizontal: honor thelistingTypeprop. When set toproductSearchListingthe components driveuseProductSearchListinginstead ofuseCategoryListingand keep the active search term in the request criteria and resulting URL, so the shared filter sidebar can be reused on the product search page without resetting the query. Category listing behavior is unchanged.Patch Changes
978b02c,744833b,e03c91b,9137475,474d3fe]:@shopware/api-client@1.5.1
Patch Changes
#2515
978b02cThanks @patzick! - GeneratecustomFieldsproperties with a dedicatedCustomFieldstype instead of the broaderGenericRecordtype.#2554
9137475Thanks @patzick! - Make_criteriaquery encoding deterministic by pinning the gzip timestamp.#2526
474d3feThanks @mkucmus! - Split thecreateAPIClienttests so Node and browser behavior are each tested in the right environment:createApiClient.test.ts): keeps the multipartContent-Type, aborts withThis operation was aborted.createApiClient.browser.test.ts, runs inhappy-dom): drops the multipartContent-Type, aborts withsignal is aborted without reason.Previously a stray
@vitest-environmentcomment ran the whole suite in browser mode, so the Node paths were never actually checked.@shopware/api-gen@1.5.1
Patch Changes
#2515
978b02cThanks @patzick! - GeneratecustomFieldsproperties with a dedicatedCustomFieldstype instead of the broaderGenericRecordtype.#2516
13a3766Thanks @patzick! - Useoxfmtinstead of Prettier for generated API files.Updated dependencies [
978b02c,9137475,474d3fe]:@shopware/composables@1.12.1
Patch Changes
#2514
744833bThanks @mdanilowicz! - Allow passing custom criteria touseCountries.#2552
e03c91bThanks @patzick! - Suppress Rolldown diagnostic warnings for invalid third-party pure annotations and plugin timings in the Nuxt layer build config.Updated dependencies [
978b02c,9137475,474d3fe]:@shopware/nuxt-module@1.5.1
Patch Changes
978b02c,744833b,e03c91b,9137475,474d3fe]:@shopware/unocss-design-tokens-layer@1.0.1
Patch Changes
7cdb81fThanks @patzick! - Export the shared UnoCSS config and lazy-load the optional runtime so layered templates can merge the package config directly while keeping runtime generation disabled unless requested.