@W-18955816@ PWA Kit 3.11.0 preview.1 release#2853
Merged
vcua-mobify merged 35 commits intorelease-3.11.xfrom Jul 18, 2025
Merged
@W-18955816@ PWA Kit 3.11.0 preview.1 release#2853vcua-mobify merged 35 commits intorelease-3.11.xfrom
vcua-mobify merged 35 commits intorelease-3.11.xfrom
Conversation
Also add some additional ai attributes to schema Fix isMonoRepo Linting
Didn't do anything, we can loop back later on this. Wired up setup-jest
* Fix demo instance
PR feedback Signed-off-by: Ben Chypak <bchypak@mobify.com>
Signed-off-by: Ben Chypak <bchypak@mobify.com>
…reate-app-changes [🧱 MCP Server Tool] Create App Tool Polish 💅
* fix pwless login race conditions
* Remove search overrides * Update CHANGELOG.md
…test-product @W-18992617@ - Revert test product changes for e2e tests
* Removed edit button for auto-bonus products * removed extra comments * Fixed lint issues
) * @W-19054407 BOPIS fix bundle inventory and child pickup selection * @W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog * Revert "@W-19054407 BOPIS fix bundle inventory and child pickup selection changlelog" This reverts commit f5be70b. * @W-19054407 BOPIS changelog update --------- Co-authored-by: vcua-mobify <47404250+vcua-mobify@users.noreply.github.com>
* Updated changelog
* Add better error handling for Datacloud Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update use-datacloud.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Add new dataCloudAPI config Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update use-datacloud.test.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update datacloud-mock-data.js Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Refactored to decrease duplicate code Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Fix prettier issues Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Remove comments Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Sync datacloud api values (#2843) * Update CHANGELOG.md Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> --------- Signed-off-by: Carson Campbell <170666418+carson-campbell@users.noreply.github.com> Co-authored-by: Vincent Marta <vmarta@salesforce.com>
Collaborator
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
adamraya
approved these changes
Jul 18, 2025
vcua-mobify
commented
Jul 18, 2025
| - Support Standard Products [#2697](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2697) | ||
| - Provide conditional support for partial hydration (feature flag `PARTIAL_HYDRATION_ENABLED`) [#2696](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2696) [#2846](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2846) | ||
| - Show Automatic Bonus Products on Cart Page [#2704](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2704) [#2760](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2760) [#2815](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2815) | ||
| - [Breaking] Support Standard Products [2697](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/2697) |
Contributor
Author
There was a problem hiding this comment.
As discussed here, this is currently a breaking change hence why it has been tagged as [Breaking]
vmarta
approved these changes
Jul 18, 2025
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 applies fixes to issues found on
3.11.0-preview.0that have been merged into the develop branch.Aside from pulling in fixes from the develop branch, this PR bumps version numbers and cleans up the changelog.
Fixes applied were:
#2800 - fix generator demo preset
#2758 - fix potential race condition in passwordless login
#2819 - remove overrides for search limits
#2815 - remove edit buton on auto-bonus products
#2724 - feat: use
<picture>elements for responsive images#2823 - fix BOPIS bundle inventory and child pickup selection
#2811 - better error handling for data cloud and add partyIdentification for all event types
#2846 - add feature flag for
<island>component