From 69fd1a666498b29e1b59962d2f81e6c5b6436b6c Mon Sep 17 00:00:00 2001 From: Ludo Date: Fri, 4 Oct 2024 09:56:38 -0300 Subject: [PATCH] add release notes and version bump --- config/settings_schema.json | 2 +- release-notes.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/settings_schema.json b/config/settings_schema.json index b18edec9f1b..cecb89755b5 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -2,7 +2,7 @@ { "name": "theme_info", "theme_name": "Dawn", - "theme_version": "15.1.0", + "theme_version": "15.2.0", "theme_author": "Shopify", "theme_documentation_url": "https://help.shopify.com/manual/online-store/themes", "theme_support_url": "https://support.shopify.com/" diff --git a/release-notes.md b/release-notes.md index 8fdf66f0c22..0be11264419 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,8 @@ -Dawn 15.1.0 changes the way SVGs are rendered +Dawn 15.2.0 provides a few fixes for known bugs and updates the styling for the new dynamic checkout buttons. +### Changed +- Adjust the local selector dropdown to match the maximum width of its content. +- Adjust the styling for dynamic checkout buttons now that they’re using a new HTML structure. ### Fixes and improvements -- Moves SVGs from Liquid snippets to `.svg` files in the `/assets` folder -- Uses new `inline_asset_content` Liquid filter to render SVGs +- Fix issue where while in the theme editor, a modal wouldn’t be cleared once the section it belonged to was removed. +- Updated the account login link to use a nofollow attribute so that google doesn’t interpret it as spammy backlinking. +- Fix issue where the svg icon for the filters were not clickable