Skip to content

Releases: hubblecommerce/hubble-frontend-pwa

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

v2.4.1

04 Jan 06:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

v2.3.0

29 Sep 13:14
16ba13a
Compare
Choose a tag to compare

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: v2.2.1...v2.3.0

v2.2.1

01 Sep 11:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

09 Aug 07:38
1e8e5c3
Compare
Choose a tag to compare

What's Changed

  • issue#148 replaced usage of environment variables: APP_BASE_URL, SW_… in #149
  • issue#147 guest checkout: fixed back to cart link in #150
  • issue#151 added sw plugin config whitelist docs in #153
  • daisyUI 3: Issue#156 in #157
  • Use store-api logout route for customer logout in ef014db

Shopware 6.5 compatibility:

  • Added confirm newsletter subscription option in dcf43f7
  • Added double opt in registration in fb583c8
  • Added file download functionality for order line items in 16d80ae
  • Added wishlist functionality in 1cdb890

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

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Jun 07:30
Compare
Choose a tag to compare

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: v2.0.0...v2.1.0

v2.0.0

14 Jun 06:43
Compare
Choose a tag to compare

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