Skip to content

Releases: vuestorefront/storefront-deployment

v3.6.0

18 Jun 08:02
5e5e613
Compare
Choose a tag to compare
  • Added support for cache busting ID

v3.5.0

31 May 07:49
8c23f4f
Compare
Choose a tag to compare
  • Added: Coveo optional ENV variable coveo_tracking_id

v.3.4.0

15 May 08:20
077df68
Compare
Choose a tag to compare
  • Added handling of default cache control input for Nuxt

v3.3.0

07 May 10:15
c5c0cdf
Compare
Choose a tag to compare

What's changed

  • Added default_html_cache_control parameter to build-frontend action

v3.1.0

25 Mar 11:34
01a3294
Compare
Choose a tag to compare

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

12 Feb 08:30
248bdba
Compare
Choose a tag to compare
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

22 Dec 09:44
2c83dce
Compare
Choose a tag to compare
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.

v1

20 Nov 12:12
125a846
Compare
Choose a tag to compare
v1

Initial release with created 4 actions:

  • build-middleware
  • build-frontend
  • reuse-middleware
  • deploy