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.5.6

17 Dec 19:22
fbf9d11
Compare
Choose a tag to compare

This release happened right after 2.5.5 because 2.5.5 was a bad build. The below changelog is for 2.5.4-2.5.6

  • bug: Fix broken atomic blocks in the All Products Block #1402
  • bug: Only allow one instance of the All Products block per page/post. #1383
  • bug: All Products Block: Fix default sort order changes not updating block in editor. #1385
  • bug: Normalize set minPrice and maxPrice values by step #1379
  • bug: Fix messaging when there are no attributes #1382
  • Price Filter: fix NaN values shown in some occasions while loading . #1386
  • bug: Fix incorrect property name for price format #1397
  • Remove double colon on active filter block price label. #1399
  • Fix: Attribute filters were not updating based on changes in the Price filter when query type was set to OR. #1390

2.5.5

17 Dec 18:07
Compare
Choose a tag to compare

Release of version 2.5.5. See readme.txt for details.

2.5.4

11 Dec 12:46
5c34565
Compare
Choose a tag to compare

Release of version 2.5.4. See readme.txt for details.

  • bug: Fix increase in some bundle sizes #1363

2.5.3

09 Dec 16:58
Compare
Choose a tag to compare

Release of version 2.5.3. See readme.txt for details.

2.5.2

02 Dec 20:44
Compare
Choose a tag to compare

Release of version 2.5.2.

  • Fixed a PHP Notice in Featured Category block when the category is invalid. #1291 👏 @strategio
  • Filter Products by Attribute block now uses the attribute label instead of the slug to set the default title. #1271
  • Fix Filter Products by Price slider being reset to 0-0 when filters were cleared from the Active Filters block. #1278
  • Don't enqueue wcSettings unless the route requires it. #1292
  • Add getAdminLink() utility method. #1244

2.5.1

26 Nov 16:58
Compare
Choose a tag to compare

Release of version 2.5.1.

  • Fix Products by Tag, Products by Attribute and Handpicked Products blocks showing an invalid attributes error. #1254
  • Fix the price slider updating instantly even when filter button was enabled. #1228
  • Fix price slider layout in narrow columns. #1231
  • Honor CSS classes in the editor for blocks added in 2.5. #1227
  • Fix variable products price format in All Products block. #1210
  • Allow the feature plugin to use WooCommerce Core translated strings. #1242
  • Reduce number of queries ran by multiple filter blocks with All Products block. #1233
  • Fix heading level setting for All Products Title Block. #1230
  • Fix editor styles (background color) for titles of "Filter by…" blocks. #1256
  • Fix bug with cart not updating. #1258
  • Fix issue in the Filter by Attribute selector that was preventing to reselect the currently selected attribute. #1264

2.5.0

19 Nov 17:44
Compare
Choose a tag to compare

Version 2.5.0 of the WooCommerce Blocks feature plugin is now available. This release includes a brand new All Products block with filtering and pagination, and a variety of other improvements. Go here for full release notes.

All Products screenshot

Full changelog

All the pulls landing in this release are listed here:

2.5.0-beta3

12 Nov 16:32
12396c9
Compare
Choose a tag to compare
2.5.0-beta3 Pre-release
Pre-release

Third beta release of 2.5.0. Contains updates to the All Products Block and introduces the Filter By Attributes block!

Image 2019-11-12 at 11 36 26 AM

  • Products attribute block allows for filtering All Products results by attribute (in combination with any other filters that might be active on the page).
  • To reproduce the above screenshot, use the Columns block included with WordPress 5.3.

A reminder, usage of the new blocks introduced in this version require WordPress 5.3

Fixed Issues:

Known issues:

  • Multiple block usage in the same post will update from the same results data (no change from previous release)
  • Multiple potentially unnecessary requests happening when selecting options for filters (we are actively experimenting with ways to improve that).

If you find any bugs during testing (or have feedback regarding ux/ui) we welcome issues

2.5.0-beta2

02 Nov 13:11
4024e3b
Compare
Choose a tag to compare
2.5.0-beta2 Pre-release
Pre-release

Second beta release of 2.5.0. Contains updates to the All Products Block and introduces the Price Filter block!

Image 2019-11-02 at 8 13 20 AM

  • Both new blocks use the new /wc/store/products endpoint that exposes public product data for use on the frontend (does not require authentication). Testers please ensure this works as expected on the frontend by ensuring you are logged out when viewing the content.
  • The Price Filters block will "connect" with all All Products block(s) in the current post and affect the product results displayed.
  • To reproduce the above screenshot, use the Columns block included with WP 5.3!

Known things:

  • Currently multiple block usage in the same post will update from the same results data.

If you find any bugs during testing we welcome issues

2.4.5

02 Nov 15:42
130bc40
Compare
Choose a tag to compare

Includes fix for #1113. HTML entities now render correctly for product titles in all review blocks.