@acromedia/gesso
7.1.1
Patch Changes
- 3a028cf: Adds opt in for AddressFormV2 in the Addresses component (design system and next packages)
- Updated dependencies [1e70593]
- @acromedia/gesso-cms@7.0.1
7.1.0
Minor Changes
- b9a21db: fix: Card component action button hydration errors
- ef4cae2: fix: add maxQuantity to add cart option rules
7.0.0
Major Changes
-
d8721b7: "@acromedia/gesso-core"
Removed
isSelected
andproductCount
fromBrand
type. RemovedBrandSearchFilter
,ProductAttributeSearchFilter
,ProductPriceFilter
, andCategorySearchFilter
fromFacetType
type. Removedattributes
andbrands
fromFacet
type, usesubFacets
instead. RemovedAttribute
interface from exports.
"@acromedia/gesso-bigcommerce"
Removed
entityId
fromsubFacets
in favour ofid
. Removedtype
fromsubFacets
, instead pass an argument fortags
inuseProductSearch
anduseFacet
"@acromedia/gesso-cms"
Replaced
Content[]
type withContentSearchResult
.getContentSearch
always returns aContentSearchResult
.
"@acromedia/gesso-drupal-commerce"
Removed generic
update
from useCustomerUse more specific update functions instead:
- updateName
- updateEmail
- updatePassword
- addAddress
- updateAddress
- updatePrimaryAddress
- deleteAddress
"@acromedia/gesso-shopify"
Removed deprecated Shopify API attributes.
"@acromedia/gesso-commerce"
Removed feature flag for opting into NextJS AppRouter.
Removed generic
update
from useCustomerUse more specific update functions instead:
- updateName
- updateEmail
- updatePassword
- addAddress
- updateAddress
- updatePrimaryAddress
- deleteAddress
"@acromedia/gesso-next"
Removed support for removed
update
method fromuseCustomer
. Removed support for passing tokens directly toAccountDetailsPage
, instead usechildProps.accountDetails.token
.
"@acromedia/gesso-erp"
UseAccountPlugin
no longer acceptsid
oraccountOptions
.UseAccount
no longer acceptsaccountOptions
.GetAccount
no longer acceptsaccountOptions
.
"@acromedia/gesso-shopify-middleware"
Removed deprecated Shopify API attributes.
"@acromedia/gesso-drupal"
Removed support for old field naming that did not include
_gesso_
. Removed regression testing for old field names.
Minor Changes
- 4dd9862: Add: CheckoutForm, AddressFormV2 and CreditCardFormV2 components.
- 89bcfbf: Fix: add LinkWrapper to ProductCard buttons
- 593ee38: feat: CheckoutInfoPane handle external onClick event
- d8721b7: Upgrade: update MUI to V6, packages include @mui /icons-material /lab /material /system /utils /x-data-grid /x-date-pickers. Please see https://mui.com/material-ui/migration/upgrade-to-v6/, https://mui.com/x/migration/migration-data-grid-v5/ and https://mui.com/x/migration/migration-pickers-v5/ for info on how to upgrade your code.
Patch Changes
- 463096e: Add: allow CreditCardFormV2 to hide submit button and expose submit functionality to ref.
- 92ee5d2: Only try to create a Date if created data was passed in BlogPageResults.
- Updated dependencies [d8721b7]
- Updated dependencies [d8721b7]
- Updated dependencies [e0fabdb]
- Updated dependencies [92ee5d2]
- Updated dependencies [d8721b7]
- Updated dependencies [e0fabdb]
- Updated dependencies [4dd9862]
- Updated dependencies [92ee5d2]
- @acromedia/gesso-core@7.0.0
- @acromedia/gesso-cms@7.0.0
- @acromedia/gesso-commerce@7.0.0
- @acromedia/gesso-ai@0.0.4
6.12.1
Patch Changes
- 45ac2ea: Fixes the CI package deployment and redeploy
6.12.0
Minor Changes
- 7917a25: Add support for HubSpot Forms in EmbedCode components.
Patch Changes
- 77d172a: Export the mui data grid component installed by gesso
6.11.2
Patch Changes
- b482456: Update MUI Accordion styling for first-of-type and last-of-type, fix 'square' calculation.
- 0df1323: Fix: change CartItem price text to body2 and remove currency code.
- 1a1f465: Fixes the horizontal margin on the divider not allowing full width
6.11.1
Patch Changes
- Updated dependencies [79178b6]
- @acromedia/gesso-cms@6.2.1
6.11.0
Minor Changes
- c9ef072: Feat: add export for the Autocomplete component
6.10.0
Minor Changes
- 9e6586b: Introduced a new
confirm
prop to theAddToCart
component. When set totrue
, the component will display theAddToCartConfirm
dialog instead of an alert after a successful form submission.