Skip to content

Commit

Permalink
chore: prepate new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemasta committed Sep 24, 2021
1 parent c5abca8 commit b76e8e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 1.6.0

## Add extra values to `useSignup` hook

Add support to more values that are supported in the Customer V3 API:

```
- phone
- company
- notes
- addresses
- accepts_product_review_abandoned_cart_emails
```

In addition, **`eslint/prettier`** has been configured.

## Category images

- Return (if exists) category images

## Add product options to product query

- Return specific product options for checkbox option
- Return specific product options for product pick list option
- Return `isDefault` for multiple choice option

## Add customer id to cart

Add the customer id (if the customer is logged) to the cart when creating it using the addItem hook
# 1.5.2
## Fix Address API imports
Export edit and delete handlers correctly. They were swapped.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/storefront-data-hooks",
"version": "1.5.5-beta.3",
"version": "1.6.0",
"main": "index.js",
"repository": "[email protected]:bigcommerce/storefront-data-hooks.git",
"license": "MIT",
Expand Down

0 comments on commit b76e8e9

Please sign in to comment.