From 59af06209df1044496a2be69e34c16d7ce749c55 Mon Sep 17 00:00:00 2001 From: bc-yevhenii-buliuk Date: Thu, 19 Dec 2024 13:40:38 +0200 Subject: [PATCH] fix(storefront): remove escaping of = symbol for --- CHANGELOG.md | 9 +++++---- templates/layout/base.html | 2 +- templates/pages/category.html | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0c074b89..8346f0ba85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Remove escaping of "=" symbol for [#2526](https://github.com/bigcommerce/cornerstone/pull/2526) - Add Karla 700 font weight to schema.json and remove italic versions [#2522](https://github.com/bigcommerce/cornerstone/pull/2522) - Fix product filter display name in Show More modal window [#2510](https://github.com/bigcommerce/cornerstone/pull/2510) - Fix colour value for carousel play-pause button [#2509](https://github.com/bigcommerce/cornerstone/pull/2509) - Bulk pricing modal on PLP only displays information for the first product [#2501](https://github.com/bigcommerce/cornerstone/pull/2501) - Adding missing product reviews form validation [#2475](https://github.com/bigcommerce/cornerstone/pull/2475) -- Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494)) -- Bump stencil-utils to 6.18.0 ([#2493](https://github.com/bigcommerce/cornerstone/pull/2493)) -- Bump other GH actions to fix warnings related to old versions. ([#2495](https://github.com/bigcommerce/cornerstone/pull/2495)) -- Add support Node 20 ([#2519](https://github.com/bigcommerce/cornerstone/pull/2519)) +- Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness [#2494](https://github.com/bigcommerce/cornerstone/pull/2494) +- Bump stencil-utils to 6.18.0 [#2493](https://github.com/bigcommerce/cornerstone/pull/2493) +- Bump other GH actions to fix warnings related to old versions [#2495](https://github.com/bigcommerce/cornerstone/pull/2495) +- Add support Node 20 [#2519](https://github.com/bigcommerce/cornerstone/pull/2519) ## 6.15.0 (10-18-2024) - Cornerstone changes to support inc/ex tax price lists on PDP [#2486](https://github.com/bigcommerce/cornerstone/pull/2486) diff --git a/templates/layout/base.html b/templates/layout/base.html index 36ec2da860..659842981e 100644 --- a/templates/layout/base.html +++ b/templates/layout/base.html @@ -7,7 +7,7 @@ {{{ head.config }}} {{#block "head"}} {{/block}} - +