forked from Shopify/dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes and version number (Shopify#3554)
- Loading branch information
1 parent
0993057
commit 51205de
Showing
2 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |