Skip to content

Releases: bigcommerce/catalyst

@bigcommerce/[email protected]

14 May 18:31
9d3e666
Compare
Choose a tag to compare

Minor Changes

  • #2296 da1f486 Thanks @matthewvolk! - Expands the supported Node.js version of the create-catalyst CLI to ^20 and ^22. The version of Node.js required to run the CLI is not necessarily tied to the version of Node.js required to run Catalyst; the CLI requires at least version 18 to run because it depends on global Fetch API support being enabled by default. More context in #2296.

  • #2136 e5f1ac9 Thanks @chanceaclark! - Support node 22.

Patch Changes

@bigcommerce/[email protected]

14 May 18:28
9d3e666
Compare
Choose a tag to compare

Minor Changes

  • #1914 f039b2c Thanks @jorgemoya! - GQL requests that respond as 200 but have an errors field will now be properly handled by the client and throw a proper BigCommerceGQLError response with the message reason from the API. This will provide a more detailed description of why the GQL request errored out.

    API errors will still be handled and attribute the errored status as the message with this change as BigCommerceAPIError.

  • 0aa23e2 - Add an onError callback to in order to handle auth and invalid sessions.

  • #2124 4a00a27 Thanks @jorgemoya! - Add an errorPolicy option for GQL requests. Accepts none, ignore, all. Defaults to none which throws an error if there are GQL errors, ignore returns the data without error object, and all returns both data and errors.

Patch Changes

  • c830100 - Manual changes on a dependency bumps.

  • #2226 3b14d66 Thanks @bookernath! - Add GraphQL operation name and type to GraphQL URL as query parameters to improve server logging of GraphQL operations

@bigcommerce/[email protected]

24 Mar 18:15
Compare
Choose a tag to compare

Patch Changes

@bigcommerce/[email protected]

06 Mar 16:46
0f202ae
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@bigcommerce/[email protected]

07 Jan 03:43
c0c5ae7
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@bigcommerce/[email protected]

03 Jan 03:52
4e6e7c7
Compare
Choose a tag to compare

Patch Changes

@bigcommerce/[email protected]

31 Dec 18:23
615c085
Compare
Choose a tag to compare

Minor Changes

  • #1820 401417d Thanks @bookernath! - Update CLI to use new APIs for consistency with One-Click Catalyst in the control panel

@bigcommerce/[email protected]

31 Dec 18:23
615c085
Compare
Choose a tag to compare

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

@bigcommerce/[email protected]

11 Dec 15:46
0352fb5
Compare
Choose a tag to compare

Minor Changes

  • #1732 df4912c Thanks @jamesqquick! - Create command now accepts a --reset-main flag which resets the main branch to the provided git ref if present.

@bigcommerce/[email protected]

11 Dec 15:46
0352fb5
Compare
Choose a tag to compare

Minor Changes

  • #1639 ae2c6cd Thanks @bc-alexsaiannyi! - Add orders for customer account. Now customer can open orders history or move to specific order details.

  • #1729 d52affe Thanks @chanceaclark! - Removed ReCaptcha validation when you are logged in and making account changes. We have already validated a customer is human at the loggin screen.

  • #1728 d7dbd7a Thanks @chanceaclark! - Convert the messages that were displayed when deleting an address over to using the toast functionality.

Patch Changes