@acromedia/gesso-commerce
7.1.1
Patch Changes
- Updated dependencies [9224fc7]
- @acromedia/gesso-core@7.1.2
7.1.0
Minor Changes
-
6fa249e: Add useOrders(null) option to block loading if you're still waiting on config to pass
-
6fa249e: MINOR BREAKING CHANGE
Changed placeOrder function return type from boolean to an object containing the order status and ID.
This allows the checkout completion page to properly load the order.
7.0.2
Patch Changes
- Updated dependencies [db9e03d]
- @acromedia/gesso-core@7.1.1
7.0.1
Patch Changes
- a3c8878: Update: update Checkout and Customer hooks to accept selected countries prop so that we can fetch the subLocations for each country when selecting a country. Add feature flag to use raw location values when updating shipping and billing locations in Checkout plugin.
- Updated dependencies [a3c8878]
- @acromedia/gesso-core@7.1.0
7.0.0
Major Changes
-
d8721b7: 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
Patch Changes
- e0fabdb: Feat: allow placeOrder method to take in a payment object.
- Updated dependencies [d8721b7]
- Updated dependencies [e0fabdb]
- Updated dependencies [92ee5d2]
- Updated dependencies [4dd9862]
- @acromedia/gesso-core@7.0.0
6.2.1
Patch Changes
- e60450e: Skip the useProduct api call if the id and the product options haven't changed
6.2.0
Minor Changes
- da18e67: Update types related to Order and PageInfo, moving them to the Core package
Patch Changes
- Updated dependencies [da18e67]
- @acromedia/gesso-core@6.2.0