Releases: shopware/SwagShopwarePwa
Releases · shopware/SwagShopwarePwa
v0.5.1
What's Changed
- docs: deprecate note README by Björn Meyer (@BrocksiNet) in #117
New Contributors
- Björn Meyer (@BrocksiNet) made their first contribution in #117
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
v0.3.3
Fixed
- Removed plugin configuration dumps from configuration service
- Deprecated
ConfigurationService::dumpBundles - Changed API endpoint
/api/_action/pwa/dump-bundlesit returns plugin configs directly - Removed event subscribers that dump plugin configurations upon lifecycle methods
v0.3.2
Fixed
- Command description causing segmentation fault when using PHP 8 (Jisse Reitsma (@jissereitsma), Floddy, Laggertron)
- Error in preview page loader (Daniel Schönenborn (@Drumm3r))
v0.3.1
v0.3.0 - Shopware 6.4 compatibility release
PHP level has been increased to PHP 7.4
Added
- Field
breadcrumbandcmsPageto all page responses fromstore-api/pwa/pageendpoint.
Fixed
- Changed parameter type from
ProductDetailRoutetoAbstractProductDetailRouteinProductPageLoader::__construct() - Changed parameter type from
PathResolvertoPathResolverInterfaceinPageLoaderContextBuilder::__construct() - Changed parameter type from
SeoResolverInterfacetoAbstractSeoResolverinPathResolver::__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-bundlesto/api/_action/pwa/dump-bundlesto reflect changes in Shopware 6.4
Removed
- Route scope
sales-channel-apifrom every endpoint - Route
/store-api/v{version}/pwa/navigationand all associated services and tests after deprecation in version 0.2.0. Use/store-api/navigation/{requestActiveId}/{requestRootId}instead.