Tung Du
0350268b82
Switch to correct view if inner block is selected ( https://github.com/woocommerce/woocommerce-blocks/pull/5358 )
2021-12-14 07:46:10 +07:00
Seghir Nadir
d345a0004a
replace synchronizeBlocksWithTemplate with createBlocksFromInnerBlocksTemplate ( https://github.com/woocommerce/woocommerce-blocks/pull/5040 )
2021-11-22 12:45:48 +00:00
Mike Jolley
70f0c06bf9
Fix e2e tests welcome guide/m1 mac support ( https://github.com/woocommerce/woocommerce-blocks/pull/5096 )
...
* Bump dependencies to fix e2e on m1 macs
* Disable welcome guide more reliably - see 3da717b8d0/packages/e2e-test-utils/src/create-new-post.js
* Update selectors and fixture data for cart block
* unused dep
* Remove duplicate block wrapper
* Remove unused jest configuration files
* More robust click in view switcher test
* Revert fixture data change
2021-11-09 13:18:55 +00:00
Seghir Nadir
ad133ba901
Return an element instead of a component in useViewSwitcher ( https://github.com/woocommerce/woocommerce-blocks/pull/5016 )
...
* return element instead of component in viewSwitcher
* use ToolbarGroup instead of Toolbar
2021-10-27 16:41:57 +01:00
Seghir Nadir
7c8becccd7
Move shared code between Cart and Checkout into single folder. ( https://github.com/woocommerce/woocommerce-blocks/pull/4961 )
...
* move shared code out of checkout into shared folder
* move code from cart i2 to shared folder
* move columns
* move viewSwitcher
* code cleanup inside Cart i2
2021-10-19 15:29:12 +01:00