Skip to content

Commit

Permalink
update version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo committed Jan 31, 2024
1 parent 4a1783c commit f3a2b98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 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": "12.0.0",
"theme_version": "13.0.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
Expand Down
32 changes: 12 additions & 20 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
Dawn 12.0.0 introduces additional customization options by adding color scheme pickers to new areas, and new ways to visually display product filters. It also introduces some performance improvements related to image loading.

Dawn 13.0.0 adds support for color swatches, improvements to the country selector, and tweaks and fixes to other sections. It also includes a breaking change to Color Schemes; see the Changed notes below for details.
### Added
- Important: If you use a gradient as a main background, the look of your cart drawer and product modal (quick add) will be affected.
- You can now select a color scheme for the Image with text section, Collection template (Product grid section), Product information section, Cart drawer, and Cart page.

- The Variant Picker now supports color swatches! This depends on the [Product Taxonomy](help.shopify.com/manual/products/details/product-category) feature, which is rolling out gradually over the coming weeks.
- We reworked the country selector, which now includes search, a new “popular countries” section, and a generally improved look and feel especially on smaller screens.
### Changed
- If you are using the Search & Discovery app, you can now change the logical operator for facet filter values between OR and AND.
- If you are using the Search & Discovery app, you can now choose to apply a swatch visual style for certain filter types (references to metaobjects).

- **Important**: If you use Color Schemes, they will reset to their default values due to an internal change to the feature.
- If you are using the Search & Discovery app, you can now change how dynamic facet lists treat filters with no product matches.
### Fixes and improvements
- We fixed an issue with facet filters that affected currencies that use comma separators.
- We fixed a formatting issue with metadata that is used for SEO purposes.
- We fixed a visual bug that was affecting the collage section.
- We fixed an issue with the “compare at” price to ensure more predictable behavior.
- We’ve improved the experience of adding items to cart on slower connections.
- We fixed a styling issue affecting collections in empty cart drawers.
- We fixed an issue in the Slideshow section where the next slide flashes before coming into view.
- We’ve improved various visual elements on the Quick order list including font consistency, alignment, and spacing.
- We fixed an issue affecting Quick order list on iOS, removing the need to double tap the info icon to open it.

### Removed
- Removed image tag attribute that indicated which images to load first. We will now allow the platform to determine this, which will improve performance.
- We added a default font for input fields, they now inherit the body font instead of falling back to a system default font.
- We fixed an issue when adding cart notes that would prevent them from showing during checkout.
- We fixed an accessibility bug where filter colors were displaying incorrectly in high contrast mode.
- We updated the Multicolumn Section to provide a slider on tablet-sized screens, like it does on phone-sized screens.
- We fixed a bug where the Localization Selector was slightly obscured when using Sticky Header and scrolling while the selector was open.
- We fixed a bug that prevented the Product Grid Section from using the correct Image Shape in its Product Cards.
- We subtly increased the font size for inline quantity errors on product pages to make them more readable.

0 comments on commit f3a2b98

Please sign in to comment.