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.
@@ -103,6 +103,10 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
103
103
5. WooCommerce Product Blocks in the block inserter menu
104
104
105
105
== Changelog ==
106
+
= 2.4.5 - 2019-11-2 =
107
+
108
+
- Fix bug with html entities in product name being shown in review blocks.
109
+
106
110
= 2.4.4 - 2019-10-15 =
107
111
108
112
- Fix product search widget due to missing home url on the form action.
@@ -133,152 +137,3 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
133
137
- Dev: Created new HOCs for retrieving data: `withProduct`, `withComponentId`, `withCategory`.
134
138
- Dev: Export block settings to an external global `wc.blockSettings` that can be reliably used by extensions by enqueuing their script with the `wc-block-settings` as the handle. #903
135
139
- Dev: Added new generic base components: `<OrderSelect />` and `<Label />` so they can be shared between different blocks. #905
136
-
137
-
= 2.3.1 - 2019-08-27 =
138
-
139
-
- Fix: Fix deprecation notices with PHP 7.4.
140
-
- Fix: Removed unused screen-reader-text css styles for buttons which caused some theme conflicts.
141
-
- Fix: Left align stars to fix alignment in Storefront.
142
-
- Fix: Best-sellers block query results #917
143
-
- Fix: Fix duplicated translatable string #843
144
-
145
-
= 2.3.0 - 2019-08-12 =
146
-
147
-
- Feature: Added a new Featured Category Block; feature a category and show a link to it's archive.
148
-
- Feature: Added a new Products by Tag(s) block.
149
-
- Feature: Allow individual variations to be selected in the Featured Product block.
150
-
- Feature: Added a button alignment option to product grid blocks to align buttons horizontally across the row.
151
-
- Feature: Added a cancel button to the product category block editor to discard unsaved changes.
152
-
- Enhancement: Change the toggle for list type in Product Category List block to a button toggle component for clarity.
153
-
- Build: Updated build process and plugin structure to follow modern best practices. Minimum PHP version bumped to 5.6.
154
-
- Fix: Correctly hide products from grids when visibility is hidden.
155
-
- Fix: Fix Featured Category block using radio buttons instead of checkboxes.
156
-
- Fix: Use externals for frontend dependencies so they are shared between extensions and blocks. That saves 2.57MB on page weight.
157
-
- Fix: Load frontend scripts dynamically only when the page contains a block that requires them.
158
-
- Fix: Reduce dependencies of JavaScript powered frontend blocks.
159
-
- Fix: Disable HTML editing on dynamic blocks which have no content.
160
-
- Fix: Hide background opacity control in Featured Product settings if there is no background image.
161
-
- Fix: Reduce CSS specificity to make styling easier.
162
-
- Fix: Fix author access to API for handpicked products block.
163
-
164
-
= 2.2.1 - 2019-07-04 =
165
-
166
-
- Fix: Allow custom CSS classes on grid blocks.
167
-
- Fix: Allow custom CSS classes on featured product block.
168
-
- Fix: Allow custom CSS classes on product categories list.
169
-
170
-
= 2.2.0 - 2019-06-26 =
171
-
172
-
- Feature: Add Product Categories List navigation block for showing a list of categories on your site.
173
-
- Enhancement: All grid blocks are now rendered directly by the blocks code, not using the shortcode.
174
-
- Enhancement: Brand the WooCommerce Blocks for better discoverability in the block inserter.
175
-
- Build: Update build process to dynamically generate required WordPress dependencies.
176
-
- Build: Update packages.
177
-
178
-
= 2.1.0 - 2019-05-14 =
179
-
180
-
- 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).
181
-
- Fix: Improved fetching products from API, so searching for products in Featured Product & Hand-picked Products is faster for stores with over 200 products.
182
-
- 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.
183
-
- Build: Update build script to show visual progress indicator.
184
-
- Build: Update packages.
185
-
186
-
= 2.0.1 - 2019-04-22 =
187
-
188
-
- Fix: Fix warnings about blocks already being registered.
189
-
- 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).
- Fix: A CSS conflict was causing the core columns style to reset, this has been fixed and columns will display as expected now.
231
-
- Fix: A version conflict with a JS package was causing the blocks to be broken in non-English locales. The package was updated.
232
-
- 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.
233
-
234
-
= 1.3.0 - 2019-01-15 =
235
-
236
-
- Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"
237
-
- Enhancement: Create new "WooCommerce" block category, all blocks are found there now
238
-
- Enhancement: Added a control to "Products by Category" block to control whether products need to match any selected categories or all selected categories
239
-
- Fix: A "Products by Category" block with no category selected will no longer show all products
240
-
- Legacy block: Remove legacy "Products" block from being shown in the block inserter (still loading the block for an existing uses)
241
-
- Legacy block: Fix an issue with imageless products in the legacy "Products" block.
242
-
- Components: Add new Control components `ProductControl`, `ProductsControl`, `ProductOrderbyControl`
243
-
- Components: Update `SearchListControl` to allow selecting a single item
244
-
- API: Add `cat_operator` support to products endpoint
245
-
- API: Add product `description` & `short_description` to each product
246
-
- API: Add attribute group names to each attribute
247
-
- Build: Update packages
248
-
- Build: Add cssnano to minify CSS
249
-
- 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.
255
-
* Fix - Compatibility with WP 5.0, fixed error “Cannot read property Toolbar of undefined”.
256
-
* Fix - Only published products are shown in previews.
257
-
* Enhancement - Translations should now load into the block (for WP 5.0+).
258
-
* Enhancement - Modernized build process and developer tools, and added tests for faster future development.
259
-
260
-
= 1.1.2 - 2018-09-07 =
261
-
262
-
* Fix - Refactor to remove withAPIData usage, as the class was removed in Gutenberg 3.7.
263
-
264
-
= 1.1.1 - 2018-08-22 =
265
-
266
-
* Fix - Make Newness ordering order correctly on frontend.
267
-
* Fix - Don't cause fatal errors if WooCommerce is not active.
0 commit comments