Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

1.0.0-rc.5.2

Compare
Choose a tag to compare
@bloodf bloodf released this 22 Dec 16:01
· 22 commits to main since this release
9256111

🚀 Features

theme

  • Configured Jest and Vue Testing Library, and added sample tests #279

💅 Refactors

api-client

  • updated Apollo toApollo 3 #266
  • added locale cookie manipulation to state #311
  • updated the usage of customQuery and applied correct params vuestorefront/magento2#363

composables

  • added Cookie manipulation on store changing and locale cookie manipulation #311

theme

  • updated store changing behavior, added nl-NL flag to icons and added configs for other currencies on the nuxt-i18 #311
  • moved html-validator to dev dependencies vuestorefront/magento2#357
  • refactored UserAccount component

🏡 Chore

repository

  • updated @types/jsdom to 16.2.14
  • updated @typescript-eslint/parser to 5.8.0
  • updated eslint to 8.5.0
  • updated lint-staged to 12.1.3

eslint

  • updated eslint-plugin-promise to 6.0.0

eslint-typescript

  • updated @typescript-eslint/eslint-plugin to 5.8.0
  • updated @typescript-eslint/parser to 5.8.0

api-client

  • updated graphql to 16.2.0

composables

  • updated @vue/composition-api to 1.4.2

theme

  • updated @storefront-ui/vue to 0.11.5
  • updated @babel/core to 7.16.5
  • updated @testing-library/jest-dom to 5.16.1
  • updated cypress to 9.2.0
  • updated jest-environment-jsdom to 27.4.4
  • updated lint-staged to 12.1.3

🐛 Bugfix

theme

  • Fixed quick search issues #359

api-client

  • Fixed product details query extensibility issues #361
  • fixed api-client mutations missing variables issue vuestorefront/magento2#362

repository

📗 Docs

  • updated CONTRIBUTING.md and added the Definition of Done #327
  • added information about environments to documentation #324
  • added functional catalog to documentation #326
  • added docs about how to get started with unit testing #279