Releases: vuestorefront-community/odoo
Releases · vuestorefront-community/odoo
1.0.0-rc.3
Features
- api-client
- Add ordersGet api
- composable
- Add useOders composable
- theme
Refactors
- api-client
- composable
- theme
Chore
- api-client
- composable
- theme
Docs
- Update documentation for new composable
- Update documentation for custom queries
- Update documentation for API methods
1.0.0-rc.2
Features
- api-client
- Implemented custom query
- composable
- Implemented custom query
- theme
Refactors
- api-client
- composable
- theme
Chore
- api-client
- composable
- theme
1.0.0-rc.1
Features
- api-client
- composable
- theme
Refactors
- api-client
- composable
- theme
Chore
-
docs
- fix docker docs build config
- update model type on docs
- add payment doc
-
api-client
-
composable
-
theme
- updated @storefront-ui/vue to 0.11.0
- updated nuxt.config
- update breaking changes from [email protected]
1.0.0-beta.2
Features
- api-client
- added DeleteShippingAddress api
- added GetShippingAddress api
- added UpdateShippingAddress api
- added AddShippingAddress api
- added DeleteBillingAddress api
- added GetBillingAddress api
- added UpdateBillingAddress api
- added AddBillingAddress api
- added API.ts ( interface with all Apis)
- moved apollo client extensions to folder
- implemented logic to send browser domain to server middleware send to apis
- composable
- implemented Add, Delete, Update, Load from useUserShipping
- implemented Add, Delete, Update, Load from useUserBilling
- added context.d.ts ( better type checking / IDE intelisense on apis)
- theme
- added custom AdyenExternalPaymentProvider
- added custom AbstractPaymentObersver
Refactors
-
api-client
-
composables
- added usePaymentFactory
- added usePaymentProviderFactory
- Removed custom usePayment
- usePayment now implement his fatctory
-
theme
Chore
- api-client
- composable
- theme
- added nuxt/pwa
- added nuxt/compress
1.0.0-beta.1
Features
- api-client
- added AddShippingAddress api
- composable
- theme
Refactors
- api-client
- updated all apis to graphql.
- updated Cart, order, category, payment,
- composable
- updated useCart Composable to fit VSF 2.4
- updated custom UsePassword to VSF UseForgotPasswordFactory
- updated useFacet to match new api
- updated useCategory to match new api
- updated useProduct to match new api
- updated useCountry to match new api
- updated useCart to match new api
- updated useWishlist to match new api
- updated all getters
- buildToTree logic for categories
- theme
- updated notification to vsf-ui component
- added checkout middleware to fit VSF 2.4
- updated quantity selector on category list view
- updated top bar z-index
Chore
- api-client
- Removed axios dependency
- composable
- theme
- updated @storefront-ui/vue to 0.10.8
- updated @vue-storefront/core to 2.4.0
- updated @vue-storefront/middleware to 2.4.0
- updated @vue-storefront/nuxt to 2.4.0
- updated @vue-storefront/nuxt-theme to 2.4.0
- updated nuxt.config