Today we are releasing WC Blocks 2.7.0! It’s available for download from GitHub and WordPress.org.
After the previous release, which included the preview for the Cart and Checkout blocks, WooCommerce Blocks has gone back to a bi-weekly release schedule. This will allow us to ship improvements faster and get feedback earlier on in the development process.
Cart and Checkout blocks improvements
We are working hard on making the Cart and Checkout blocks work better with a variety of themes. Now, font sizes will be inherited from the theme, as well as heading styles. We also fixed some issues, including one that was preventing users from being able to retry the payment if the first card number used was invalid.
The Cart and Checkout blocks should be faster to load in the frontend and editor of your store after their assets size has been reduced significantly. As an example, this is the asset size difference of the frontend scripts of those two blocks (Note: gzipped sizes):
2.6.0 | 2.7.0 | Change | |
Cart | 119.99kB | 63.31kB | -48.68kB (-76.89%) |
Checkout | 128.23kB | 79.68kB | -48.55kB (-60.93%) |
Other blocks improvements
The markup and styles produced by the product grid blocks (Hand-Picked Products, Products by Category, Products by Tag, etc.) & the All Products block are now more consistent. We are confident most store owners will appreciate these changes, however we have compiled some CSS snippets in our theming docs that can be used to undo them if needed.
We also made several improvements to the styles of our blocks under the default WordPress theme, Twenty Twenty.
Similarly to the Cart and Checkout blocks, several blocks have lighter assets now, so they should load faster in both the frontend and editor.
You can read the full changelog below:
- bug: Fix bug in Checkout block preventing a retry of credit card payment when first credit card used fails and a new one is tried. #2655
- bug: Avoid some theme style properties leaking into the Cart and Checkout select controls. #2647
- bug: Fixes to the product grid blocks in Twenty Twenty: discounted prices are no longer underlined and the On Sale badge is correctly positioned in the All Products block. #2573
- bug: Improved alignment of credit card validation error messages. #2662
- bug: Show the ‘No shipping methods’ placeholder in the editor with the Checkout block if there are shipping methods but all of them are disabled. #2543
- enhancement: Filter block font sizes have been adjusted to be in line with other blocks. #2594
- enhancement: The All Products block and the other product grid blocks now share more styles and the markup is more similar (see release post or docs to learn how to undo this change). #2428 [DN]
- enhancement: The Cart and Checkout blocks now use the heading styles provided by the theme. #2597
- enhancement: The Cart block titles have been merged into one. #2615
- enhancement: The item count badges of the Checkout block have been updated so it looks better in light & dark backgrounds. #2619
- enhancement: Checkout step progress indicator design has been updated to match the theme headings style. #2649
- performance: Reduce bundlesize of blocks using @wordpress/components directly. #2664
Leave a Reply