Skip to content

Releases: shopware/SwagShopwarePwa

v0.4.0

14 Jun 08:14
7b98fc2
Compare
Choose a tag to compare

Added

  • Shopware v6.5.x compatibility

v0.3.3

27 Jul 11:26
82d7a50
Compare
Choose a tag to compare

Fixed

  • Removed plugin configuration dumps from configuration service
  • Deprecated ConfigurationService::dumpBundles
  • Changed API endpoint /api/_action/pwa/dump-bundles it returns plugin configs directly
  • Removed event subscribers that dump plugin configurations upon lifecycle methods

v0.3.2

17 Jan 14:31
c684ef5
Compare
Choose a tag to compare

Fixed

v0.3.1

02 Jul 11:36
3a73c84
Compare
Choose a tag to compare
  • CMS landing pages are now supported
  • Improved loading of CMS pages to leverage new caching mechanism

v0.3.0 - Shopware 6.4 compatibility release

07 Jun 10:15
75e475e
Compare
Choose a tag to compare

PHP level has been increased to PHP 7.4

Added

  • Field breadcrumb and cmsPage to all page responses from store-api/pwa/page endpoint.

Fixed

  • Changed parameter type from ProductDetailRoute to AbstractProductDetailRoute in ProductPageLoader::__construct()
  • Changed parameter type from PathResolver to PathResolverInterface in PageLoaderContextBuilder::__construct()
  • Changed parameter type from SeoResolverInterface to AbstractSeoResolver in PathResolver::__construct()

Changed

  • Changed routes from /store-api/v{version}/pwa/* to /store-api/pwa/* to reflect changes in Shopware 6.4
  • Changed route /api/v{version}/_action/pwa/dump-bundles to /api/_action/pwa/dump-bundles to reflect changes in Shopware 6.4

Removed

  • Route scope sales-channel-api from every endpoint
  • Route /store-api/v{version}/pwa/navigation and all associated services and tests after deprecation in version 0.2.0. Use /store-api/navigation/{requestActiveId}/{requestRootId} instead.

v0.2.1

09 Feb 16:37
Compare
Choose a tag to compare

Added

  • Field category to store-api/v{version}/pwa/page endpoint.

Fixed

  • Breadcrumbs paths with translated URLs

v0.2.0

21 Dec 08:37
1832333
Compare
Choose a tag to compare

Biggest changes:

  • Product Detail Page (Configurator)
    • Loading a "parent" product for variants will always return a single variant
  • Product Listing Configuration has been removed from response
  • Beta feature product page preview included

v0.1.5

13 Aug 13:37
Compare
Choose a tag to compare
Changed artifact output from dump-bundles to relative path

v0.1.4

11 Aug 13:25
Compare
Choose a tag to compare
Fixed tests 🧨