Releases: hubblecommerce/hubble-frontend-pwa
Releases · hubblecommerce/hubble-frontend-pwa
Release list
v3.0.1
v3.0.0
What's Changed
-
Upgrade to Nuxt 4. See Migration Guide: Upgrading to Hubble PWA v3.0 for more details.
-
RC 3.0.0 by @dm-heinze in #200
Full Changelog: v2.15.0...v3.0.0
v2.15.0
v2.14.0
What's Changed
Maintenance
- Update nuxt to version v3.17.7
⚠️ Update @nuxtjs/i18n to v10.0.5- Update daisyui to v5.0.50
- Update tailwindcss and @tailwindcss/postcss to v4.1.11
- Update @pinia/nuxt to v0.11.2
- Update @vueuse/core and @vueuse/nuxt to v13.6.0
- Update start-server-and-test to v2.0.13
- Update vitest to 3.2.4
- Update lint-staged to v15.5.2
- Update fs-extra to v11.3.1
- Update @nuxt/module-builder to v1.0.2
- Update @nuxt/eslint-config to v1.8.0
- Update @nuxt/test-utils to v3.19.2
- Update lint-staged to v16.1.5
- Update cypress to v14.5.4
Docs
- Update vuepress to v2.0.0-rc.24 and @vuepress/theme-default to v2.0.0…
- Doc: Fix broken link for pwa/what/overview.md
Full Changelog: v2.13.0...v2.14.0
v2.13.0
What's Changed
Features
- Updated Tailwind to v4 and daisyUI to v5
Maintenance
- Updated Nuxt to v3.16.2
- Updated @nuxt/module-builder to v1.0.1
- Updated cypress to v14.3.2
- Updated sass-embedded to v1.87.0
- Updated @nuxtjs/i18n to v9.5.3
- Updated eslint to v9.25.1
- Updated @faker-js/faker to v9.7.0
- Updated vitest to v3.1.1
- Updated @vueuse/core and @vueuse/nuxt to v13.1.0
Docs
- Fix wrong links
- Updated vuepress and @vuepress/bundler-vite to v2.0.0-rc.22
- Updated @vuepress/theme-default to v2.0.0-rc.98
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
- RC 2.12.0 by @dm-heinze in #183
Maintenance
- Updated nuxt to version v3.15.4
- Updated module development and documentation dependencies
Full Changelog: v2.11.1...v2.12.0
v2.11.1
What's Changed
- Rc 2.11.1 by @dm-heinze in #182
- Updated dependencies from nuxt@3.14.159 to nuxt@3.14.1592
Full Changelog: v2.11.0...v2.11.1
v2.11.0
What's Changed
Maintenance
- Updated dependencies from nuxt@3.13.2 to nuxt@3.14.159
- 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
v2.10.1
What's Changed
- Release Candidate 2.10.1 by @dm-heinze in #179
- Added module option watchPaths to watch files paths in dev mode Docs
- Added module option setTailwindPostcss to avoid preset postcss plugins Docs
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
Maintenance
Fixes
- Fixed missing pathInfo of HblProduct for language switch
⚠️ Replaced @nuxtjs/tailwindcss with direct tailwindcss integration since module triggers full page reload on every file change
Shopware
Docs
Full Changelog: v2.9.0...v2.10.0