Seghir Nadir
2a406c7e8a
Update all blocks to V3 ( #48720 )
...
* Update all blocks to V3
* remove explicit version set in shared config blocks
* update styling for Cart/Checkout in iframe
* test: fix block e2e tests
* test: fix attribute filter e2e tests
* test: fix product collection e2e tests
* test: fix product on sale e2e test
* test: fix rating filter e2e tests
* test: fix review e2e tests
* test: fix stock e2e tests
* test: fix preview button test
* fix: product on sale wrapper
* test: fix insertBlockByShortcut in iframe
* test: fix core e2e tests
* chore: changelog
* test: typo
* test: update PC e2e tests
* add test to make sure iframe canvas is loaded
* fix syntax error
* Update plugins/woocommerce-blocks/tests/e2e/tests/basic.block_theme.spec.ts
Co-authored-by: Bart Kalisz <bartlomiej.kalisz@gmail.com>
---------
Co-authored-by: Tung Du <dinhtungdu@gmail.com>
Co-authored-by: Bart Kalisz <bartlomiej.kalisz@gmail.com>
2024-08-20 10:14:11 +00:00
Sam Seay
82f5b84a80
Remove isFeaturePlugin and flag code from FeatureGating class ( #47866 )
2024-05-30 02:50:09 +12:00
Christopher Allford
ec9b7852f9
Fixed Blocks Linting Errors ( #42727 )
2023-12-12 15:05:20 -08:00
Ron Rennick
4fddface47
update text domain in plugins/woocommerce-blocks ( #42717 )
...
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-12-12 14:12:36 -08:00
Christopher Allford
1d056b3b37
Update Blocks Text Domain
2023-12-09 05:44:54 -08:00
Alexandre Lara
94c5dcefce
Fix icon color when block is selected in List View ( https://github.com/woocommerce/woocommerce-blocks/pull/10652 )
2023-08-18 18:03:53 +00:00
Albert Juhé Lluveras
df3ff6793e
Per block stylesheets ( https://github.com/woocommerce/woocommerce-blocks/pull/9831 )
...
* Clean up blank lines
* Update Webpack config
* Update PHP logic to load block styles
* Style fixes
* Style fixes (II)
* Style fixes (III)
* Style fixes (IV)
* Fix missing stylesheets in the Site Editor
* Fix wrong return values in some PHP method docs
* Fix missing ProductPrice stylesheet causing 404 in tests
* Fix missing ProductGallery stylesheet causing 404 in tests
2023-07-04 13:06:48 +02:00
Darren Ethier
a371cf027c
Fixes CSS spacing and availability issues for breadcrumb, catalog sort, and result count blocks. ( https://github.com/woocommerce/woocommerce-blocks/pull/8391 )
...
* Reset margin on result count block
* Reset margin for catalog sort block
* reset margin and other fixes for breadcrumb block.
* Move styles to relevant files
2023-02-14 05:53:33 -05:00
Patricia Hillebrandt
d329ceee89
Store breadcrumbs block > Ensure experimental global styles are limited to the Feature plugin ( https://github.com/woocommerce/woocommerce-blocks/pull/8345 )
...
* Store breadcrumbs block: Gate global styles added via experimental flags to the feature plugin.
* Rename the const to featurePluginSupport and invoke it on block registration.
* Address CR
2023-02-01 16:31:45 +01:00
Patricia Hillebrandt
9563468dc1
Create Store Breadcrumbs Block ( https://github.com/woocommerce/woocommerce-blocks/pull/8222 )
...
* Initial structure for the breadcrumbs block
* ditch inline comment
* Fine-tune the store breadcrumbs
* Disable the breadcrumbs block for regular posts & pages
* Update the breadcrumbs block details.
* Add tests
* rely on sprintf to render the breadcrumb
* Ditch usesContext.
* Add a link to the breadcrumb editor preview
* Disable all pointer-events for the breadcrumb link in the editor preview
* Add the align attribute
* Use the Disabled component to prevent interactions and update the copy for the block description.
2023-01-27 18:31:13 +01:00