v2.11.0
What's Changed
Maintenance
- Updated dependencies from [email protected] to [email protected]
- Updated @faker-js/faker to 9.2.0
- Updated @pinia/nuxt to 0.7.0
- Installed vuepress required dependency sass-embedded
- Updated engines version
Nuxt
Shopware 6
- SW API Client: added includes to Criteria type, rewrite add to cart service to be used as POST request to pass includes
⚠️ SW: added includes to /page and /cart requests to save response size.
The default includes provide a basic set of includes only. Please read how to work with Shopware 6 store api includes and enrich them with the data you use. The includes can be found in the related mappings.
Fixes
- Replaced process.client and server with import.meta.client and server
- Replaced parseInt with Number.parseInt
- Prefer node modules in imports
- Reworked eslint integration, installed @nuxt/eslint-config, added fla...
- Added eslint ignore inline comments due to eslintconfig changes
- Removed unnecessary withDefaults import
- Fixed HblProduct pathInfo type
Full Changelog: v2.10.1...v2.11.0