Update changelog

This commit is contained in:
Albert Juhé Lluveras 2021-04-12 12:18:59 +02:00
parent 3b65ea023f
commit 71cfe52731
2 changed files with 31 additions and 2 deletions

View File

@ -85,6 +85,35 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
== Changelog ==
= 4.9.0 - 2021-04-12 =
#### Enhancements
- Added compatibility with the Google Analytics Integration. Block events, including cart and checkout, can now be tracked.
##### Dev note
Blocks are now compatible with the Google Analytics Integration: https://woocommerce.com/products/woocommerce-google-analytics/ If using Google Analytics with GTAG support (and a `G-` prefixed site ID), block events will also be tracked. This includes:
- Product searches in the Product Search Block
- Product views in the product grid blocks and All Products Block
- Add to cart events
- Cart item changes
- Checkout progress events. ([4020](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4020))
#### Bug Fixes
- Use font color in payment methods border. ([4051](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4051))
- Load translation file for JS files that has translatable strings. ([4050](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4050))
- Stop shipping package titles line-breaks occurring in the middle of a word. ([4049](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4049))
- Fixed styling issues on the cart and checkout page in TwentyX themes. ([4046](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4046))
- Fix headline alignment in the empty state of the cart block. ([4044](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4044))
- Fix button alignment in Featured Product and Featured Category blocks. ([4028](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4028))
#### technical debt
- Removed legacy handling for SSR blocks that rendered shortcodes. ([4010](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4010))
= 4.8.0 - 2021-04-01 =
#### Enhancements
@ -134,7 +163,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- Update Panel component class names to follow guidelines. More info can be found in our theming docs: https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/18dd54f07262b4d1dcf15561624617f824fcdc22/docs/theming/class-names-update-460.md. ([3860](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3860))
- Refactor block type registration to support 3rd party integrations.
### Dev note:
##### Dev note:
An important note that internally, this release has modified how `AbstractBlock` (the base class for all of our blocks) functions, and how it loads assets. `AbstractBlock` is internal to this project and does not seem like something that would ever need to be extended by 3rd parties, but note if you are doing so for whatever reason, your implementation would need to be updated to match. ([3829](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3829))

View File

@ -9,7 +9,7 @@
* Text Domain: woo-gutenberg-products-block
* Requires at least: 5.5
* Requires PHP: 7.0
* WC requires at least: 4.3
* WC requires at least: 4.9
* WC tested up to: 5.2
*
* @package WooCommerce\Blocks