Skip to content

Commit

Permalink
add release notes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo committed Oct 4, 2024
1 parent 7483ea5 commit 69fd1a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
10 changes: 7 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 69fd1a6

Please sign in to comment.