Skip to content

Tags: jumus-jumbuck/magento2

Tags

1.0.0-rc.5.4

Toggle 1.0.0-rc.5.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore: release/1.0.0-rc.5.4 (vuestorefront#530)

* chore: add gitflow actions (vuestorefront#379)

* chore: added base gitflow actions

* chore: added base gitflow actions

* chore: fixed versioning process

* docs: added roadmap to the docs (vuestorefront#380)

closes vuestorefront#323

* fix(theme): refactor and fix store switcher (vuestorefront#383)

- update nuxt.config.js to handle de translation
- fix issue with flag icon vuestorefront#362
- refactor store switcher component
- add store name next to the language icon flag
- add translation info in docs

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix preselection sort order when query param is available (vuestorefront#385)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: broken cart after placing order as guest (vuestorefront#386)

* fix(theme): passing the email instead of the user-object for creating a guest-cart

* fix(composables): remove empty params in array, fails on Magento

* test(theme): updated test for attaching guest email address to cart

* Update packages/composables/src/composables/useShipping/index.ts

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

Co-authored-by: Marcin Kwiatkowski <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#387)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#388)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: default billing information does not appear on address (vuestorefront#382)

* fix(theme): added badge for default-shipping and default-sbilling address

* fix(composables): sort addresses, put default shipping and billing address to top

* fix(theme): default billing and shipping text can be translated

* chore(theme): added translations

* fix(composables): removed console.log

* chore: upgraded vsf core to 2.5.4 (vuestorefront#389)

* chore: updated VSF core version to 2.5.4

* build: updated test GH action

* fix(composables): update url resolver clearing patter to remove locale prefix (vuestorefront#390)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix links to catch current locale (vuestorefront#391)

* fix(theme): M2-25 fix links to catch current locale

* Apply suggestions from code review

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* test(test-utils): added localePath global mock to the test-utils

Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Marcin Kwiatkowski <[email protected]>

* style(theme): aligned titles in my account menu (vuestorefront#400)

* feat(middleware): added i18n route middleware (vuestorefront#408)

* feat(middleware): added i18n route middleware

closes vuestorefront#378

* refactor(middleware): i18n middleware: adjustements

* fix(theme): update localisation for all :link bindings (vuestorefront#416)

Co-authored-by: Bartosz Herba <[email protected]>

* docs(theme): update custom queries documentation to be more friendly and explicit (vuestorefront#418)

Co-authored-by: Bartosz Herba <[email protected]>

* chore(theme): removed html-validator (vuestorefront#414)

* refactor: update dependencies (vuestorefront#420)

* refactor(eslint): updated dependencies

- Updated `eslint-plugin-unicorn` to `40.0.0`

* refactor(eslint-import): updated dependencies

- Updated `eslint-plugin-import` to `2.25.4`

* refactor(eslint-jest): updated dependencies

- Updated `eslint-plugin-jest` to `25.3.4`

* refactor(eslint-typescript): updated dependencies

- Updated `@typescript-eslint/eslint-plugin` to `5.9.1`
- Updated `@typescript-eslint/parser` to `5.9.1`

* refactor(eslint-vue): updated dependencies

- Updated `eslint-plugin-vue` to `8.3.0`

* refactor(api-client): updated dependencies

- Updated `@apollo/client` to `3.5.7`
- Updated `dotenv` to `12.0.1`

* refactor(theme): updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `babel-jest` to `27.4.6`
- Updated `cypress` to `9.2.1`
- Updated `dotenv` to `12.0.1`
- Updated `jest` to `27.4.7`
- Updated `jest-environment-jsdom` to `27.4.6`
- Updated `lint-staged` to `12.1.7`
- Updated `mocha` to `9.1.4`
- Updated `npm-check-updates` to `12.1.0`
- Updated `ts-jest` to `27.1.3`

* refactor: updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `@babel/plugin-proposal-private-methods` to  `7.16.7`
- Updated `@commitlint/cli` to `16.0.2`
- Updated `@commitlint/config-conventional` to `16.0.0`
- Updated `@commitlint/config-lerna-scopes` to `16.0.0`
- Updated `@graphql-codegen/cli` to `2.3.1`
- Updated `@graphql-codegen/typescript` to `2.4.2`
- Updated `@graphql-codegen/typescript-operations` to  `2.2.2`
- Updated `@graphql-tools/utils` to `8.6.1`
- Updated `@rollup/plugin-node-resolve` to `13.1.3`
- Updated `@types/jest` to `27.4.0`
- Updated `@types/node` to `17.0.8`
- Updated `@typescript-eslint/parser` to `5.9.1`
- Updated `@vue/eslint-config-typescript` to `10.0.0`
- Updated `eslin` to `8.6.0`
- Updated `jest` to `27.4.7`
- Updated `lint-staged` to `12.1.7`
- Updated `npm-check-updates` to `12.1.0`
- Updated `rollup` to `2.64.0`
- Updated `shx` to `0.3.4`
- Updated `ts-jest` to `27.1.3```

* refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)

* fix(theme): fix 404 issue when redirecting to address details page (vuestorefront#424)

Co-authored-by: Bartosz Herba <[email protected]>

* test: scaffold unit tests in composables and api client package (vuestorefront#419)

* test(composables): added jest config

* tests(composables): rewritten test + fix in productGetter

* tests(composables): updated configuration in jest.config.js

* tests(api-client): added tests for api-client + move general config to jest.base.config.js

* tests(api-client): added jest configuration + simple test

* chore: removed jest-environment-jsdom-sixteen

* tests(theme): reverted back and removed jest.base.config.json

* test(composables): reverted back and removed jest.base.config.json

* test(api-client): reverted back and removed jest.base.config.json

* chore: removed jest.base.config.json

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(theme): fix disappearing category sidebar filter change (vuestorefront#423)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): out of stock product will no longer break cart (vuestorefront#404)

* fix(theme): out of stock product will no longer break cart

* fix(theme): remove cart load from layout

* docs(theme): update tests for CartSidebar

Co-authored-by: Bartosz Herba <[email protected]>

* Revert "refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)" (vuestorefront#426)

This reverts commit fbb1598.

* refactor(i18n): changed i18n middleware to plugin and fix store switc… (vuestorefront#425)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(theme): changed i18n midl. to plugin & fix store switcher by url (vuestorefront#431)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(composables): added `ConfigState` to export API

* chore: updated yarn.lock

* refactor(theme): updated i18n middleware to fix URL redirect

* docs: updated API-Extractor

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(api-client): update default mutation error handling for apollo client (vuestorefront#429)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: expired user token (vuestorefront#392)

* fix(theme): disabled checkbox on login-modal

* feat(theme): log customer out when customer-token is expired

* feat: added token expired notification, clear cart and customer token when customer is not logged in

* feat: logged out notification

* refactor: removed console log

* refactor: added improvements for token-expired plugin, added unit tests

* refactor: changed log out notification message

* test: fixed token-expired plugin test

* test: added cookies mock to test-utils

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* refactor(theme): enable the currency switcher on `TopBar.vue` (vuestorefront#430)

* refactor(theme): enables currency switcher on TopBar.vue

* refactor(theme): add safe checking on Currency Selector

* fix(theme): remove redundant cart load actions (vuestorefront#438)

Co-authored-by: Bartosz Herba <[email protected]>

* perf(theme): updated nuxt.config.js to improve rebuild performance during development (vuestorefront#443)

Updated the nuxt.config.js by increasing the enforceSizeThreshold and removing configuration
properties

* fix(theme): update localisation for all :link bindings (vuestorefront#450)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: handle currency switch issue (vuestorefront#441)

* fix(theme): solve currency change issue

* docs(theme): add currency formatting plugin information

* test(theme): add UT for plugin and formatCurrency helper

* refactor(fcplugin): change the logic responsible for resolving locale value

Co-authored-by: Bartosz Herba <[email protected]>

* chore: align main with develop (vuestorefront#455)

* Fix useFacet(...) customQuery implemention (vuestorefront#413)

* chore: release 1.0.0-rc.5.3 (vuestorefront#437)

* chore: add gitflow actions (vuestorefront#379)

* chore: added base gitflow actions

* chore: added base gitflow actions

* chore: fixed versioning process

* docs: added roadmap to the docs (vuestorefront#380)

closes vuestorefront#323

* fix(theme): refactor and fix store switcher (vuestorefront#383)

- update nuxt.config.js to handle de translation
- fix issue with flag icon vuestorefront#362
- refactor store switcher component
- add store name next to the language icon flag
- add translation info in docs

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix preselection sort order when query param is available (vuestorefront#385)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: broken cart after placing order as guest (vuestorefront#386)

* fix(theme): passing the email instead of the user-object for creating a guest-cart

* fix(composables): remove empty params in array, fails on Magento

* test(theme): updated test for attaching guest email address to cart

* Update packages/composables/src/composables/useShipping/index.ts

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

Co-authored-by: Marcin Kwiatkowski <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#387)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#388)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: default billing information does not appear on address (vuestorefront#382)

* fix(theme): added badge for default-shipping and default-sbilling address

* fix(composables): sort addresses, put default shipping and billing address to top

* fix(theme): default billing and shipping text can be translated

* chore(theme): added translations

* fix(composables): removed console.log

* chore: upgraded vsf core to 2.5.4 (vuestorefront#389)

* chore: updated VSF core version to 2.5.4

* build: updated test GH action

* fix(composables): update url resolver clearing patter to remove locale prefix (vuestorefront#390)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix links to catch current locale (vuestorefront#391)

* fix(theme): M2-25 fix links to catch current locale

* Apply suggestions from code review

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* test(test-utils): added localePath global mock to the test-utils

Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Marcin Kwiatkowski <[email protected]>

* style(theme): aligned titles in my account menu (vuestorefront#400)

* feat(middleware): added i18n route middleware (vuestorefront#408)

* feat(middleware): added i18n route middleware

closes vuestorefront#378

* refactor(middleware): i18n middleware: adjustements

* fix(theme): update localisation for all :link bindings (vuestorefront#416)

Co-authored-by: Bartosz Herba <[email protected]>

* docs(theme): update custom queries documentation to be more friendly and explicit (vuestorefront#418)

Co-authored-by: Bartosz Herba <[email protected]>

* chore(theme): removed html-validator (vuestorefront#414)

* refactor: update dependencies (vuestorefront#420)

* refactor(eslint): updated dependencies

- Updated `eslint-plugin-unicorn` to `40.0.0`

* refactor(eslint-import): updated dependencies

- Updated `eslint-plugin-import` to `2.25.4`

* refactor(eslint-jest): updated dependencies

- Updated `eslint-plugin-jest` to `25.3.4`

* refactor(eslint-typescript): updated dependencies

- Updated `@typescript-eslint/eslint-plugin` to `5.9.1`
- Updated `@typescript-eslint/parser` to `5.9.1`

* refactor(eslint-vue): updated dependencies

- Updated `eslint-plugin-vue` to `8.3.0`

* refactor(api-client): updated dependencies

- Updated `@apollo/client` to `3.5.7`
- Updated `dotenv` to `12.0.1`

* refactor(theme): updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `babel-jest` to `27.4.6`
- Updated `cypress` to `9.2.1`
- Updated `dotenv` to `12.0.1`
- Updated `jest` to `27.4.7`
- Updated `jest-environment-jsdom` to `27.4.6`
- Updated `lint-staged` to `12.1.7`
- Updated `mocha` to `9.1.4`
- Updated `npm-check-updates` to `12.1.0`
- Updated `ts-jest` to `27.1.3`

* refactor: updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `@babel/plugin-proposal-private-methods` to  `7.16.7`
- Updated `@commitlint/cli` to `16.0.2`
- Updated `@commitlint/config-conventional` to `16.0.0`
- Updated `@commitlint/config-lerna-scopes` to `16.0.0`
- Updated `@graphql-codegen/cli` to `2.3.1`
- Updated `@graphql-codegen/typescript` to `2.4.2`
- Updated `@graphql-codegen/typescript-operations` to  `2.2.2`
- Updated `@graphql-tools/utils` to `8.6.1`
- Updated `@rollup/plugin-node-resolve` to `13.1.3`
- Updated `@types/jest` to `27.4.0`
- Updated `@types/node` to `17.0.8`
- Updated `@typescript-eslint/parser` to `5.9.1`
- Updated `@vue/eslint-config-typescript` to `10.0.0`
- Updated `eslin` to `8.6.0`
- Updated `jest` to `27.4.7`
- Updated `lint-staged` to `12.1.7`
- Updated `npm-check-updates` to `12.1.0`
- Updated `rollup` to `2.64.0`
- Updated `shx` to `0.3.4`
- Updated `ts-jest` to `27.1.3```

* refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)

* fix(theme): fix 404 issue when redirecting to address details page (vuestorefront#424)

Co-authored-by: Bartosz Herba <[email protected]>

* test: scaffold unit tests in composables and api client package (vuestorefront#419)

* test(composables): added jest config

* tests(composables): rewritten test + fix in productGetter

* tests(composables): updated configuration in jest.config.js

* tests(api-client): added tests for api-client + move general config to jest.base.config.js

* tests(api-client): added jest configuration + simple test

* chore: removed jest-environment-jsdom-sixteen

* tests(theme): reverted back and removed jest.base.config.json

* test(composables): reverted back and removed jest.base.config.json

* test(api-client): reverted back and removed jest.base.config.json

* chore: removed jest.base.config.json

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(theme): fix disappearing category sidebar filter change (vuestorefront#423)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): out of stock product will no longer break cart (vuestorefront#404)

* fix(theme): out of stock product will no longer break cart

* fix(theme): remove cart load from layout

* docs(theme): update tests for CartSidebar

Co-authored-by: Bartosz Herba <[email protected]>

* Revert "refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)" (vuestorefront#426)

This reverts commit fbb1598.

* refactor(i18n): changed i18n middleware to plugin and fix store switc… (vuestorefront#425)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(theme): changed i18n midl. to plugin & fix store switcher by url (vuestorefront#431)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(composables): added `ConfigState` to export API

* chore: updated yarn.lock

* refactor(theme): updated i18n middleware to fix URL redirect

* docs: updated API-Extractor

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(api-client): update default mutation error handling for apollo client (vuestorefront#429)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: expired user token (vuestorefront#392)

* fix(theme): disabled checkbox on login-modal

* feat(theme): log customer out when customer-token is expired

* feat: added token expired notification, clear cart and customer token when customer is not logged in

* feat: logged out notification

* refactor: removed console log

* refactor: added improvements for token-expired plugin, added unit tests

* refactor: changed log out notification message

* test: fixed token-expired plugin test

* test: added cookies mock to test-utils

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* refactor(theme): enable the currency switcher on `TopBar.vue` (vuestorefront#430)

* refactor(theme): enables currency switcher on TopBar.vue

* refactor(theme): add safe checking on Currency Selector

* Fix useFacet(...) customQuery implemention (vuestorefront#413)

* chore: updated version number to rc.5.3, updated yarn.lock, fixed cloud action

* fix(theme): update localisation for all :link bindings (vuestorefront#449)

Co-authored-by: Bartosz Herba <[email protected]>

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Aliaaaam <[email protected]>

Co-authored-by: Aliaaaam <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Kevin Gorjan <[email protected]>

* fix(minicart): fix resolving configurable variants data (vuestorefront#456)

Co-authored-by: Bartosz Herba <[email protected]>

* feat: added translations for german store (vuestorefront#459)

* fix(composable): fix clearing cart on customer logout (vuestorefront#458)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix fcPlugin issuse when cookies were not set yet - added default currency fallback (vuestorefront#460)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(api-client): update all cart related queries/mutation to include configurable variants data (vuestorefront#461)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix adding product to a wishlist from a listed category page (vuestorefront#464)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): add debounced update quantity action so it will be possible to insert multidigital value (vuestorefront#465)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix customer account update data and password change functionality (vuestorefront#469)

- Previously error and success messages were not displayed and the change password action always
lead to an error, now either update data and password change are handled properly

Co-authored-by: Bartosz Herba <[email protected]>

* perf(general): add performance improvement changes (vuestorefront#471)

* Test performance improvement commit

* chore(deployment): changed deployment config to allow A-B testing on stage

* refactor: changed default layout hydration

Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Marcin Kwiatkowski <[email protected]>

* Revert "perf(general): add performance improvement changes (vuestorefront#471)" (vuestorefront#472)

This reverts commit 2f06a69.

* fix: loosing data when moving between steps on the checkout (vuestorefront#440)

* fix(theme): prevent user to click on next steps in the checkout

* feat(theme): added an asyncLocalStorage helper

* fix(theme): added feature so the User Account is filled in

* fix(theme): user can't go pages directly

* feat(theme): a helpers for validating is the user has access to a specific step in the checkout

* feat(theme): implemented the validation in the checkout steps

* test: added tests for asyncLocalStorage and the steps helper

* fix(composables): re-calculate cart when changing shipping-method (vuestorefront#473)

* feat(theme): add missing german translations (vuestorefront#479)

Co-authored-by: Bartosz Herba <[email protected]>

* feat: added nuxt-img and possibility to use external image providers (vuestorefront#467)

* chore(theme): added nuxt-image

* feat(theme): added nuxt-img to category page

* feat: added nuxt-img to category pages, added newe configs, and useImage compoosable

* feat(theme): added nuxt-img to products carousel, added image enums

* feat(theme): added nuxt-img for search results

* feat(theme): added nuxt-img to my account wishlist

* feat(theme): changed log to use nuxt-img

* feat(theme): changed empty cart icon to use nuxt-img

* feat(theme): added nuxt-img to instagram feed, updated image names

* feat(theme): changed error image on search results to use nuxt-img

* feat(theme): update store switcher to use nuxt-img instead of SfImage

* feat(theme): added nuxt-img to wishlist sidebar

* feat(theme): added nuxt-img to MobileStoreBanner

* feat(theme): added nuxt-img to grouoped product selector

* feat(theme): added nuxt-img to payment component

* docs: added docs for external images providers

* build(cloud): updated vuestorefront cloud docker file and added new args

* build: updated deploy gh action to add image env vatiables

* docs(configuration): updated docs for image providers

* build: added missed buildargs

* build: fixed dockerfile

* build: fixed typo in docker file

* build: updated config

* test: add unit tests for the useImage composable

* fix(theme): fix mobile home button alignment (vuestorefront#475)

* refactor: m2-69. ssr optimization for default layout (vuestorefront#477)

* Test performance improvement commit

* chore(deployment): changed deployment config to allow A-B testing on stage

* refactor: changed default layout hydration

Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix: incorrect shipping method price displayed in order summary (vuestorefront#481)

* fix(composables): re-calculate cart when changing shipping-method

* fix(theme): removed cache-id for retrieving shipping methods

Cache id is removed because it retrieves the cached shipping methods. But when the address changes,
it can be that the price of shipping methods need to be updated

* fix(theme): fix footer lazy hydration (vuestorefront#488)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fixed product layout tablet (vuestorefront#487)

* fix(theme): added spacing on the left and right of the checkout page (vuestorefront#486)

* fix(theme): fixed payment setup style discrepancies (vuestorefront#484)

* fix: incorrect shipping method price displayed in order summary (vuestorefront#496)

* fix(composables): re-calculate cart when changing shipping-method

* fix(theme): removed cache-id for retrieving shipping methods

Cache id is removed because it retrieves the cached shipping methods. But when the address changes,
it can be that the price of shipping methods need to be updated

* chore: updated yarn.lock

* fix(theme): redirect to home when accessing checkout if cart is empty

* fix(theme): fixed hydration issue

moved logic from SSR to onMounted to fix hydration difference

* fix(theme): fixed cms page loading (vuestorefront#495)

* fix(theme): fixed review page is empty if there are no reviews (vuestorefront#485)

* fix(theme): ssr optimization for default layout (vuestorefront#506)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): orders history table - no order details button on mobile (vuestorefront#505)

* fix(theme): product bundle visual issue (vuestorefront#504)

* fix(theme): add wishlist loading when customer is logging in (vuestorefront#509)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix setting proper store and locale if there is no cookie (vuestorefront#508)

Co-authored-by: Bartosz Herba <[email protected]>

* feat(recaptcha): add recaptcha (vuestorefront#401)

* feat: add example file

* feat: init recaptcha

* feat(recaptcha): reverte some configs

* feat(recaptcha): add v3 support

* feat(recaptcha): add possibility to deactivate module and docs

* feat(recaptcha): link reCaptcha doc

* feat(recaptcha): link reCaptcha doc

* feat(recaptcha): use fetch instead of axios

* feat(recaptcha): add recaptcha to review form

* feat(recaptcha): add recaptcha to reset password form

* feat(recaptcha): add recaptcha to checkout form

* feat(recaptcha): add recaptcha to forgot password and register forms

* feat(recaptcha): code review

* feat(recaptcha): refactoring

* feat(recaptcha): add tests

Co-authored-by: Abdellatif El Mizeb <[email protected]>
Co-authored-by: Frédéric Le Menach <[email protected]>

* chore: added sentry (vuestorefront#507)

* chore: added Sentry

* build: added SENTRY_DSN variable to envs

* build(updated sentry config): updated sentry config

* build(added config for sentry performance integrartion): added config for sentry

* chore: updated sentry config

* chore: restored deployment config

* test(theme): fixed loginModal component tests

* feat: added support for @vue-storefront/cache module (vuestorefront#482)

* chore(theme): added nuxt-image

* feat(theme): added nuxt-img to category page

* feat: added nuxt-img to category pages, added newe configs, and useImage compoosable

* feat(theme): added nuxt-img to products carousel, added image enums

* feat(theme): added nuxt-img for search results

* feat(theme): added nuxt-img to my account wishlist

* feat(theme): changed log to use nuxt-img

* feat(theme): changed empty cart icon to use nuxt-img

* feat(theme): added nuxt-img to instagram feed, updated image names

* feat(theme): changed error image on search results to use nuxt-img

* feat(theme): update store switcher to use nuxt-img instead of SfImage

* feat(theme): added nuxt-img to wishlist sidebar

* feat(theme): added nuxt-img to MobileStoreBanner

* feat(theme): added nuxt-img to grouoped product selector

* feat(theme): added nuxt-img to payment component

* docs: added docs for external images providers

* build(cloud): updated vuestorefront cloud docker file and added new args

* build: updated deploy gh action to add image env vatiables

* docs(configuration): updated docs for image providers

* build: added missed buildargs

* build: fixed dockerfile

* build: fixed typo in docker file

* build: updated config

* test: add unit tests for the useImage composable

* chore(theme): added @vue-storefront-cache module

* chore(theme): added config for @vue-storefront/cache to nuxt.config.js

* feat(theme): added cache tags to home and category page

* chore(theme): added redis-cache module, fixed cache tags for category page

* feat(theme): added cache tags to product page, added body parser server middleware

* build: added config for redis, modified deployment config for tests

* build: removed unnecessary redis_password env variable

* build: fixed redis env variables names

* feat(theme): added cache tags for cms pages

* chore(theme): removed console.logs, added comments to nuxt.config.js

* build: removed redis-cache module from package.json and addet it to dockerfile

* build: updated dockerfile

* build(updzted docker file): updated dovkerfile

* build: added REDIS__ENABLED env variable

* docs: added docs for redis caching

* build: reverted test changes in deploy action

* fix(theme): removed typo from Category template

n

* build: fixed GH deploy action

* fix: billing address overwrites shipping address when copy flag is set (vuestorefront#510)

* fix(theme): don't redirect with empty cart on thank-you step during the checkout

* fix(theme): fix on billing step when address for shipping and billing are the same

When addresses are the same, hide the form on the billing-step so users can't fill in a new address

* chore(theme): added missing translations

* build: added npm registry to dockerfile (vuestorefront#511)

* build(deployment): added reCahptcha env variables, and modified deploy action (vuestorefront#515)

* build(theme): extracted styles to separate .css chunks (vuestorefront#516)

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* fix(theme, composable): expired user token issue (vuestorefront#519)

- add proper handling of unathorized requests

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): update login modal to handle translations (vuestorefront#521)

Co-authored-by: Bartosz Herba <[email protected]>

* chore(theme): removed redis, sentry and reCaptcha config from nuxt.config.js (vuestorefront#522)

* fix: added missing translations (vuestorefront#525)

* chore(theme): added translations for the home-page

* chore(theme): added translations for my-account

* fix: disable ATC button while new product configuration is being loaded (vuestorefront#523)

Co-authored-by: Alexander Devitsky <[email protected]>

* chore: added possibility to extend nuxt.config during deployment (vuestorefront#524)

* build: introduced nuxt.config.additional.js

* build: updated dockerfile

* build: updated dockerfile

* build: fixed type

* build: fixed path

* build: updated base nuxt config path

* chore: removed recaptcha module from package.json

* build: removed test changes from deployment config, upated recaptcha docs

* chore: updated dependencies nad optimized dockerfile

* docs: updated api docs

* chore: disabled recaptcha

* build: changed dockerfile

* build: updated recaptcha deployment config

* fix: fixed recaptcha enabled config type issue

* build: manually disabled recaptcha

* fix(composable): update useFacets to work with a customQueries

* fix(theme): fix missing address details tab for non-english locale stores (vuestorefront#542)

Co-authored-by: Bartosz Herba <[email protected]>

* refactor(theme): performance improvements (vuestorefront#541)

* refactor(theme): moved magento configuration to separate non blocking component

* build(theme): removed chunks configuration

* refactor(theme): removed magentoConfiguration component

* fix(theme): update address action will now properly load address data in form (vuestorefront#551)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix add to wishlist button on catgory listing view for a mobile devices (vuestorefront#554)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): save or update of address details in the customer account will no longer yield 404 (vuestorefront#555)

Co-authored-by: Bartosz Herba <[email protected]>

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Aliaaaam <[email protected]>
Co-authored-by: Georgiy Slobodenyuk <[email protected]>
Co-authored-by: Diego Alba <[email protected]>
Co-authored-by: Abdellatif EL MIZEB <[email protected]>
Co-authored-by: Abdellatif El Mizeb <[email protected]>
Co-authored-by: Frédéric Le Menach <[email protected]>
Co-authored-by: Alexander Devitsky <[email protected]>
Co-authored-by: Alexander Devitsky <[email protected]>

1.0.0-rc.5.3

Toggle 1.0.0-rc.5.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore: release 1.0.0-rc.5.3 (vuestorefront#437)

* chore: add gitflow actions (vuestorefront#379)

* chore: added base gitflow actions

* chore: added base gitflow actions

* chore: fixed versioning process

* docs: added roadmap to the docs (vuestorefront#380)

closes vuestorefront#323

* fix(theme): refactor and fix store switcher (vuestorefront#383)

- update nuxt.config.js to handle de translation
- fix issue with flag icon vuestorefront#362
- refactor store switcher component
- add store name next to the language icon flag
- add translation info in docs

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix preselection sort order when query param is available (vuestorefront#385)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: broken cart after placing order as guest (vuestorefront#386)

* fix(theme): passing the email instead of the user-object for creating a guest-cart

* fix(composables): remove empty params in array, fails on Magento

* test(theme): updated test for attaching guest email address to cart

* Update packages/composables/src/composables/useShipping/index.ts

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

Co-authored-by: Marcin Kwiatkowski <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#387)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix flashing category page (vuestorefront#388)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: default billing information does not appear on address (vuestorefront#382)

* fix(theme): added badge for default-shipping and default-sbilling address

* fix(composables): sort addresses, put default shipping and billing address to top

* fix(theme): default billing and shipping text can be translated

* chore(theme): added translations

* fix(composables): removed console.log

* chore: upgraded vsf core to 2.5.4 (vuestorefront#389)

* chore: updated VSF core version to 2.5.4

* build: updated test GH action

* fix(composables): update url resolver clearing patter to remove locale prefix (vuestorefront#390)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): fix links to catch current locale (vuestorefront#391)

* fix(theme): M2-25 fix links to catch current locale

* Apply suggestions from code review

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* test(test-utils): added localePath global mock to the test-utils

Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Marcin Kwiatkowski <[email protected]>

* style(theme): aligned titles in my account menu (vuestorefront#400)

* feat(middleware): added i18n route middleware (vuestorefront#408)

* feat(middleware): added i18n route middleware

closes vuestorefront#378

* refactor(middleware): i18n middleware: adjustements

* fix(theme): update localisation for all :link bindings (vuestorefront#416)

Co-authored-by: Bartosz Herba <[email protected]>

* docs(theme): update custom queries documentation to be more friendly and explicit (vuestorefront#418)

Co-authored-by: Bartosz Herba <[email protected]>

* chore(theme): removed html-validator (vuestorefront#414)

* refactor: update dependencies (vuestorefront#420)

* refactor(eslint): updated dependencies

- Updated `eslint-plugin-unicorn` to `40.0.0`

* refactor(eslint-import): updated dependencies

- Updated `eslint-plugin-import` to `2.25.4`

* refactor(eslint-jest): updated dependencies

- Updated `eslint-plugin-jest` to `25.3.4`

* refactor(eslint-typescript): updated dependencies

- Updated `@typescript-eslint/eslint-plugin` to `5.9.1`
- Updated `@typescript-eslint/parser` to `5.9.1`

* refactor(eslint-vue): updated dependencies

- Updated `eslint-plugin-vue` to `8.3.0`

* refactor(api-client): updated dependencies

- Updated `@apollo/client` to `3.5.7`
- Updated `dotenv` to `12.0.1`

* refactor(theme): updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `babel-jest` to `27.4.6`
- Updated `cypress` to `9.2.1`
- Updated `dotenv` to `12.0.1`
- Updated `jest` to `27.4.7`
- Updated `jest-environment-jsdom` to `27.4.6`
- Updated `lint-staged` to `12.1.7`
- Updated `mocha` to `9.1.4`
- Updated `npm-check-updates` to `12.1.0`
- Updated `ts-jest` to `27.1.3`

* refactor: updated dependencies

- Updated `@babel/core` to `7.16.7`
- Updated `@babel/plugin-proposal-private-methods` to  `7.16.7`
- Updated `@commitlint/cli` to `16.0.2`
- Updated `@commitlint/config-conventional` to `16.0.0`
- Updated `@commitlint/config-lerna-scopes` to `16.0.0`
- Updated `@graphql-codegen/cli` to `2.3.1`
- Updated `@graphql-codegen/typescript` to `2.4.2`
- Updated `@graphql-codegen/typescript-operations` to  `2.2.2`
- Updated `@graphql-tools/utils` to `8.6.1`
- Updated `@rollup/plugin-node-resolve` to `13.1.3`
- Updated `@types/jest` to `27.4.0`
- Updated `@types/node` to `17.0.8`
- Updated `@typescript-eslint/parser` to `5.9.1`
- Updated `@vue/eslint-config-typescript` to `10.0.0`
- Updated `eslin` to `8.6.0`
- Updated `jest` to `27.4.7`
- Updated `lint-staged` to `12.1.7`
- Updated `npm-check-updates` to `12.1.0`
- Updated `rollup` to `2.64.0`
- Updated `shx` to `0.3.4`
- Updated `ts-jest` to `27.1.3```

* refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)

* fix(theme): fix 404 issue when redirecting to address details page (vuestorefront#424)

Co-authored-by: Bartosz Herba <[email protected]>

* test: scaffold unit tests in composables and api client package (vuestorefront#419)

* test(composables): added jest config

* tests(composables): rewritten test + fix in productGetter

* tests(composables): updated configuration in jest.config.js

* tests(api-client): added tests for api-client + move general config to jest.base.config.js

* tests(api-client): added jest configuration + simple test

* chore: removed jest-environment-jsdom-sixteen

* tests(theme): reverted back and removed jest.base.config.json

* test(composables): reverted back and removed jest.base.config.json

* test(api-client): reverted back and removed jest.base.config.json

* chore: removed jest.base.config.json

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(theme): fix disappearing category sidebar filter change (vuestorefront#423)

Co-authored-by: Bartosz Herba <[email protected]>

* fix(theme): out of stock product will no longer break cart (vuestorefront#404)

* fix(theme): out of stock product will no longer break cart

* fix(theme): remove cart load from layout

* docs(theme): update tests for CartSidebar

Co-authored-by: Bartosz Herba <[email protected]>

* Revert "refactor(theme): enables currency switcher on TopBar.vue (vuestorefront#421)" (vuestorefront#426)

This reverts commit fbb1598.

* refactor(i18n): changed i18n middleware to plugin and fix store switc… (vuestorefront#425)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(theme): changed i18n midl. to plugin & fix store switcher by url (vuestorefront#431)

* refactor(i18n): changed i18n middleware to plugin and fix store switcher by url issues

* refactor: cR fixes for i18n

* refactor(composables): added `ConfigState` to export API

* chore: updated yarn.lock

* refactor(theme): updated i18n middleware to fix URL redirect

* docs: updated API-Extractor

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* fix(api-client): update default mutation error handling for apollo client (vuestorefront#429)

Co-authored-by: Bartosz Herba <[email protected]>

* fix: expired user token (vuestorefront#392)

* fix(theme): disabled checkbox on login-modal

* feat(theme): log customer out when customer-token is expired

* feat: added token expired notification, clear cart and customer token when customer is not logged in

* feat: logged out notification

* refactor: removed console log

* refactor: added improvements for token-expired plugin, added unit tests

* refactor: changed log out notification message

* test: fixed token-expired plugin test

* test: added cookies mock to test-utils

Co-authored-by: Marcin Kwiatkowski <[email protected]>

* refactor(theme): enable the currency switcher on `TopBar.vue` (vuestorefront#430)

* refactor(theme): enables currency switcher on TopBar.vue

* refactor(theme): add safe checking on Currency Selector

* Fix useFacet(...) customQuery implemention (vuestorefront#413)

* chore: updated version number to rc.5.3, updated yarn.lock, fixed cloud action

* fix(theme): update localisation for all :link bindings (vuestorefront#449)

Co-authored-by: Bartosz Herba <[email protected]>

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Aliaaaam <[email protected]>

1.0.0-rc.5.2.2

Toggle 1.0.0-rc.5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 1.0.0 rc.5.2.2 (vuestorefront#377)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* fix(theme): update customer password regex (#250)

Co-authored-by: bartosz.herba [email protected] <[email protected]>

* refactor: fix wishlist pagination and other minor bugs (#251)

* refactor(theme): fixed wishlist icons

* refactor(api-client): fixed wishlist and reset password api

* refactor(composables): improved cart error handling

* refactor(composables): improved facet prices filter

* refactor(composables): added wishlist pagination

closes #219

* refactor(theme): added wishlist pagination

closes #219

* refactor(composables): fixed useWishlistFactory load function

* refactor(theme): fixed MyAccount.vue page

* refactor(theme): improved wishlist theme

* refactor(theme): fixed related and upsell products

* refactor(api-client): removed allow_remote_shopping_assistance

* refactor(composables): removed allow_remote_shopping_assistance

* chore(eslint): updated dependencies

- updated `eslint-plugin-promise` to `5.2.0`
- updated `eslint-config-airbnb-typescript` to `16.1.0`
- updated `eslint-plugin-unicorn` to `39.0.0`

* chore(eslint-jest): updated dependencies

- updated `eslint-plugin-jest` to `25.3.0`

* chore(eslint-jest): updated dependencies

- updated `@typescript-eslint/eslint-plugin` to `5.5.0`
- updated `@typescript-eslint/parser` to `5.5.0`

* chore(eslint-vue): updated dependencies

- updated `eslint-plugin-vue` to `8.1.1`

* chore(api-client): updated dependencies

- updated `@apollo/client` to `3.5.5`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@rollup/plugin-graphql` to `1.1.0`
- updated `typescript` to `4.5.2`

* chore(composables): updated dependencies

- updated `vue` to `2.6.14`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@types/js-cookie` to `3.0.1`
- updated `@vue/test-utils` to `1.3.0`
- updated `jsdom` to `18.1.1`

* chore(theme): updated dependencies

- updated `@nuxtjs/composition-api` to `0.31.0`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@vue-storefront/middleware` to `2.5.1`
- updated `@vue-storefront/nuxt` to `2.5.1`
- updated `@vue-storefront/nuxt-theme` to `2.5.1`
- updated `@storefront-ui/vue` to `0.11.3`
- updated `@vue/test-utils` to `1.3.0`
- updated `babel-jest` to `27.4.2`
- updated `cypress` to `9.1.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `typescript` to `4.5.2`

* chore: updated dependencies

- updated `@commitlint/cli` to `15.0.0`
- updated `@commitlint/config-conventional` to `15.0.0`
- updated `@commitlint/config-lerna-scopes` to `15.0.0`
- updated `@graphql-codegen/cli` to `2.3.0`
- updated `@graphql-codegen/typescript` to `2.4.1`
- updated `@graphql-codegen/typescript-operations` to `2.2.1`
- updated `@types/jest` to `27.0.3`
- updated `@types/node` to `16.11.11`
- updated `@typescript-eslint/parser` to `5.5.0`
- updated `@vue/eslint-config-typescript` to `9.1.0`
- updated `eslint` to `8.3.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `rollup` to `2.60.2`
- updated `rollup-plugin-typescript2` to `0.31.1`

* refactor(theme): applied lint rules

* feat: added magento configuration + multi store (#252)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: release 1.0.0 rc.4.5 (#244)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0*…

1.0.0-rc.5.2.1

Toggle 1.0.0-rc.5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 1.0.0 rc.5.2.1 (vuestorefront#375)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* fix(theme): update customer password regex (#250)

Co-authored-by: bartosz.herba [email protected] <[email protected]>

* refactor: fix wishlist pagination and other minor bugs (#251)

* refactor(theme): fixed wishlist icons

* refactor(api-client): fixed wishlist and reset password api

* refactor(composables): improved cart error handling

* refactor(composables): improved facet prices filter

* refactor(composables): added wishlist pagination

closes #219

* refactor(theme): added wishlist pagination

closes #219

* refactor(composables): fixed useWishlistFactory load function

* refactor(theme): fixed MyAccount.vue page

* refactor(theme): improved wishlist theme

* refactor(theme): fixed related and upsell products

* refactor(api-client): removed allow_remote_shopping_assistance

* refactor(composables): removed allow_remote_shopping_assistance

* chore(eslint): updated dependencies

- updated `eslint-plugin-promise` to `5.2.0`
- updated `eslint-config-airbnb-typescript` to `16.1.0`
- updated `eslint-plugin-unicorn` to `39.0.0`

* chore(eslint-jest): updated dependencies

- updated `eslint-plugin-jest` to `25.3.0`

* chore(eslint-jest): updated dependencies

- updated `@typescript-eslint/eslint-plugin` to `5.5.0`
- updated `@typescript-eslint/parser` to `5.5.0`

* chore(eslint-vue): updated dependencies

- updated `eslint-plugin-vue` to `8.1.1`

* chore(api-client): updated dependencies

- updated `@apollo/client` to `3.5.5`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@rollup/plugin-graphql` to `1.1.0`
- updated `typescript` to `4.5.2`

* chore(composables): updated dependencies

- updated `vue` to `2.6.14`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@types/js-cookie` to `3.0.1`
- updated `@vue/test-utils` to `1.3.0`
- updated `jsdom` to `18.1.1`

* chore(theme): updated dependencies

- updated `@nuxtjs/composition-api` to `0.31.0`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@vue-storefront/middleware` to `2.5.1`
- updated `@vue-storefront/nuxt` to `2.5.1`
- updated `@vue-storefront/nuxt-theme` to `2.5.1`
- updated `@storefront-ui/vue` to `0.11.3`
- updated `@vue/test-utils` to `1.3.0`
- updated `babel-jest` to `27.4.2`
- updated `cypress` to `9.1.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `typescript` to `4.5.2`

* chore: updated dependencies

- updated `@commitlint/cli` to `15.0.0`
- updated `@commitlint/config-conventional` to `15.0.0`
- updated `@commitlint/config-lerna-scopes` to `15.0.0`
- updated `@graphql-codegen/cli` to `2.3.0`
- updated `@graphql-codegen/typescript` to `2.4.1`
- updated `@graphql-codegen/typescript-operations` to `2.2.1`
- updated `@types/jest` to `27.0.3`
- updated `@types/node` to `16.11.11`
- updated `@typescript-eslint/parser` to `5.5.0`
- updated `@vue/eslint-config-typescript` to `9.1.0`
- updated `eslint` to `8.3.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `rollup` to `2.60.2`
- updated `rollup-plugin-typescript2` to `0.31.1`

* refactor(theme): applied lint rules

* feat: added magento configuration + multi store (#252)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: release 1.0.0 rc.4.5 (#244)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0*…

1.0.0-rc.5.2

Toggle 1.0.0-rc.5.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore: release/1.0.0-rc.5.2 (vuestorefront#369)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* fix(theme): update customer password regex (#250)

Co-authored-by: bartosz.herba [email protected] <[email protected]>

* refactor: fix wishlist pagination and other minor bugs (#251)

* refactor(theme): fixed wishlist icons

* refactor(api-client): fixed wishlist and reset password api

* refactor(composables): improved cart error handling

* refactor(composables): improved facet prices filter

* refactor(composables): added wishlist pagination

closes #219

* refactor(theme): added wishlist pagination

closes #219

* refactor(composables): fixed useWishlistFactory load function

* refactor(theme): fixed MyAccount.vue page

* refactor(theme): improved wishlist theme

* refactor(theme): fixed related and upsell products

* refactor(api-client): removed allow_remote_shopping_assistance

* refactor(composables): removed allow_remote_shopping_assistance

* chore(eslint): updated dependencies

- updated `eslint-plugin-promise` to `5.2.0`
- updated `eslint-config-airbnb-typescript` to `16.1.0`
- updated `eslint-plugin-unicorn` to `39.0.0`

* chore(eslint-jest): updated dependencies

- updated `eslint-plugin-jest` to `25.3.0`

* chore(eslint-jest): updated dependencies

- updated `@typescript-eslint/eslint-plugin` to `5.5.0`
- updated `@typescript-eslint/parser` to `5.5.0`

* chore(eslint-vue): updated dependencies

- updated `eslint-plugin-vue` to `8.1.1`

* chore(api-client): updated dependencies

- updated `@apollo/client` to `3.5.5`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@rollup/plugin-graphql` to `1.1.0`
- updated `typescript` to `4.5.2`

* chore(composables): updated dependencies

- updated `vue` to `2.6.14`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@types/js-cookie` to `3.0.1`
- updated `@vue/test-utils` to `1.3.0`
- updated `jsdom` to `18.1.1`

* chore(theme): updated dependencies

- updated `@nuxtjs/composition-api` to `0.31.0`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@vue-storefront/middleware` to `2.5.1`
- updated `@vue-storefront/nuxt` to `2.5.1`
- updated `@vue-storefront/nuxt-theme` to `2.5.1`
- updated `@storefront-ui/vue` to `0.11.3`
- updated `@vue/test-utils` to `1.3.0`
- updated `babel-jest` to `27.4.2`
- updated `cypress` to `9.1.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `typescript` to `4.5.2`

* chore: updated dependencies

- updated `@commitlint/cli` to `15.0.0`
- updated `@commitlint/config-conventional` to `15.0.0`
- updated `@commitlint/config-lerna-scopes` to `15.0.0`
- updated `@graphql-codegen/cli` to `2.3.0`
- updated `@graphql-codegen/typescript` to `2.4.1`
- updated `@graphql-codegen/typescript-operations` to `2.2.1`
- updated `@types/jest` to `27.0.3`
- updated `@types/node` to `16.11.11`
- updated `@typescript-eslint/parser` to `5.5.0`
- updated `@vue/eslint-config-typescript` to `9.1.0`
- updated `eslint` to `8.3.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `rollup` to `2.60.2`
- updated `rollup-plugin-typescript2` to `0.31.1`

* refactor(theme): applied lint rules

* feat: added magento configuration + multi store (#252)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: release 1.0.0 rc.4.5 (#244)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
…

1.0.0-rc.5.1

Toggle 1.0.0-rc.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release v1.0.0 rc.5.1 (vuestorefront#319)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* fix(theme): update customer password regex (#250)

Co-authored-by: bartosz.herba [email protected] <[email protected]>

* refactor: fix wishlist pagination and other minor bugs (#251)

* refactor(theme): fixed wishlist icons

* refactor(api-client): fixed wishlist and reset password api

* refactor(composables): improved cart error handling

* refactor(composables): improved facet prices filter

* refactor(composables): added wishlist pagination

closes #219

* refactor(theme): added wishlist pagination

closes #219

* refactor(composables): fixed useWishlistFactory load function

* refactor(theme): fixed MyAccount.vue page

* refactor(theme): improved wishlist theme

* refactor(theme): fixed related and upsell products

* refactor(api-client): removed allow_remote_shopping_assistance

* refactor(composables): removed allow_remote_shopping_assistance

* chore(eslint): updated dependencies

- updated `eslint-plugin-promise` to `5.2.0`
- updated `eslint-config-airbnb-typescript` to `16.1.0`
- updated `eslint-plugin-unicorn` to `39.0.0`

* chore(eslint-jest): updated dependencies

- updated `eslint-plugin-jest` to `25.3.0`

* chore(eslint-jest): updated dependencies

- updated `@typescript-eslint/eslint-plugin` to `5.5.0`
- updated `@typescript-eslint/parser` to `5.5.0`

* chore(eslint-vue): updated dependencies

- updated `eslint-plugin-vue` to `8.1.1`

* chore(api-client): updated dependencies

- updated `@apollo/client` to `3.5.5`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@rollup/plugin-graphql` to `1.1.0`
- updated `typescript` to `4.5.2`

* chore(composables): updated dependencies

- updated `vue` to `2.6.14`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@types/js-cookie` to `3.0.1`
- updated `@vue/test-utils` to `1.3.0`
- updated `jsdom` to `18.1.1`

* chore(theme): updated dependencies

- updated `@nuxtjs/composition-api` to `0.31.0`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@vue-storefront/middleware` to `2.5.1`
- updated `@vue-storefront/nuxt` to `2.5.1`
- updated `@vue-storefront/nuxt-theme` to `2.5.1`
- updated `@storefront-ui/vue` to `0.11.3`
- updated `@vue/test-utils` to `1.3.0`
- updated `babel-jest` to `27.4.2`
- updated `cypress` to `9.1.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `typescript` to `4.5.2`

* chore: updated dependencies

- updated `@commitlint/cli` to `15.0.0`
- updated `@commitlint/config-conventional` to `15.0.0`
- updated `@commitlint/config-lerna-scopes` to `15.0.0`
- updated `@graphql-codegen/cli` to `2.3.0`
- updated `@graphql-codegen/typescript` to `2.4.1`
- updated `@graphql-codegen/typescript-operations` to `2.2.1`
- updated `@types/jest` to `27.0.3`
- updated `@types/node` to `16.11.11`
- updated `@typescript-eslint/parser` to `5.5.0`
- updated `@vue/eslint-config-typescript` to `9.1.0`
- updated `eslint` to `8.3.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `rollup` to `2.60.2`
- updated `rollup-plugin-typescript2` to `0.31.1`

* refactor(theme): applied lint rules

* feat: added magento configuration + multi store (#252)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: release 1.0.0 rc.4.5 (#244)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**…

1.0.0-rc.5

Toggle 1.0.0-rc.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore: release version v1.0.0-rc.5 (vuestorefront#290)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* fix(theme): update customer password regex (#250)

Co-authored-by: bartosz.herba [email protected] <[email protected]>

* refactor: fix wishlist pagination and other minor bugs (#251)

* refactor(theme): fixed wishlist icons

* refactor(api-client): fixed wishlist and reset password api

* refactor(composables): improved cart error handling

* refactor(composables): improved facet prices filter

* refactor(composables): added wishlist pagination

closes #219

* refactor(theme): added wishlist pagination

closes #219

* refactor(composables): fixed useWishlistFactory load function

* refactor(theme): fixed MyAccount.vue page

* refactor(theme): improved wishlist theme

* refactor(theme): fixed related and upsell products

* refactor(api-client): removed allow_remote_shopping_assistance

* refactor(composables): removed allow_remote_shopping_assistance

* chore(eslint): updated dependencies

- updated `eslint-plugin-promise` to `5.2.0`
- updated `eslint-config-airbnb-typescript` to `16.1.0`
- updated `eslint-plugin-unicorn` to `39.0.0`

* chore(eslint-jest): updated dependencies

- updated `eslint-plugin-jest` to `25.3.0`

* chore(eslint-jest): updated dependencies

- updated `@typescript-eslint/eslint-plugin` to `5.5.0`
- updated `@typescript-eslint/parser` to `5.5.0`

* chore(eslint-vue): updated dependencies

- updated `eslint-plugin-vue` to `8.1.1`

* chore(api-client): updated dependencies

- updated `@apollo/client` to `3.5.5`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@rollup/plugin-graphql` to `1.1.0`
- updated `typescript` to `4.5.2`

* chore(composables): updated dependencies

- updated `vue` to `2.6.14`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@types/js-cookie` to `3.0.1`
- updated `@vue/test-utils` to `1.3.0`
- updated `jsdom` to `18.1.1`

* chore(theme): updated dependencies

- updated `@nuxtjs/composition-api` to `0.31.0`
- updated `@vue-storefront/core` to `2.5.1`
- updated `@vue-storefront/middleware` to `2.5.1`
- updated `@vue-storefront/nuxt` to `2.5.1`
- updated `@vue-storefront/nuxt-theme` to `2.5.1`
- updated `@storefront-ui/vue` to `0.11.3`
- updated `@vue/test-utils` to `1.3.0`
- updated `babel-jest` to `27.4.2`
- updated `cypress` to `9.1.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `typescript` to `4.5.2`

* chore: updated dependencies

- updated `@commitlint/cli` to `15.0.0`
- updated `@commitlint/config-conventional` to `15.0.0`
- updated `@commitlint/config-lerna-scopes` to `15.0.0`
- updated `@graphql-codegen/cli` to `2.3.0`
- updated `@graphql-codegen/typescript` to `2.4.1`
- updated `@graphql-codegen/typescript-operations` to `2.2.1`
- updated `@types/jest` to `27.0.3`
- updated `@types/node` to `16.11.11`
- updated `@typescript-eslint/parser` to `5.5.0`
- updated `@vue/eslint-config-typescript` to `9.1.0`
- updated `eslint` to `8.3.0`
- updated `jest` to `27.4.3`
- updated `lint-staged` to `12.1.2`
- updated `rollup` to `2.60.2`
- updated `rollup-plugin-typescript2` to `0.31.1`

* refactor(theme): applied lint rules

* feat: added magento configuration + multi store (#252)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: release 1.0.0 rc.4.5 (#244)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (#225)

* refactor: add pagination in user order and wishlist and enhance API speed (#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes #232 (#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes #238 #236 #228 #231 #239 #230 #229 (#240)

* refactor(theme): fix password RegExp

- fixes #238

* refactor(theme): fix category not displaying products

- fixes #236

* refactor: fix customizable product not being able to add t o cart

- fixes #228

* refactor: fix notification on password change.

- fixes #231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes #239

* refactor(theme): fix filter product not showing result

- fixes #230

* refactor: fix wishlist icon not showing for product card

- fixes #229

* chore: release version 1.0.0 rc.4.5 (#242)

* chore: release version 1.0.0 rc.4.4 (#241)

* feat: added support for Virtual and Downloadable products (#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (#201)

* fix(composables): remove redundant debugger statement (#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): #158 add cart coupon code input (#207)

* fix(composables): solved duplicate addresses when creating an order (#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(composable): solved cart data update on login/logout action (#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (#213)

* fix(theme): region was losing the state in shipping / billing step (#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @kevingorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3…

1.0.0-rc.4.5

Toggle 1.0.0-rc.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 1.0.0 rc.4.5 (vuestorefront#244)

* feat: added support for Virtual and Downloadable products (vuestorefront#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (vuestorefront#201)

* fix(composables): remove redundant debugger statement (vuestorefront#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): vuestorefront#158 add cart coupon code input (vuestorefront#207)

* fix(composables): solved duplicate addresses when creating an order (vuestorefront#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(composable): solved cart data update on login/logout action (vuestorefront#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (vuestorefront#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (vuestorefront#213)

* fix(theme): region was losing the state in shipping / billing step (vuestorefront#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (vuestorefront#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (vuestorefront#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (vuestorefront#225)

* refactor: add pagination in user order and wishlist and enhance API speed (vuestorefront#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (vuestorefront#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes vuestorefront#232 (vuestorefront#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (vuestorefront#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes vuestorefront#238 vuestorefront#236 vuestorefront#228 vuestorefront#231 vuestorefront#239 vuestorefront#230 vuestorefront#229 (vuestorefront#240)

* refactor(theme): fix password RegExp

- fixes vuestorefront#238

* refactor(theme): fix category not displaying products

- fixes vuestorefront#236

* refactor: fix customizable product not being able to add t o cart

- fixes vuestorefront#228

* refactor: fix notification on password change.

- fixes vuestorefront#231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes vuestorefront#239

* refactor(theme): fix filter product not showing result

- fixes vuestorefront#230

* refactor: fix wishlist icon not showing for product card

- fixes vuestorefront#229

* chore: release version 1.0.0 rc.4.5 (vuestorefront#242)

* chore: release version 1.0.0 rc.4.4 (vuestorefront#241)

* feat: added support for Virtual and Downloadable products (vuestorefront#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (vuestorefront#201)

* fix(composables): remove redundant debugger statement (vuestorefront#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): vuestorefront#158 add cart coupon code input (vuestorefront#207)

* fix(composables): solved duplicate addresses when creating an order (vuestorefront#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(composable): solved cart data update on login/logout action (vuestorefront#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (vuestorefront#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (vuestorefront#213)

* fix(theme): region was losing the state in shipping / billing step (vuestorefront#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (vuestorefront#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (vuestorefront#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (vuestorefront#225)

* refactor: add pagination in user order and wishlist and enhance API speed (vuestorefront#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (vuestorefront#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes vuestorefront#232 (vuestorefront#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (vuestorefront#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes vuestorefront#238 vuestorefront#236 vuestorefront#228 vuestorefront#231 vuestorefront#239 vuestorefront#230 vuestorefront#229 (vuestorefront#240)

* refactor(theme): fix password RegExp

- fixes vuestorefront#238

* refactor(theme): fix category not displaying products

- fixes vuestorefront#236

* refactor: fix customizable product not being able to add t o cart

- fixes vuestorefront#228

* refactor: fix notification on password change.

- fixes vuestorefront#231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes vuestorefront#239

* refactor(theme): fix filter product not showing result

- fixes vuestorefront#230

* refactor: fix wishlist icon not showing for product card

- fixes vuestorefront#229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore: removed console.log

* chore: release version 1.0.0 rc.4.5

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

* chore(api-client): updated GraphQL schema

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

1.0.0-rc.4.4

Toggle 1.0.0-rc.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release version 1.0.0 rc.4.4 (vuestorefront#241)

* feat: added support for Virtual and Downloadable products (vuestorefront#199)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* chore: updated README with new VSF brand

* refactor(documentation): refine project setup description (vuestorefront#201)

* fix(composables): remove redundant debugger statement (vuestorefront#202)

* docs: add @bartoszherba as a contributor

* chore: release 1.0.0-rc.4.1

* feat(theme): vuestorefront#158 add cart coupon code input (vuestorefront#207)

* fix(composables): solved duplicate addresses when creating an order (vuestorefront#208)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(composable): solved cart data update on login/logout action (vuestorefront#209)

* refactor(theme): fixed core web vitalls results

* feat: add auto deploy for demo on VSF cloud (vuestorefront#212)

* init: cicd

* Update .vuestorefrontcloud/docker/Dockerfile

* Update .github/workflows/deploy-vue-storefront-cloud.yml

Co-authored-by: Heitor Ramon Ribeiro <[email protected]>

* refactor(api-client): fixed categoryList.ts query

* refactor(api-client): fixed categorySearch.ts query

* fix(composables): fixed adding to wishlist (vuestorefront#213)

* fix(theme): region was losing the state in shipping / billing step (vuestorefront#214)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* refactor: improvements in GraphQL client & package updates (vuestorefront#210)

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-config-airbnb-typescript** to **14.0.1**
- eslint-plugin-unicorn** to **37.0.1**

* refactor(eslint-import): updated dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.2**

* refactor(eslint-jest): updated dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.2**

* refactor(eslint-typescript): updated dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.1.0**
- updated **@typescript-eslint/parser** to **5.1.0**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.19.1**

* refactor(api-client): updated dependencies and devDependencies

- updated **@apollo/client** to **3.4.16**
- updated **@vue-storefront/core** to **2.4.3**
- updated **graphql** to **15.6.1**
- updated **@rollup/plugin-commonjs** to **21.0.0**
- updated **typescript** to **4.4.4**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.3**
- updated **@types/js-cookie** to **3.0.0**
- updated **jsdom** to **18.0.0**

* refactor(theme): updated dependencies and devDependencies

- updated **@storefront-ui/vue** to **0.11.0**
- updated **@vue-storefront/core** to **2.4.3**
- updated **@vue-storefront/middleware** to **2.4.3**
- updated **@vue-storefront/nuxt** to **2.4.3**
- updated **@vue-storefront/nuxt-theme** to **2.4.3**
- updated **babel-jest** to **27.3.0**
- updated **cypress** to **8.6.0**
- updated **cypress-tags** to **0.3.0**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to ****
- updated **** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **mochawesome** to **6.3.1**
- updated **ts-jest** to **27.0.7**
- updated **typescript** to **4.4.4**

* refactor(theme): updated dependencies and devDependencies

- updated **@babel/core** to **7.15.8**
- updated **@commitlint/cli** to **13.2.1**
- updated **@commitlint/config-conventional** to **13.2.0**
- updated **@commitlint/config-lerna-scopes** to **13.2.0**
- updated **@graphql-codegen/cli** to **2.2.1**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-codegen/typescript-operations** to **2.1.8**
- updated **@types/node** to **16.11.1**
- updated **@typescript-eslint/parser** to **5.1.0**
- updated **@vue/eslint-config-typescript** to ****
- updated **** to **8.0.0**
- updated **eslint** to **8.0.1**
- updated **jest** to **27.3.0**
- updated **jest-watch-typeahead** to **1.0.0**
- updated **lint-staged** to **11.2.3**
- updated **ts-jest** to **27.0.7**
- updated **ts-node** to **10.3.0**
- updated **vue-eslint-parser** to **8.0.0**

* refactor(api-client): removed image from category query

* refactor(api-client): added new Apollo caching options

* refactor(theme): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@vue-storefront/middleware** to **2.4.5**
- updated **@vue-storefront/nuxt** to **2.4.5**
- updated **@vue-storefront/nuxt-theme** to **2.4.5**
- updated **convict** to **6.2.1**
- updated **babel-jest** to **27.3.1**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**

* refactor(eslint): updated dependencies and devDependencies

- updated **eslint-plugin-promise** to **5.1.1**

* refactor(eslint-vue): updated dependencies and devDependencies

- updated **eslint-plugin-vue** to **7.20.0**

* refactor(api-client): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**
- updated **@rollup/plugin-commonjs** to **21.0.1**

* refactor(composables): updated dependencies and devDependencies

- updated **@vue-storefront/core** to **2.4.5**

* refactor: updated dependencies and devDependencies

- updated **@graphql-codegen/cli** to **2.4.5**
- updated **@graphql-codegen/typescript** to **2.2.4**
- updated **@graphql-tools/utils** to **8.5.0**
- updated **@types/node** to **16.11.4**
- updated **eslint** to **8.1.0**
- updated **husky** to **7.0.4**
- updated **jest** to **27.3.1**
- updated **lint-staged** to **11.2.4**
- updated **rollup** to **2.58.1**
- updated **ts-node** to **10.4.0**

* chore: updated codegen.yml

* refactor(composables): removed CheckoutGetters typings

* chore(api-client): updated GraphQL schema

* feat(api-client): added currency and store header

* feat(composables): added currency and store header

* fix(composables): fixed cookie values (vuestorefront#216)

* feat(downloadable products): created add query + async call

* feat(downloadable products): updated schema.graphql

* feat(downloadable products): added method and modified productDetail query

* feat(downloadable products): added missing exports, methods and GraphQL types

* feat(downloadable products): updated useCart so downloadable products can be added to the cart

* feat(virtual product): updated graphql

* feat(virtual products): created api method

* feat(virtal product): updated useCart

* feat(virtual products): added missing imports + TS interfaces

* fix: removed debugger

* fix(file): removed __typename in $input params

* fix(composable): added customer_address_id

Added customer_address_id in billing and shipping step during the checkout

* docs: added @KevinGorjan as contributor

* fix(theme): fixed losing region value

* bug(composables): fixed cookie values

* chore: fixed vue-demi version on 0.11.4

* fix(theme): remove duplicated api call (vuestorefront#225)

* refactor: add pagination in user order and wishlist and enhance API speed (vuestorefront#224)

* refactor(api-client): removed fetchPolicy to prepare for future :)

* refactor(api-client): changed base pageSize to 10

* refactor(api-client): added parameters for userOrder pagination

* refactor(api-client): added parameters for user wishlist pagination

* refactor(theme): changed default pageSize to 10

* refactor(api-client): changed base pageSize to 10

* refactor(theme): reduce category pagesize

* refactor(api-client): enable default useGETForQueries to true for apollo-http-link (vuestorefront#227)

* refactor(api-client): fixed missing type

* refactor(theme): fixed sidebar loading

* refactor(theme): removed minimal char amount in street fixes vuestorefront#232 (vuestorefront#233)

* refactor: updated dependencies & fixed miss configuration on `api-client` (vuestorefront#234)

* chore(eslint): update dependencies and devDependencies

- updated **eslint-config-airbnb-base** to **15.0.0**
- updated **eslint-config-airbnb-typescript** to **15.0.0**
- updated **eslint-plugin-unicorn** to **38.0.1**

* chore(eslint-import): update dependencies and devDependencies

- updated **eslint-plugin-import** to **2.25.3**

* chore(eslint-jest): update dependencies and devDependencies

- updated **eslint-plugin-jest** to **25.2.4**

* chore(eslint-typescript): update dependencies and devDependencies

- updated **@typescript-eslint/eslint-plugin** to **5.3.1**
- updated **@typescript-eslint/parser** to **5.3.1**

* chore(eslint-vue): update dependencies and devDependencies

- updated **eslint-plugin-vue** to **8.0.3**

* chore(api-client): update dependencies and devDependencies

- updated **@apollo/client** to **3.4.17**
- updated **@vue-storefront/core** to **2.5.0**
- updated **graphql** to **16.0.1**
- updated **graphql-tag** to **2.12.6**

* chore(composables): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **jsdom** to **18.0.1**
- updated **@nuxtjs/composition-api** to **0.29.3**

* chore(theme): update dependencies and devDependencies

- updated **@vue-storefront/core** to **2.5.0**
- updated **@vue-storefront/middleware** to **2.5.0**
- updated **@vue-storefront/nuxt** to **2.5.0**
- updated **@vue-storefront/nuxt-theme** to **2.5.0**
- updated **@storefront-ui/vue** to **0.11.2**
- updated **vee-validate** to **3.4.14**
- updated **cypress** to **9.0.0**
- updated **lint-staged** to **11.2.6**
- updated **mochawesome** to **7.0.1**
- updated **mochawesome-report-generator** to **6.0.1**
- updated **npm-check-updates** to **12.0.2**

* chore: update dependencies and devDependencies

- updated **@babel/core** to **7.16.0**
- updated **@babel/plugin-proposal-private-methods** to **7.16.0**
- updated **@commitlint/cli** to **14.1.0**
- updated **@commitlint/config-conventional** to **14.1.0**
- updated **@commitlint/config-lerna-scopes** to **14.1.0**
- updated **@graphql-codegen/cli** to **14.1.0**
- updated **@graphql-codegen/typescript** to **2.3.1**
- updated **@graphql-codegen/typescript-operations** to **2.2.0**
- updated **@graphql-tools/utils** to **8.5.3**
- updated **@manypkg/cli** to **0.19.1**
- updated **@types/node** to **16.11.7**
- updated **@typescript-eslint/parser** to **5.3.1**
- updated **@vue/eslint-config-typescript** to **9.0.1**
- updated **eslint** to **8.2.0**
- updated **lint-staged** to **11.2.6**
- updated **npm-check-updates** to **12.0.2**
- updated **rollup** to **2.59.0**
- updated **vue-eslint-parser** to **8.0.1**

* refactor(composables): removed vue-demi and added @nuxtjs/composition-api

* refactor(theme): removed composition-api and added @nuxtjs/composition-api

* refactor(theme): fixed composition-api applications

* refactor: fixed rollup building script

* refactor(api-client): removed the useGETForQueries as default

* refactor(theme): added the useGETForQueries as option for config

* chore: fixed webpack version

* refactor(composables): upadate the usage to @vue/composition-api

* docs: added information about caching GraphQL

* refactor(theme): fixed useUiHelper composable with new composition-api

* bugfix: closes vuestorefront#238 vuestorefront#236 vuestorefront#228 vuestorefront#231 vuestorefront#239 vuestorefront#230 vuestorefront#229 (vuestorefront#240)

* refactor(theme): fix password RegExp

- fixes vuestorefront#238

* refactor(theme): fix category not displaying products

- fixes vuestorefront#236

* refactor: fix customizable product not being able to add t o cart

- fixes vuestorefront#228

* refactor: fix notification on password change.

- fixes vuestorefront#231

* refactor(theme): added no-fetch param to CategorySidebarMenu.vue

* refactor: fix over pagination

- fixes vuestorefront#239

* refactor(theme): fix filter product not showing result

- fixes vuestorefront#230

* refactor: fix wishlist icon not showing for product card

- fixes vuestorefront#229

* docs: fix wrong link

* docs: updated API documentation

* docs: added useStore doc

* chore: release 1.0.0-rc.4.4

Co-authored-by: Kevin Gorjan <[email protected]>
Co-authored-by: Bartosz Herba <[email protected]>
Co-authored-by: byakku <[email protected]>
Co-authored-by: Bogdan Podlesnii <[email protected]>
Co-authored-by: Jonas Agnezi <[email protected]>
Co-authored-by: Arnoult <[email protected]>

1.0.0-rc.4.3

Toggle 1.0.0-rc.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
bloodf Heitor Ramon Ribeiro
refactor: hotfix for release 1.0.0-rc.4.3