Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Releases: woocommerce/woocommerce-blocks

2.3.0-beta.2

25 Jul 14:59
Compare
Choose a tag to compare
2.3.0-beta.2 Pre-release
Pre-release

Release of version 2.3.0-beta.2. See readme.txt for details.

2.3.0-beta

11 Jul 11:07
Compare
Choose a tag to compare
2.3.0-beta Pre-release
Pre-release

Release of version 2.3.0-beta. See readme.txt for details.

2.2.1

04 Jul 11:01
Compare
Choose a tag to compare

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

26 Jun 16:40
cb1482d
Compare
Choose a tag to compare
  • 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

14 May 17:44
0bc45c6
Compare
Choose a tag to compare
  • 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

13 May 21:34
Compare
Choose a tag to compare
Pre-release
  • 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

19 Apr 17:09
Compare
Choose a tag to compare
  • Fix: Fix a conflict with WooCommerce 3.6 and WooCommerce Blocks 1.4 (this change only applies to the version of blocks bundled with WooCommerce core).

2.0.0

17 Apr 02:34
f975718
Compare
Choose a tag to compare
  • 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 core wc-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

08 Apr 23:26
c4699e2
Compare
Choose a tag to compare
Pre-release

See changelog in readme.txt

2.0.0 Release Candidate 2

22 Mar 14:45
dda1d37
Compare
Choose a tag to compare
Pre-release

See changelog in readme.txt