From 1b735afe3dcca71acc16dd21025ab1b1c9a414b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=CC=81ra=20Bello?= Date: Fri, 21 Jul 2023 09:39:55 -0300 Subject: [PATCH 1/2] Disable automatic link prefetching --- react/utils/flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/utils/flags.ts b/react/utils/flags.ts index 7c68fa99c..60857a771 100644 --- a/react/utils/flags.ts +++ b/react/utils/flags.ts @@ -1,7 +1,7 @@ const flags = { RENDER_NAVIGATION: true, VTEX_ASSETS_URL: true, - PREFETCH: true, + PREFETCH: false, } window.flags = flags From 7f745cf7ba3141d51d2890e42af545ea8c071b98 Mon Sep 17 00:00:00 2001 From: "Filipe W. Lima" <381395+filipewl@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:04:28 -0300 Subject: [PATCH 2/2] Publish beta --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 798838662..578b10d53 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "render-runtime", - "version": "8.133.2", + "version": "8.134.0-beta.0", "title": "VTEX Render runtime", "description": "The VTEX Render framework runtime", "builders": {