Releases: bigcommerce/catalyst
@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.
@bigcommerce/[email protected]
Patch Changes
- #1700
12923a5
Thanks @chanceaclark! - Adds a platform check to check if a command is installed.
@bigcommerce/[email protected]
Patch Changes
-
#1649
d38f164
Thanks @bc-alexsaiannyi! - improve account forms submit errors message -
#1651
1a222cb
Thanks @bc-yevhenii-buliuk! - refresh the entire list of addresses after deleting an address -
#1722
1f0c2ef
Thanks @chanceaclark! - Remove--turbo
frompnpm dev
as it has some issues with the latest dependency bump, along with others.
@bigcommerce/[email protected]
Minor Changes
-
#1717
12fea79
Thanks EoinConway! - Add a check for variant stock levels on add to cart button -
#1674
512c338
Thanks @chanceaclark! - Uses the API responses to show better errors when adding a product to the cart. -
#1710
15edf31
Thanks @chanceaclark! - RenameBcImage
toImage
-
#1703
7b598ff
Thanks @chanceaclark! - Adds localized data fetching withing the beforeRequest client helper. If information is translated (currently possible to update via the Admin GraphQL API) then we will return the translated product data. See https://developer.bigcommerce.com/docs/store-operations/catalog/graphql-admin/product-basic-info for more information on how to use overrides. -
#1710
15edf31
Thanks @chanceaclark! - Force usage of the<Image/>
component. This component should fallback to using the default image loader if the url doesn't come from the BigCommerce CDN. -
#1672
ffefc61
Thanks @chanceaclark! - If a string is not provided in the selected locale, the translation system will fallback to "en" for that specific entry.
Patch Changes
-
#1661
93d9984
Thanks @bookernath! - Remove webpack chunk plugin -
#1688
3267840
Thanks @thebigrick! - Added aria label for compare button -
#1617
c852961
Thanks @bc-yevhenii-buliuk! - UX improvements for account pages -
#1690
ee6bbb9
Thanks @thebigrick! - Added localization to hardcoded strings -
#1647
ad5ed3f
Thanks @bc-alexsaiannyi! - update submit create account errors message -
#1715
2960a70
Thanks @bc-svc-local! - Update translations. -
#1694
07f8463
Thanks @bc-svc-local! - Update translations.
@bigcommerce/[email protected]
Minor Changes
Patch Changes
-
#1636
23abacf
Thanks @chanceaclark! - Remove console.error when falling back to defaultChannelId -
#1636
23abacf
Thanks @chanceaclark! - Clean up login error handling. -
Updated dependencies [
23abacf
]:- @bigcommerce/[email protected]
@bigcommerce/[email protected]
Minor Changes
- #1636
23abacf
Thanks @chanceaclark! - Add optional error to BigCommerceResponse type
@bigcommerce/[email protected]
Patch Changes
- #1623
16e3a76
Thanks @chanceaclark! - allow props not to be spread