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.0.0 Release Candidate

15 Mar 17:01
52ffc10
Compare
Choose a tag to compare
Pre-release

See changelog in readme.txt

2.0.0 beta release

06 Mar 23:29
9cbab46
Compare
Choose a tag to compare
2.0.0 beta release Pre-release
Pre-release

See changelog in readme.txt

2.0.0 alpha release

04 Mar 18:32
Compare
Choose a tag to compare
2.0.0 alpha release Pre-release
Pre-release

See changelog in readme.txt

1.4.0

13 Feb 16:05
cb30d3d
Compare
Choose a tag to compare
  • Feature: Added new block: "Products by Attribute"
  • Enhancement: Added the ability to resize the Featured Product block (a default and minimum height can be set by your theme)
  • Enhancement: Updated button on Featured Product block to match core button block behavior
  • Components: Added new control component GridLayoutControl to manage row/column layout values
  • Components: Updated ProductAttributeControl to list only attribute types, then once selected, list terms in that attribute
  • UX: Remove ability to change selected product in Featured Product block, to prevent "sticky" product links.
  • Fix: A product without an image will now use the placeholder image in grid-layout block previews
  • Fix: Previously, there was a PHP notice when a Featured Product has no background image
  • Fix: There is now an enforced limit on column and row counts (which can be set by your theme)
  • API: Added attr_operator support to products endpoint to compare product attribute terms
  • Build: Update packages
  • Build: Remove unnecessary internationalization build step

1.4.0 Release Candidate

11 Feb 03:49
Compare
Choose a tag to compare
Pre-release
  • Feature: Added new block: "Products by Attribute"
  • Enhancement: Added the ability to resize the Featured Product block
  • Enhancement: Updated button on Featured Product block to match core button block behavior
  • Components: Added new control component GridLayoutControl to manage row/column layout values
  • Components: Updated ProductAttributeControl to list only attribute types, then once selected, list terms in that attribute
  • Fix: A product without an image will now use the placeholder image in grid-layout block previews
  • Fix: Previously, there was a PHP notice when a Featured Product has no background image
  • API: Added attr_operator support to products endpoint to compare product attribute terms
  • Build: Update packages
  • Build: Remove unnecessary internationalization build step

1.3.1

17 Jan 20:27
b171c7e
Compare
Choose a tag to compare
  • Fix: A CSS conflict was causing the core columns style to reset, this has been fixed and columns will display as expected now.
  • Fix: A version conflict with a JS package was causing the blocks to be broken in non-English locales. The package was updated.
  • Fix: Translations were not being loaded correctly for the JS files. We now bundle the Danish, Spanish, and French translations so that these can be used.

1.3.0

15 Jan 21:58
3a5b28a
Compare
Choose a tag to compare
  • Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"
  • Enhancement: Create new "WooCommerce" block category, all blocks are found there now
  • Enhancement: Added a control to "Products by Category" block to control whether products need to match any selected categories or all selected categories
  • Fix: A "Products by Category" block with no category selected will no longer show all products
  • Legacy block: Remove legacy "Products" block from being shown in the block inserter (still loading the block for an existing uses)
  • Legacy block: Fix an issue with imageless products in the legacy "Products" block.
  • Components: Add new Control components ProductControl, ProductsControl, ProductOrderbyControl
  • Components: Update SearchListControl to allow selecting a single item
  • API: Add cat_operator support to products endpoint
  • API: Add product description & short_description to each product
  • API: Add attribute group names to each attribute
  • Build: Update packages
  • Build: Add cssnano to minify CSS
  • Build: Split out node_modules code into separate vendors files

1.3.0 Release Candidate

14 Jan 22:26
Compare
Choose a tag to compare
Pre-release
  • Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"
  • Enhancement: Create new "WooCommerce" block category, all blocks are found there now
  • Enhancement: Added a control to "Products by Category" block to control whether products need to match any selected categories or all selected categories
  • Fix: A "Products by Category" block with no category selected will no longer show all products
  • Legacy block: Remove legacy "Products" block from being shown in the block inserter (still loading the block for an existing uses)
  • Legacy block: Fix an issue with imageless products in the legacy "Products" block.
  • Components: Add new Control components ProductControl, ProductsControl, ProductOrderbyControl
  • Components: Update SearchListControl to allow selecting a single item
  • API: Add cat_operator support to products endpoint
  • API: Add product description & short_description to each product
  • API: Add attribute group names to each attribute
  • Build: Update packages
  • Build: Add cssnano to minify CSS
  • Build: Split out node_modules code into separate vendors files

Release 1.2.0 (#206)

04 Dec 21:14
3645ca7
Compare
Choose a tag to compare
* Update display name in wp-admin

* Update minimum WP in readme.txt

* Bump version in wp-admin

* Disable “dev mode” for release

* Updating plugin name

* Update version constant

* Don’t commit disabling dev mode