[App Extensibility ⚙️] Merge develop into feature branch WIP#2200
Merged
bendvc merged 305 commits intofeature/extensibility-v2from Jan 14, 2025
Merged
Conversation
…@W-16596563@) (#1983) * Set ACTIVE_DATA_ENABLED to true * Update CHANGELOG.md
@W-16442332@ Add support for environment level base path (the base path for /mobify routes)
… base path for /mobify routes)"
* Fix Cookie expires converting seconds to Date * Update CHANGELOG.md * Add tests * PR Feedback * Update packages/commerce-sdk-react/CHANGELOG.md Co-authored-by: Kevin He <kevin.he@salesforce.com> Signed-off-by: Adam Raya <adamraya@users.noreply.github.com> * PR Feedback convert seconds to date in auth * Bump version * Bump retail-react-app * Update convertSecondsToDate logic * Support expires not defined --------- Signed-off-by: Adam Raya <adamraya@users.noreply.github.com> Co-authored-by: Kevin He <kevin.he@salesforce.com>
… (#1996) * Fix Cookie expires converting seconds to Date * Update CHANGELOG.md * Add tests * PR Feedback * Update packages/commerce-sdk-react/CHANGELOG.md * PR Feedback convert seconds to date in auth * Bump version * Bump retail-react-app * Update convertSecondsToDate logic * Support expires not defined --------- Signed-off-by: Adam Raya <adamraya@users.noreply.github.com> Co-authored-by: Kevin He <kevin.he@salesforce.com>
github workflows to setup pwa app
…1997) * update logout function * refactor and add test * update CHANGELOG
…ePaths-impl Revert "@W-16442332@ Add support for environment level base path (the base path for /mobify routes)"
…t-merge-baskets @W-17151938@ - Replace transfer basket call with merge basket on checkout
This reverts commit 1728e8d.
Signed-off-by: Jainam Sheth <99490559+shethj@users.noreply.github.com>
…page-radiobutton-render-error @W-17178104@ - Fixed "getCheckboxProps is not a function" when rendering checkout page in generated app.
…#2114) * add fix * update changelog * refactor
* Add support for non-302 redirects * Changelog * Add javadoc * Code coverage * Alternate implementaiton * Apply feedback * Add rendering test * lint
Fix failing checkout tests
…etail-template-expiration-dates-2 Update references to 2024 in Retail React App Template mock test data (2)
* Allow cookies in shopper login API
kevinxh
approved these changes
Jan 14, 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.
Description
Merging the latest code from
developinto our feature branch so we stay up to breast on changes.This PR includes migrating some of the
template-retail-react-appchanges to the new storefront extension as they are required to get tests passing. Additional work for migrating those changes will be done in a separate PR.NOTE: Some retail react app generated projects are still being created using the old template preset in our generator, so you'll still see some failing tests.
Types of Changes
Changes