You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: readme.txt
+35-73Lines changed: 35 additions & 73 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,41 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
120
120
121
121
== Changelog ==
122
122
123
+
= 2.6.0 - 2020-05-25 =
124
+
**New Blocks**
125
+
126
+
The Cart and Checkout blocks are released in this version for wider review and testing as a part of our consideration for including them in WooCommerce Core. You can read more [about these blocks here](https://woocommerce.wordpress.com/?p=6384).
127
+
128
+
- bug: Add placeholder to the on-sale products block when no results are found. [#1519](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1519)
129
+
- bug: Added correct ellipsis character in Product Search block [#1672](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1672)
130
+
- bug: If product is changed for featured product block, update the link in the button. [#1894](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1894)
131
+
- bug: Import from `@woocommerce/settings` in `@woocommerce/block-settings` [#2330](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2330)
132
+
- dev: Accessibility of the All Products block and filter blocks has been improved. [#1656](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1656)
133
+
- dev: All Products Block: Update sorting labels to match frontend options [#2462](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2462)
134
+
- dev: Change PropType validation for Icon component [#1737](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1737)
135
+
- dev: Changed default rows and columns for product grid blocks to 3x3. [#1613](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1613)
136
+
- dev: Check for instance of WP_Block in render_callback [#2258](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2258)
137
+
- dev: Devs: `ENABLE_REVIEW_RATING` setting was renamed to `REVIEW_RATINGS_ENABLED` and now it also verifies reviews are enabled, to better match WooCommerce API. [#1374](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1374)
138
+
- dev: Fix price filtering when stored prices do not match displayed prices (determined by tax settings). This fix will apply once WooCommerce 3.10 is released. [#1612](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1612)
139
+
- dev: HTML editing is no longer supported in several blocks. [#1395](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1395)
140
+
- dev: Implement __experimentalCreateInterpolateElement for translations. [#1736](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1736)
141
+
- dev: Load WooCommerce Core translations for 'Sale!' and some other strings if translations are unavailable for WooCommerce Blocks. [#1694](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1694)
142
+
- dev: Make RadioControl id optional [#1563](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1563)
143
+
- dev: Prevent data hydration on REST requests [#2176](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2176)
144
+
- dev: Show relationship between terms in the active filters block. [#1630](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1630)
145
+
- dev: Table creation validation for install routine [#2287](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2287)
146
+
- dev: Update previews and editor styles for cart and checkout blocks [#2160](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2160)
147
+
- dev: Update the icons used in the blocks. [#1644](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1644)
148
+
- dev: Use display table instead of flex in radio control group [#2461](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2461)
149
+
- enhancement: Add dropdown display style to Filter Products by Attribute block. [#1255](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1255)
150
+
- enhancement: Abstract Page selector and fix some issues in sidebar. [#2270](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2270)
151
+
- enhancement: Add option to display a Filter button to Filter Products by Attribute block. [#1332](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1332)
152
+
- enhancement: Add padding zeros to displayed prices [#1520](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1520)
153
+
- enhancement: Add support for image for product categories block [#1739](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/1739)
154
+
- enhancement: An error notice will be shown in All Product if the customer is trying to add a product above stock or sold individually. [#2278](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2278)
155
+
- performance: Improvements to REST API performance [#2248](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2248)
156
+
- performance: Avoid loading Assets API during REST requests [#2286](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/2286)
157
+
123
158
= 2.5.16 - 2020-04-07 =
124
159
- Performance: Use the latest version of Jetpack Autoloader. #2132
125
160
@@ -312,76 +347,3 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
312
347
- Build: Reorganize CSS into one file for editor preview, and one file for front-end styles
313
348
- Build: Move registration code to a new class
314
349
- Build: Update packages
315
-
316
-
= 1.4.0 - 2019-02-12 =
317
-
318
-
- Feature: Added new block: "Products by Attribute"
319
-
- Enhancement: Added the ability to resize the Featured Product block (a default and minimum height can be set by your theme)
320
-
- Enhancement: Updated button on Featured Product block to match core button block behavior
321
-
- Components: Added new control component `GridLayoutControl` to manage row/column layout values
322
-
- Components: Updated `ProductAttributeControl` to list only attribute types, then once selected, list terms in that attribute
323
-
- UX: Remove ability to change selected product in Featured Product block, to prevent "sticky" product links.
324
-
- Fix: A product without an image will now use the placeholder image in grid-layout block previews
325
-
- Fix: Previously, there was a PHP notice when a Featured Product has no background image
326
-
- Fix: There is now an enforced limit on column and row counts (which can be set by your theme)
327
-
- API: Added `attr_operator` support to products endpoint to compare product attribute terms
- Fix: A CSS conflict was causing the core columns style to reset, this has been fixed and columns will display as expected now.
334
-
- Fix: A version conflict with a JS package was causing the blocks to be broken in non-English locales. The package was updated.
335
-
- 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.
336
-
337
-
= 1.3.0 - 2019-01-15 =
338
-
339
-
- Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"
340
-
- Enhancement: Create new "WooCommerce" block category, all blocks are found there now
341
-
- Enhancement: Added a control to "Products by Category" block to control whether products need to match any selected categories or all selected categories
342
-
- Fix: A "Products by Category" block with no category selected will no longer show all products
343
-
- Legacy block: Remove legacy "Products" block from being shown in the block inserter (still loading the block for an existing uses)
344
-
- Legacy block: Fix an issue with imageless products in the legacy "Products" block.
345
-
- Components: Add new Control components `ProductControl`, `ProductsControl`, `ProductOrderbyControl`
346
-
- Components: Update `SearchListControl` to allow selecting a single item
347
-
- API: Add `cat_operator` support to products endpoint
348
-
- API: Add product `description` & `short_description` to each product
349
-
- API: Add attribute group names to each attribute
350
-
- Build: Update packages
351
-
- Build: Add cssnano to minify CSS
352
-
- Build: Split out node_modules code into separate vendors files
* Fix - All users who can edit posts can now use these blocks thanks to a new set of API endpoints allowing view access to products, product categories, and product attributes.
358
-
* Fix - Compatibility with WP 5.0, fixed error “Cannot read property Toolbar of undefined”.
359
-
* Fix - Only published products are shown in previews.
360
-
* Enhancement - Translations should now load into the block (for WP 5.0+).
361
-
* Enhancement - Modernized build process and developer tools, and added tests for faster future development.
362
-
363
-
= 1.1.2 - 2018-09-07 =
364
-
365
-
* Fix - Refactor to remove withAPIData usage, as the class was removed in Gutenberg 3.7.
366
-
367
-
= 1.1.1 - 2018-08-22 =
368
-
369
-
* Fix - Make Newness ordering order correctly on frontend.
370
-
* Fix - Don't cause fatal errors if WooCommerce is not active.
0 commit comments