Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes and version number #3554

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "14.0.0",
"theme_version": "15.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
43 changes: 29 additions & 14 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
Dawn 14.0.0 adds a new Quick Add Bulk setting, two improvements for “Sign in with Shop”, and a host of performance and interaction improvements.
Dawn 15.0.0 adds support for combined listing products and products with over 2,000 variants, includes several enhancements for B2B online stores and localization improvements.
### Added
- The new Quick Add Bulk functionality can be added to the product grid and featured collection sections, offering buyers an efficient, keyboard-optimized bulk buying flow.
- Buyers who “Sign in with Shop” will now see the avatar associated with their Shop account in the header in place of the generic customer account icon.
- The Classic Customer Accounts Login Page now includes a “Sign in with Shop” button for merchants with “Sign in with Shop” enabled.
- Support for products with over 2,000 variants (when released)
- Support for combined listing products
- Structured data for Product and Article drops generated by new structured_data liquid filter
- Now possible to enable/disable the display of customer avatars via the Shopify admin (without editing code)
- New “Extra Extra Large” font size option for headers
### Changed
- Filters can now include images.
- The Quick Order List section has greatly improved support for keyboard navigation.
- The maximum number of products per page has been increased to 36.
- Multicolumn, Collection list, Product grids, and Related products have an increased maximum of 6 columns.
- Default values for sections and blocks are now translated in the store's default language
- Optimized CSS to improve rendering performance
- Store policies are now displayed in the footer by default
- Product page, featured product card and cart now display “Duties included” text
- Country selector no longer requires diacritics to match – for example, in French, typing ‘Etats’ will match ‘États-Unis’
- Removed drop shadows from variant images in the quick add modal
- Updated root locale keys of the regional locales to their default variations
### Fixes and improvements
- General UX improvements to swatches and other areas of the filter experience.
- Padding improvements for Collections at various column sizes.
- Fixed a bug where switching variants on a product without a media attached to it could disable the add to cart button.
- Fixed a similar bug related to products without variant images.
- Updated branding and copy to change references from Twitter to X.
- Updated price filter to work with currency formats that use commas.
- Implemented client-side validation to better enforce quantity rules
- Fixed an issue where option value selection was incorrect if the user selected an option before fully loading
- Slideshow updated to address irregular movement during scroll
- Fixed an issue where product variant images were not being displayed on mobile
- Fixed an issue where image thumbnail was not updated when a product variant featured media changed
- Improved quantity accuracy when using Quick Order List to add to cart (no longer dropping clicks)
- Quick Order List allows multiple variants to be updated at once
- Quick Add Bulk now displays “out of stock” for items with no inventory
- Improved quantity accuracy when using Quick Add Bulk to add to cart (no longer dropping clicks)
- Significant network performance improvements for Quick Add Bulk
- Product media correctly displayed in the Quick Add Bulk modal when a user selects a variant
- Several UX improvements for Quick Add Bulk modal on desktop
- Centered "View cart” button text
- Optimized header and footer spacing
- Clicking product name now links to the product details page
- Removed superfluous underlined space on “View full details” link
Loading