This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: woocommerce/woocommerce-blocks
Releases · woocommerce/woocommerce-blocks
2.3.0-beta.2
Release of version 2.3.0-beta.2. See readme.txt for details.
2.3.0-beta
Release of version 2.3.0-beta. See readme.txt for details.
2.2.1
Release of version 2.2.1. See readme.txt for details.
- Fix: Allow custom CSS classes on grid blocks.
- Fix: Allow custom CSS classes on featured product block.
- Fix: Allow custom CSS classes on product categories list.
2.2.0
- Feature: Add Product Categories List navigation block for showing a list of categories on your site.
- Enhancement: All grid blocks are now rendered directly by the blocks code, not using the shortcode.
- Enhancement: Brand the WooCommerce Blocks for better discoverability in the block inserter.
- Build: Update build process to dynamically generate required WordPress dependencies.
- Build: Update packages.
2.1.0
- Feature: Add focal point picker to the Featured Product block, so you can adjust the background image position (only available on WP 5.2+ or with Gutenberg plugin).
- Fix: Improved fetching products from API, so searching for products in Featured Product & Hand-picked Products is faster for stores with over 200 products.
- Fix: It might be possible to request over 100 products for the editor preview, but this would cause an API error - we now limit the preview request to 100 products.
- Build: Update build script to show visual progress indicator.
- Build: Update packages.
2.1.0 Release Candidate
- Feature: Add focal point picker to the Featured Product block, so you can adjust the background image position (only available on WP 5.2+ or with Gutenberg plugin).
- Fix: Improved fetching products from API, so searching for products in Featured Product & Hand-picked Products is faster for stores with over 200 products.
- Fix: It might be possible to request over 100 products for the editor preview, but this would cause an API error - we now limit the preview request to 100 products.
- Build: Update build script to show visual progress indicator.
- Build: Update packages
Help test this RC:
- Try using the focal point picker on a Featured Product block
- Try searching for products in the Hand-picked Products or Featured Product blocks, on stores with less than 200 products and/or more than 200 products
- Test the API error fix by following the steps in #543
2.0.1
2.0.0
- BREAKING: Requires WordPress 5.0+, WooCommerce 3.6+
- BREAKING: Remove the legacy block entirely
- BREAKING: Remove the
wc-pb/v3/*
endpoints in favor of new corewc-blocks/v1/*
endpoints - Feature: Add content visibility settings to show/hide title, price, rating, button
- Feature: Add transforms between basic product grid blocks
- Fix: Add product rating display to preview, to better match front end
- Fix: Product titles render HTML correctly in preview
- Fix: Icons are now aligned correctly in placeholders
- Fix: Grid block preview column width now matches the front-end
- Fix: Webpack now builds using a custom jsonp callback, fixing possible collisions with other projects
- API: Change namespace, endpoints now accessed at
/wc-blocks/v1/*
- API: Add
catalog_visibility
parameter for fetching products - API: Update structure of attribute term endpoint to return
attribute.slug
,attribute.name
etc - API: Update parameters to use full names,
category_operator
,attribute_operator
- Components: Move SearchListControl to
@woocommerce/components
library - Components: Added new control component GridContentControl to manage content visibility
- Build: Reorganize CSS into one file for editor preview, and one file for front-end styles
- Build: Move registration code to a new class
- Build: Update packages
2.0.0 Release Candidate 3
See changelog in readme.txt
2.0.0 Release Candidate 2
See changelog in readme.txt