-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: next version release #1448
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2024 08:05
5c1e2d5
to
f29aeb2
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2024 08:10
f29aeb2
to
657e84b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 13, 2024 10:42
657e84b
to
15ea29b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 18, 2024 10:07
15ea29b
to
d1ab280
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 18, 2024 10:13
d1ab280
to
c754611
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 20, 2024 04:33
c754611
to
09f9d19
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 07:58
09f9d19
to
c3a442e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 25, 2024 08:04
c3a442e
to
54a3d71
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 27, 2024 14:46
54a3d71
to
24848fa
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
November 27, 2024 15:45
24848fa
to
cc260a0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 4, 2024 15:45
8f62e59
to
67fbbe4
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 5, 2024 09:23
67fbbe4
to
cc8e7c6
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 6, 2024 10:00
cc8e7c6
to
720de06
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 6, 2024 10:05
720de06
to
0f57153
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 6, 2024 11:57
0f57153
to
42b81cd
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 12:51
42b81cd
to
1408c6e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 09:18
1408c6e
to
4251255
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 09:37
4251255
to
28562f5
Compare
patzick
approved these changes
Dec 10, 2024
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/[email protected]
Minor Changes
a87bbcf
Thanks @JimTacobs! - Added fetchOptions to both API clients to allow for base configuration of http client@shopware-pwa/[email protected]
Minor Changes
#1501
9c84519
Thanks @mkucmus! - Ability to overwrite internal componentsFor example:
SwSharedPrice.vue
is used for multiple times to display a price. Create a component with the same name to makecms-base
start using your component internally.#1404
d4482d5
Thanks @mdanilowicz! - Add smooth scrolling for listing paginationPatch Changes
a87bbcf
,2c337b5
,13c83be
,13c83be
,8ba9702
,a03a492
]:@shopware-pwa/[email protected]
Minor Changes
#1489
2c337b5
Thanks @mdanilowicz! - Changedregistration
method in theuseUser
composable. Because of changes in the double opt-in on registration flow in the Shopware backend we are adjusting this method on our side. In new approach we are checkingactive
anddoubleOptInRegistration
properties that represents current status of the user.#1369
13c83be
Thanks @mdanilowicz! - AddedbuildDynamicBreadcrumbs
method for building breadcrumbs structureAdded
pushBreadcrumb
method to push single breadcrumb at the top of the breadcrumbs listAdded
associations
option to thesearch
method inuseProductSearch
composablePatch Changes
#1449
8ba9702
Thanks @mkucmus! - Add configuration step to README.md#1492
a03a492
Thanks @mkucmus! -useCustomerOrders
- added checkPromotions flag for loading ordersUpdated dependencies [
a87bbcf
,13c83be
]:@shopware-pwa/[email protected]
Minor Changes
13c83be
Thanks @mdanilowicz! - AddedgetCmsBreadcrumbs
helper for building CMS breadcrumbs@shopware-pwa/[email protected]
Minor Changes
9669d1b
Thanks @mdanilowicz! - Added possibility to use Nuxt config file for setting the API requests headers. Headers are added to each request SSR and CSR.Patch Changes
#1514
05a4792
Thanks @mdanilowicz! - ReplacecreateError
withshowError
function in theonResponseError
hook to redirect the user to the Nuxt error page.Updated dependencies [
a87bbcf
,2c337b5
,13c83be
,13c83be
,8ba9702
,a03a492
]:@shopware/[email protected]
Patch Changes
#1447
11ea41f
Thanks @patzick! - Improved error messages and merging override patches.Updated dependencies [
a87bbcf
]:@shopware-pwa/[email protected]
Patch Changes
a87bbcf
]:[email protected]
Minor Changes
c59b384
Thanks @patzick! - Update to the Node 22 LTS as the defaultPatch Changes
a87bbcf
,2c337b5
,13c83be
,13c83be
,8ba9702
,a03a492
]:[email protected]
Minor Changes
c59b384
Thanks @patzick! - Update to the Node 22 LTS as the default[email protected]
Minor Changes
c59b384
Thanks @patzick! - Update to the Node 22 LTS as the default[email protected]
Minor Changes
#1506
0d426c2
Thanks @patzick! - Changed eslint to biome for more accurate and much faster linting experience.#1490
c59b384
Thanks @patzick! - Update to the Node 22 LTS as the default#1369
13c83be
Thanks @mdanilowicz! - Added dynamic breadcrumbs#1489
2c337b5
Thanks @mdanilowicz! - Added a confirmation page after the double opt-in option. The confirmation link is included in the email after registration.Patch Changes
#1497
164cb91
Thanks @mdanilowicz! - Fix contrast ratio for cart and orders pages#1489
2c337b5
Thanks @mdanilowicz! - Fix registration form for the double opt in registration flow#1404
d4482d5
Thanks @mdanilowicz! - Add smooth scrolling on the routing change (excluding product variants)[email protected]
Minor Changes
c59b384
Thanks @patzick! - Update to the Node 22 LTS as the default