From 1df98bf2757a94299e99fb3879924d4ae51576df Mon Sep 17 00:00:00 2001 From: Bruno Abreu Date: Mon, 1 Jul 2019 11:21:47 -0300 Subject: [PATCH 1/2] Bring SSR back --- react/Shelf.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/Shelf.js b/react/Shelf.js index d742397b..3039dac5 100644 --- a/react/Shelf.js +++ b/react/Shelf.js @@ -98,7 +98,6 @@ const options = { specificationFilters = [], maxItems = ProductList.defaultProps.maxItems, }) => ({ - ssr: false, variables: { category, collection, From c57acb935a9183bde50311944a06bc897af1fc7e Mon Sep 17 00:00:00 2001 From: Bruno Abreu Date: Mon, 1 Jul 2019 11:24:45 -0300 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79858b32..507a0d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Stop disabling SSR on graphql query. It was introduced on v1.13.1 as a temporary change. ## [1.20.1] - 2019-06-27