Releases: bigcommerce/catalyst
@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
@bigcommerce/[email protected]
✨ This release updates to Next.js v15 ✨
Minor Changes
- #1623
16e3a76
Thanks @chanceaclark! - Next 15 upgrade
Patch Changes
-
#1629
72a30a8
Thanks @deini! - Use Typescript on Next Config -
#1618
d60e916
Thanks @bc-svc-local! - Update translations. -
Updated dependencies [
16e3a76
]:- @bigcommerce/[email protected]
@bigcommerce/[email protected]
Minor Changes
- #1623
16e3a76
Thanks @chanceaclark! - Adds async support to beforeRequest hook