woocommerce/plugins/woocommerce-blocks/src
Tomasz Tunik 475b50573d Global Styles support for Product Price block (https://github.com/woocommerce/woocommerce-blocks/pull/5950)
* Add Global Styles support to product price block

- This comes sat a cost of losing control over regular vs sale price
- This includes refactor of attribute from align to textAlign
   which is a reserved supports feature attribute and textAlign is
   used across the Gutenberg project

* Add experimentalSelector and register as PHP block

This is required to make the GlobalStyles work inside of
the InnerContent block. Ie. All Products block.

* move sharedConfig supports outside of isFeaturePluginBuild check

* restore regularPriceClassName

* remove douplicated block registration on php side
2022-02-28 12:36:55 +01:00
..
Assets Add to cart button ignored redirect to cart setting (https://github.com/woocommerce/woocommerce-blocks/pull/5708) 2022-02-09 09:26:25 +01:00
BlockTypes Global Styles support for Product Price block (https://github.com/woocommerce/woocommerce-blocks/pull/5950) 2022-02-28 12:36:55 +01:00
Domain Avoid calling plugin_dir_url a lot (https://github.com/woocommerce/woocommerce-blocks/pull/5915) 2022-02-23 12:20:32 +00:00
Integrations Add version to doing it wrong calls (https://github.com/woocommerce/woocommerce-blocks/pull/5134) 2021-11-19 10:27:14 +01:00
Payments Remove Built-in Stripe Integration in favour of Stripe Extension (https://github.com/woocommerce/woocommerce-blocks/pull/5449) 2022-01-11 10:53:38 +00:00
Registry Fix PHP 8 error when argument is not invocable in AssetsDataRegistry::add_data (https://github.com/woocommerce/woocommerce-blocks/pull/3315) 2020-10-26 13:28:25 -04:00
StoreApi Change `curl` example calls to use `sh` code block (https://github.com/woocommerce/woocommerce-blocks/pull/5944) 2022-02-25 13:21:50 +00:00
Utils Rename templates to more e-commerce friendly names (https://github.com/woocommerce/woocommerce-blocks/pull/5935) 2022-02-28 08:00:01 +01:00
Assets.php Release: 5.0.0 (https://github.com/woocommerce/woocommerce-blocks/pull/4144) 2021-04-28 17:15:39 +01:00
AssetsController.php Fix wc-settings not loading when a script that depend on it is in the header (https://github.com/woocommerce/woocommerce-blocks/pull/5059) 2021-11-05 14:44:57 +01:00
BlockTemplatesController.php Fix reverting customisations by refactoring pre_get_block_file_template (https://github.com/woocommerce/woocommerce-blocks/pull/5746) 2022-02-10 14:15:09 +00:00
BlockTypesController.php Global Styles support for Product Price block (https://github.com/woocommerce/woocommerce-blocks/pull/5950) 2022-02-28 12:36:55 +01:00
InboxNotifications.php Update percent of users who will see inbox notification (https://github.com/woocommerce/woocommerce-blocks/pull/4922) 2021-10-11 15:22:18 +01:00
Installer.php Replace uppercase Translators with translators & make comment style consistent (https://github.com/woocommerce/woocommerce-blocks/pull/3869) 2021-02-19 11:58:44 +00:00
Library.php Release: 5.0.0 (https://github.com/woocommerce/woocommerce-blocks/pull/4144) 2021-04-28 17:15:39 +01:00
Package.php Post release version bump (7.1.0-dev) 2022-02-16 12:23:02 +01:00
RestApi.php Store API: Introduce API Versioning System (https://github.com/woocommerce/woocommerce-blocks/pull/5911) 2022-02-23 12:00:45 +00:00
deprecated.php Store API: Introduce API Versioning System (https://github.com/woocommerce/woocommerce-blocks/pull/5911) 2022-02-23 12:00:45 +00:00