Skip to content

@bigcommerce/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 18:23
· 3 commits to main since this release
615c085

Minor Changes

  • #1749 cacdd22 Thanks @chanceaclark! - Change the rest of the auth pages to use toasts.

  • #1746 0e34915 Thanks @chanceaclark! - Converts the change password messages over to using a toast. This should provide a better DX and UX.

  • #1747 608b886 Thanks @chanceaclark! - Update the register customer page to use toasts for messaging.

  • #1749 cacdd22 Thanks @chanceaclark! - Converts the reset password messages over to using a toast.

  • #1749 cacdd22 Thanks @chanceaclark! - Remove the account state provider components

  • #1749 cacdd22 Thanks @chanceaclark! - Converts the login messages over to using a toast.

  • #1743 7c03428 Thanks @chanceaclark! - After login, redirect to orders page instead of an account overview page. This also removes the account overview page.

  • #1741 5136fac Thanks @chanceaclark! - If a customer is already logged in, we want to redirect them back to their account pages if they are trying to hit one of the non-logged-in customer auth routes. The prevents any side effects that may occur trying to re-auth the client. This is done by providing a root layout.tsx page under the (auth) route group.

  • #1749 cacdd22 Thanks @chanceaclark! - Converts the change/forgot password messages over to using a toast.

Patch Changes