From f96f4b4fac3688a64371de4ef24c7d60a34ab331 Mon Sep 17 00:00:00 2001 From: Lars Hoffbeck Date: Fri, 7 Mar 2025 10:23:32 -0500 Subject: [PATCH] Bump theme version and add release notes --- config/settings_schema.json | 2 +- release-notes.md | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/config/settings_schema.json b/config/settings_schema.json index 66cfcab1db9..cb032f8012c 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -2,7 +2,7 @@ { "name": "theme_info", "theme_name": "Dawn", - "theme_version": "15.2.0", + "theme_version": "15.3.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 0be11264419..d7c1f63cb57 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,8 +1,6 @@ -Dawn 15.2.0 provides a few fixes for known bugs and updates the styling for the new dynamic checkout buttons. +Dawn 15.3.0 adds pagination to the quick order list, updates settings labels, and introduces a few bug fixes. ### 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. +- Quick order list paginates product variants, improving buyer experience for products containing many variants. +- Theme setting labels were updated across all surfaces to make them less crowded and easier to scan. ### Fixes and improvements -- 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 +- Fix issue where quick order list displayed the remove all button on small windows, even if no variants were in the cart.