Releases: bigcommerce/catalyst
@bigcommerce/[email protected]
Minor Changes
-
#2296
da1f486
Thanks @matthewvolk! - Expands the supported Node.js version of thecreate-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
- #2017
c1519d4
Thanks @RomanKrasinskyi! - Add es-419 to list of allowed locale for selecting in CLI
@bigcommerce/[email protected]
Minor Changes
-
#1914
f039b2c
Thanks @jorgemoya! - GQL requests that respond as200
but have anerrors
field will now be properly handled by the client and throw a properBigCommerceGQLError
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 anonError
callback to in order to handle auth and invalid sessions. -
#2124
4a00a27
Thanks @jorgemoya! - Add anerrorPolicy
option for GQL requests. Acceptsnone
,ignore
,all
. Defaults tonone
which throws an error if there are GQL errors,ignore
returns the data without error object, andall
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]
Patch Changes
8016f01
Thanks @bookernath! - Bump Next.js to latest version to address CVE
@bigcommerce/[email protected]
Minor Changes
- #1986
b3d55a2
Thanks @RomanKrasinskyi! - Allow configuration of locales when creating a new channel
Patch Changes
- #1957
9e1d942
Thanks @chanceaclark! - Removes the ability for command injection in the CLI
@bigcommerce/[email protected]
Minor Changes
- #1859
62d178e
Thanks @bookernath! - Set default gh-ref to @bigcommerce/catalyst-core@latest
Patch Changes
-
#1859
62d178e
Thanks @bookernath! - Add notice that preview storefront has been deployed -
#1859
62d178e
Thanks @bookernath! - Fix --reset-main and improve OTP copying experience
@bigcommerce/[email protected]
Patch Changes
-
632a645
Thanks @bookernath! - Add stub for generating Customer Login API tokens for SSO integrations -
632a645
Thanks @bookernath! - Add /login/token endpoint to power Customer Login API -
#1816
6eb30ac
Thanks @bc-svc-local! - Update translations.
@bigcommerce/[email protected]
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]
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
-
#1765
1c9b880
Thanks @bookernath! - Assign cart to customer as part of initial login mutation -
#1760
f6161c5
Thanks @bc-svc-local! - Update translations.
@bigcommerce/[email protected]
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]
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
-
#1727
d3c6dbc
Thanks @migueloller! - Ignore empty strings when parsing array URL search parameters in faceted search. -
#1730
ad8c86d
Thanks @chanceaclark! - Fixes the inventory handling to handle some options being out of stock.