Skip to content
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

[App Extensibility ⚙️] Merge develop into extensibility (@W-17273312@) #2162

Open
wants to merge 293 commits into
base: feature/extensibility-v2
Choose a base branch
from

Conversation

adamraya
Copy link
Collaborator

@adamraya adamraya commented Dec 6, 2024

Description

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • (change1)

How to Test-Drive This PR

  • (step1)

Checklists

General

  • Changes are covered by test cases
  • CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)

bfeister and others added 27 commits October 22, 2024 13:20
Signed-off-by: Brian Feister <[email protected]>
…-context

Merge `feature/shopper-context` into `v5/template-retail-react-app` branch
…ail-react-app

Merge / release `v5/template-retail-react-app` and `feature/retail-react-app-v5` branches previously held from `develop`
…ocapi-proxy

[Hotfix] Restore OCAPI proxy in config
* fix link list to follow with a11y practise
…ase3.8.x

Merge back/ `release3.8.x` => `develop`
* Allow project configuration of queryCache

* Revert "Allow project configuration of queryCache"

This reverts commit 15b9e2e.

* SetqueryClient onError inside our useQuery wrapper

* Handle mutations and custom queries

* Fix existing tests

* Update CHANGELOG.md

* Lint fixes and refactoring

* useCustomQuery test

* Mutation test

* Guard so we're not always updating querycache config

* custom mutation should throw on HTTP 400 and up

* Uncomment custom mutation test

* Add tests

* Don't rerender form until after login

* Tweaks to login after password change

* Lint

* Remove comment

* Cleanup test

* Revert profile changes

* Move password change into auth helpers

* Add test

* Update CHANGELOG.md

* Clean up

* Only clear auth for HTTP 401

* remove clearUserAuth

* Add comment about AuthHelper.UpdateCustomerPassword

* Set logger

* mock guest re-login

* Don't use the onError callback

* Lint

* Refactor custom api options

* Add toggle for reauthentication

* Logout calls auth.ready

* Code cleanup

* Re-add comment

---------

Signed-off-by: vcua-mobify <[email protected]>
…t-merge-baskets

@W-17151938@ - Replace transfer basket call with merge basket on checkout
This reverts commit 1728e8d.
…page-radiobutton-render-error

@W-17178104@ - Fixed "getCheckboxProps is not a function" when rendering checkout page in generated app.
@adamraya adamraya requested a review from a team as a code owner December 6, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.