Releases: vuestorefront/storefront-deployment
v3.6.0
- Added support for cache busting ID
v3.5.0
- Added: Coveo optional ENV variable
coveo_tracking_id
v.3.4.0
- Added handling of default cache control input for Nuxt
v3.3.0
What's changed
- Added
default_html_cache_control
parameter tobuild-frontend
action
v3.1.0
Added: 2 Coveo optional ENV variables coveo_organization_id
and coveo_access_token
which are required for Coveo integration to work.
Changed: Vue storefront name changed into Alokai within rebranding process.
v3
build-frontend action
Changed: how internally the environment variable is used to turn on multi-store support in the frontend app
Migration: you need to bump the version in your deployment script and update Dockerfiles to use NEXT_PUBLIC_MULTISTORE_ENABLED
and NUXT_PUBLIC_MULTISTORE_ENABLED
accordingly
v2
build-frontend action
Removed inputs:
api_subpath
api_protocol
Changed the role of theapi_base_url
input. Now it is expected to pass to it the protocol and api subpath.
Migration
If you didn't explicitly pass the api_base_url
to the build-frontend
, no action required.
Otherwise, make sure that the value of api_base_url
starts with the protocol and ends with api subpath.