This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
1.0.0-rc.5.2
🚀 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
to16.2.14
- updated
@typescript-eslint/parser
to5.8.0
- updated
eslint
to8.5.0
- updated
lint-staged
to12.1.3
eslint
- updated
eslint-plugin-promise
to6.0.0
eslint-typescript
- updated
@typescript-eslint/eslint-plugin
to5.8.0
- updated
@typescript-eslint/parser
to5.8.0
api-client
- updated
graphql
to16.2.0
composables
- updated
@vue/composition-api
to1.4.2
theme
- updated
@storefront-ui/vue
to0.11.5
- updated
@babel/core
to7.16.5
- updated
@testing-library/jest-dom
to5.16.1
- updated
cypress
to9.2.0
- updated
jest-environment-jsdom
to27.4.4
- updated
lint-staged
to12.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
- build: fixed build issues related to new yarn version vuestorefront/magento2#364
📗 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