diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bfd9faaa..616625ea1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,18 @@ 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 +- Add nonce to scripts in checkout and account pages [#2525](https://github.com/bigcommerce/cornerstone/pull/2525) - 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 a section to display the payment promotion widget in the drop-down of the cart preview [#2523](https://github.com/bigcommerce/cornerstone/pull/2523) -- 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 a section to display the payment promotion widget in the drop-down of the cart preview. ([#2523](https://github.com/bigcommerce/cornerstone/pull/2523)) +- Add support Node 20 ([#2519](https://github.com/bigcommerce/cornerstone/pull/2519)) - Use fetch when updating variants in cart [#2521](https://github.com/bigcommerce/cornerstone/pull/2521) - Add a region to display the payment promotion widget on the category pages. [#2530](https://github.com/bigcommerce/cornerstone/pull/2530) diff --git a/templates/components/common/breadcrumbs.html b/templates/components/common/breadcrumbs.html index 67662b5e2d..702bb725f8 100644 --- a/templates/components/common/breadcrumbs.html +++ b/templates/components/common/breadcrumbs.html @@ -15,7 +15,7 @@ - {{> components/common/polyfill-script }} - + {{!-- Load Lazysizes script ASAP so images will appear --}} - - + {{getFontsCollection font-display='block'}} - + {{{stylesheet '/assets/css/theme.css'}}} @@ -55,8 +55,8 @@ {{> components/common/body }} {{> components/common/footer }} - - + - + {{{footer.scripts}}} diff --git a/templates/pages/account/add-payment-method.html b/templates/pages/account/add-payment-method.html index 6d0a007360..d9323f138f 100644 --- a/templates/pages/account/add-payment-method.html +++ b/templates/pages/account/add-payment-method.html @@ -44,7 +44,7 @@

{{lang 'forms.payment_methods.add.heading'}}

{{#if account_payments}} {{{ account_payments }}} - {{else}} diff --git a/templates/pages/checkout.html b/templates/pages/checkout.html index 86352fef74..54c617733c 100644 --- a/templates/pages/checkout.html +++ b/templates/pages/checkout.html @@ -4,7 +4,7 @@ {{{ stylesheet '/assets/css/optimized-checkout.css' }}} {{ getFontsCollection }} -