Skip to content

Releases: hubblecommerce/hubble-frontend-pwa

v2.11.1

20 Nov 09:50
df10d69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

v2.11.0

v2.10.1

14 Oct 14:22
1650697
Compare
Choose a tag to compare

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

v2.9.0

02 Sep 07:08
a9ba20d
Compare
Choose a tag to compare

What's Changed

Features

  • Default prefetch for NuxtLink respective MiscLink. Setting default behavior to NuxtLink options via nuxt.config will not automatically apply to MiscLink. To set default options to MiscLink you need to override /components/misc/MiscDefineLink.ts file e.g:
export default defineNuxtLink({
    componentName: 'MiscDefineLink',
    prefetch: true,
    prefetchOn: { visibility: false, interaction: true }
})

Maintenance

Full Changelog: v2.8.0...v2.9.0

v2.8.0

08 Aug 06:55
fdcbb5e
Compare
Choose a tag to compare

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: v2.7.0...v2.8.0

v2.7.0

27 Jun 09:17
cad4747
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0

14 May 08:30
703953d
Compare
Choose a tag to compare

What's Changed

i18n

Theming

Fixes

Full Changelog: v2.5.0...v2.6.0

v2.5.0

22 Mar 09:58
45ba92a
Compare
Choose a tag to compare

v2.4.2