hubble-frontend-pwa

E-Commerce PWA Storefront - Shopware 6 Nuxt.JS Storefront

MIT License

Downloads
20
Stars
57
Committers
14

Bot releases are hidden (Show)

hubble-frontend-pwa - v2.8.0 Latest Release

Published by dm-heinze 2 months ago

What's Changed

Shopware 6.6 compatibility:

  • ⚠️ New useCustomer function named logoutGuest to logout guest customers, because logout request is allowed for logged in customers only
  • ⚠️ Store API responses of login and register don't include context anymore, context token is now set based on response header instead
  • ⚠️ CartShopware.removeLineItem request body has changed and requires an object with an ids property
  • ⚠️ CartShopware.addLineItem request body has changed and requires id for each item instead of referenceId
  • ⚠️ usePage associations requires now seoUrls to resolve seoUrls
  • ⚠️ ProductShopware.readProductListing function parameters changes, second parameter is now swIncludeSeoUrls boolean
  • ⚠️ Unused property pathInfo was removed from HblProduct type and mapping

Maintenance

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.7.0...v2.8.0

hubble-frontend-pwa - v2.7.0

Published by dm-heinze 4 months ago

What's Changed

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.6.0...v2.7.0

hubble-frontend-pwa - v2.6.0

Published by dm-heinze 5 months ago

hubble-frontend-pwa - v2.4.1

Published by dm-heinze 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.4.0...v2.4.1

hubble-frontend-pwa - v2.3.0

Published by dm-heinze about 1 year ago

What's Changed

Maintenance

  • Updated dependencies: updated Nuxt from 3.6.5 to 3.7.4

Fixes

  • usePage: avoid usage of useRequestUrl composable to prevent circular dependency

Contribution

  • Updated ts config to new nuxt generated configs
  • Moved custom error page test from integration tests to e2e tests because nuxt error response changed

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.2.1...v2.3.0

hubble-frontend-pwa - v2.2.1

Published by dm-heinze about 1 year ago

What's Changed

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.2.0...v2.2.1

hubble-frontend-pwa - v2.2.0

Published by dm-heinze about 1 year ago

What's Changed

Shopware 6.5 compatibility:

Update all dependencies including Nuxt 3.6.5
Several fixes consider price display and end to end test

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.1.0...v2.2.0

hubble-frontend-pwa - v2.1.0

Published by dm-heinze over 1 year ago

What's Changed

Features:

  • [FEATURE] Module tests #142

Bug Fixes:

  • [BUG] Export "request" was reexported while both modules are dependencies of each other #138
  • [BUG] Tests fail #140

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/compare/v2.0.0...v2.1.0

hubble-frontend-pwa - v2.0.0

Published by dm-heinze over 1 year ago

What's New

  • Completely revised version based on Nuxt 3
  • Installable as a Nuxt.js Module (compatible with Nuxt 3)
  • File-based inheritance mechanism
  • Typescript Support
  • Linting config (for dev purposes only)
  • Module is tested (for dev purposes only)
  • Platform specific api clients
  • Usage of platform agnostic composables
  • Integration path for installing platform plugins / modules
  • Components as a toolset to build the shop interface
  • Provide a default theme based on Tailwind CSS
  • SEO friendly interface
  • Multi-language support

What's Changed

hubble-frontend-pwa - v1.5.0

Published by dm-heinze over 2 years ago

What's New

  • Create and install independent Shopware 6 Plugins inluding configurations

What's Changed

  • Shopware >6.4.0 Support
  • Refactoring: Listing Filter
  • Refactoring Listing Pagination

Full Changelog: https://github.com/hubblecommerce/hubble-frontend-pwa/commits/v1.5.0