Seghir Nadir
1c8d2e6074
Support editing collection method titles in editor. ( https://github.com/woocommerce/woocommerce-blocks/pull/7293 )
...
* support editing blocks title in editor
* disable formats
2023-01-12 15:34:44 +01:00
Nadir Seghir
9ee5b40186
Introduce shipping method toggle block
2023-01-12 15:34:44 +01:00
Thomas Roberts
9a2535f434
Remove old cart notices before showing new ones ( https://github.com/woocommerce/woocommerce-blocks/pull/7363 )
...
* Remove cart notices before showing new ones
* bot: update checkstyle.xml
* Update deps for useEffect
* Remove outdated notices from mini cart
* Add comment to note that this functionality is also present in mini cart
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-12 04:44:26 -08:00
Tarun Vijwani
80344fa04b
Convert tabs component to TypeScript ( https://github.com/woocommerce/woocommerce-blocks/pull/7865 )
...
* Convert tabs component to TypeScript
* Add tabs component story
* Add desciptions in comments to the Tab props
* Rename and export tabs component to display descriptions in Storybook
Renamed Tabs component to __Tabs as a sign it should not be used directly. Since we were using withInstanceId as the default export and were not exporting the Tabs component, Storybook could not retrieve the description and default values. We have renamed and exported the component to make sure Storybook can pick up the descriptions and default values.
* Rename exported Tabs component
Changed the exported Tabs component from __Tabs to __TabsWithoutInstanceId to make it more descriptive.
2023-01-12 16:16:32 +04:00
Albert Juhé Lluveras
a8184695d3
Update minimum PHP required version to 7.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/8154 )
2023-01-12 12:57:53 +01:00
dependabot[bot]
42006d4841
Bump @wordpress/babel-preset-default from 6.14.0 to 7.8.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8113 )
...
Bumps [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default ) from 6.14.0 to 7.8.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-preset-default/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/babel-preset-default@7.8.0/packages/babel-preset-default )
---
updated-dependencies:
- dependency-name: "@wordpress/babel-preset-default"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-12 12:39:37 +01:00
Daniel Dudzic
792c4a84db
Product Elements [Variations]: Change block icon colors to match the core blocks. Fixes woocommerce/woocommerce-blocks#8084 ( https://github.com/woocommerce/woocommerce-blocks/pull/8155 )
2023-01-12 12:39:01 +01:00
kmanijak
c0f33efb1c
Order blocks alphabetically in webpack-entries and BlockTypesController ( https://github.com/woocommerce/woocommerce-blocks/pull/8109 )
...
* Order blocks in webpack-entries alphabetically
* Order blocks in BlockTypesController.php alphabetically
2023-01-12 08:34:45 +01:00
Mike Jolley
bb1504dd84
Avoid usage of `@wordpress/components` inside base components ( https://github.com/woocommerce/woocommerce-blocks/pull/7996 )
...
* Use local package rather than WP package in base components
* Missing type on imports
* Move hasSpecingStyleSupport inline to avoid polluting utils with the block-editor external
* Use local wordpress-block-editor import to avoid the external
* Add readme to base directory to warn against using editor/components externals
* Check functions exist
* Revert "Check functions exist"
This reverts commit ce95800b79ddb48369cd22d2b7854384db0d8891.
* Revert wordpress-block-editor import
* Add todos to the hooks that need refactoring
* Update assets/js/atomic/blocks/product-elements/button/supports.ts
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Update assets/js/atomic/blocks/product-elements/image/supports.ts
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Update assets/js/atomic/blocks/product-elements/rating/support.ts
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Update assets/js/atomic/blocks/product-elements/sale-badge/support.ts
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Update assets/js/atomic/blocks/product-elements/title/index.ts
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Reference issue
* Update assets/js/base/README.MD
Co-authored-by: kmanijak <karol.manijak@automattic.com>
* spacing
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-11 17:12:06 +00:00
Albert Juhé Lluveras
886786eee1
Use DAY_IN_SECONDS constant instead of calculating the value ( https://github.com/woocommerce/woocommerce-blocks/pull/8156 )
2023-01-11 17:11:41 +01:00
dependabot[bot]
621473f5e5
Bump @wordpress/is-shallow-equal from 4.13.0 to 4.24.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8126 )
...
Bumps [@wordpress/is-shallow-equal](https://github.com/WordPress/gutenberg/tree/HEAD/packages/is-shallow-equal ) from 4.13.0 to 4.24.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/is-shallow-equal/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/is-shallow-equal@4.24.0/packages/is-shallow-equal )
---
updated-dependencies:
- dependency-name: "@wordpress/is-shallow-equal"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-11 12:38:26 +01:00
dependabot[bot]
8e5db74b3d
Bump @wordpress/api-fetch from 6.19.0 to 6.21.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8125 )
...
Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch ) from 6.19.0 to 6.21.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/api-fetch@6.21.0/packages/api-fetch )
---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-11 11:14:51 +01:00
Lucio Giannotta
56f3a57b92
Remove the “Products (Beta)” block from WP 6.0 or lower ( https://github.com/woocommerce/woocommerce-blocks/pull/8112 )
...
* Remove the Products block from WP < 6.0
Too many APIs which are required for the Products block experience
are just plainly unavailable in versions lower than 6.0.
(cherry picked from commit ccfb1210bcbdb14ab52f6f240916fb4fcaa3ff18)
(cherry picked from commit 8c7bcce8218a83a9498943b23c971de1199bcad7)
2023-01-11 01:30:10 +01:00
dependabot[bot]
2c51c444f9
Bump @storybook/react from 6.5.13 to 6.5.15 ( https://github.com/woocommerce/woocommerce-blocks/pull/8124 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.5.13 to 6.5.15.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.15/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.15/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-10 17:17:18 +01:00
dependabot[bot]
b38eed2c61
Bump @types/react-dom from 18.0.9 to 18.0.10 ( https://github.com/woocommerce/woocommerce-blocks/pull/8127 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.0.9 to 18.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kmanijak <karol.manijak@automattic.com>
2023-01-10 16:35:29 +01:00
Patricia Hillebrandt
2ddddbe50e
useCollection hook: Do not bail early if isEditor ( https://github.com/woocommerce/woocommerce-blocks/pull/8079 )
2023-01-10 15:17:51 +01:00
Tung Du
8662d853f4
Fix: unable to customize All Products block ( https://github.com/woocommerce/woocommerce-blocks/pull/8140 )
2023-01-10 17:14:43 +07:00
Thomas Roberts
88b19bceb4
Add thunk support for < WP 5.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/8136 )
2023-01-09 15:01:49 -08:00
Lucio Giannotta
b1d5976163
Convert `Add to Cart` to TypeScript ( https://github.com/woocommerce/woocommerce-blocks/pull/8077 )
...
* Add `@wordpress/components` types as `devDep`
2023-01-09 19:21:09 +01:00
Albert Juhé Lluveras
e1340d8432
Add testing steps for WC Blocks 8.9.3 and 8.9.4 ( https://github.com/woocommerce/woocommerce-blocks/pull/8123 )
2023-01-09 18:36:35 +01:00
Tung Du
e141e286a6
Fix broken E2E tests cause by edit template button class name change in latest Gutenberg release ( https://github.com/woocommerce/woocommerce-blocks/pull/8107 )
2023-01-09 23:44:53 +07:00
Albert Juhé Lluveras
116dcac67b
Update the docs to create a WC core changelog entry when doing a release ( https://github.com/woocommerce/woocommerce-blocks/pull/8088 )
2023-01-09 13:59:37 +01:00
Manish Menaria
8d4df3d102
Add Customer Account block name to readme.txt ( https://github.com/woocommerce/woocommerce-blocks/pull/8114 )
2023-01-09 14:17:54 +05:30
Thomas Roberts
676ed6b679
Add checkout data store docs ( https://github.com/woocommerce/woocommerce-blocks/pull/8117 )
2023-01-06 07:52:02 -08:00
Paulo Arromba
86c6e975eb
Context for aria-label on cart quantity controls ( https://github.com/woocommerce/woocommerce-blocks/pull/8099 )
...
* Aria label context for "Remove item" action on cart
* Aria label context for quantity controls on cart
2023-01-06 15:21:56 +00:00
Thomas Roberts
2575fd10bd
Ensure checkout order summary and totals block cannot be removed ( https://github.com/woocommerce/woocommerce-blocks/pull/7873 )
2023-01-06 07:05:01 -08:00
Thomas Roberts
5d439855e2
Ensure Slot/Fills render in editor ( https://github.com/woocommerce/woocommerce-blocks/pull/8111 )
...
* Wrap Checkout Edit in SlotFillProvider
Required to render Slot/Fills in the editor
* Remove editor check when rendering ExperimentalOrderShippingPackages
We want to render it in the editor and on the front end, so checking is no longer necessary
* Wrap Cart in SlotFillProvider when in editor
This is so Slot/Fills can be rendered in the preview
2023-01-06 06:53:53 -08:00
dependabot[bot]
3860001949
Bump @wordpress/base-styles from 4.0.4 to 4.14.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/7971 )
...
Bumps [@wordpress/base-styles](https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles ) from 4.0.4 to 4.14.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/@wordpress/base-styles@4.14.0/packages/base-styles/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/base-styles@4.14.0/packages/base-styles )
---
updated-dependencies:
- dependency-name: "@wordpress/base-styles"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-01-05 16:10:49 -03:00
Thomas Roberts
719fbadf2d
Add internal validation data store docs ( https://github.com/woocommerce/woocommerce-blocks/pull/8100 )
...
* Add internal validation docs
* Add TOC entries
2023-01-05 06:44:11 -08:00
Thomas Roberts
c3873f4950
Add example request and example payment data to Checkout docs ( https://github.com/woocommerce/woocommerce-blocks/pull/8083 )
2023-01-05 06:43:51 -08:00
Tung Du
1fc5d2d91a
E2E: Product Query: Popular filters presets ( https://github.com/woocommerce/woocommerce-blocks/pull/7749 )
2023-01-05 18:21:22 +07:00
Tarun Vijwani
bc116f002e
Convert sidebar layout component to TypeScript ( https://github.com/woocommerce/woocommerce-blocks/pull/7904 )
2023-01-05 11:56:05 +04:00
dependabot[bot]
eebb3e41ea
Bump automattic/jetpack-autoloader from 2.11.12 to 2.11.14 ( https://github.com/woocommerce/woocommerce-blocks/pull/8036 )
...
Bumps [automattic/jetpack-autoloader](https://github.com/Automattic/jetpack-autoloader ) from 2.11.12 to 2.11.14.
- [Release notes](https://github.com/Automattic/jetpack-autoloader/releases )
- [Changelog](https://github.com/Automattic/jetpack-autoloader/blob/trunk/CHANGELOG.md )
- [Commits](https://github.com/Automattic/jetpack-autoloader/compare/v2.11.12...v2.11.14 )
---
updated-dependencies:
- dependency-name: automattic/jetpack-autoloader
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-01-04 17:52:55 -03:00
Daniel Dudzic
9214c99724
Attribute, Rating and Stock filters: Fix the dropdown indicator icon display ( https://github.com/woocommerce/woocommerce-blocks/pull/8080 )
...
* Filter blocks: Fix the dropdown indicator icon display for 'single option' mode. Closes woocommerce/woocommerce-blocks#8075
* Filter blocks: Fix the dropdown indicator for multiple items option. Closes woocommerce/woocommerce-blocks#7889
2023-01-04 18:37:08 +01:00
Manish Menaria
2933727878
Bump version strings to 9.4.0-dev in package-lock.json
2023-01-04 16:39:42 +05:30
Manish Menaria
3da812ea0b
Bump version strings to 9.4.0-dev
2023-01-04 16:34:26 +05:30
Tung Du
2b20e2d3f3
Refactor Filter Wrapper to remove usage of useInnerBlocksProps ( https://github.com/woocommerce/woocommerce-blocks/pull/8095 )
2023-01-04 17:31:17 +07:00
github-actions[bot]
6c379258e6
Release: 9.3.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8072 )
...
* Empty commit for release pull request
* Add changelog
* Add testing notes
* Fix a typo
* load all JSON translation files correctly (https://github.com/woocommerce/woocommerce-blocks/pull/8034 )
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
* Disable Rate Limiting when editing Blocks in admin (https://github.com/woocommerce/woocommerce-blocks/pull/7934 )
* Disable Rate Limiting for users who can edit posts
To avoid limiting the number of edits in WP admin to our Woo Blocks, we
need to disable rate limiting altogether.
We simply disabled rate limiting for users who can edit posts!
* Refactor rate limiting code
* Fix disabled rate limiting bug for non admin users
* Refactored applying rate limiting code.
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
* Update woocommerce-gutenberg-products-block.zip
* Update ZIP file
* Add screenshots to testing notes
* Fix markdown linting issues
* Bumping version strings to new version.
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Manish Menaria <the.manish.menaria@gmail.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
2023-01-04 15:24:54 +05:30
dependabot[bot]
2a32ae7577
Bump json5 from 1.0.1 to 1.0.2 ( https://github.com/woocommerce/woocommerce-blocks/pull/8090 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-01-03 18:42:10 -03:00
dependabot[bot]
771866f33e
Bump @wordpress/html-entities from 3.12.0 to 3.24.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8092 )
...
Bumps [@wordpress/html-entities](https://github.com/WordPress/gutenberg/tree/HEAD/packages/html-entities ) from 3.12.0 to 3.24.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/html-entities/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/html-entities@3.24.0/packages/html-entities )
---
updated-dependencies:
- dependency-name: "@wordpress/html-entities"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-01-03 18:08:45 -03:00
dependabot[bot]
aa6bbf4d22
Bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.47.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8037 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.30.5 to 5.47.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Lara <allexandrelara@gmail.com>
2023-01-03 17:48:39 -03:00
dependabot[bot]
0e402970bf
Bump @wordpress/i18n from 4.14.0 to 4.24.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/8076 )
...
Bumps [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n ) from 4.14.0 to 4.24.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases )
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md )
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/i18n@4.24.0/packages/i18n )
---
updated-dependencies:
- dependency-name: "@wordpress/i18n"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 15:59:47 -03:00
Lucio Giannotta
c708ff2f56
Hide `core/no-results` as default in Product Query if WP <= 5.9 ( https://github.com/woocommerce/woocommerce-blocks/pull/8082 )
...
`core/no-results` was not available until WP 6.0.
2023-01-03 19:14:33 +01:00
Seghir Nadir
156737d9b7
load all JSON translation files correctly ( https://github.com/woocommerce/woocommerce-blocks/pull/8034 )
...
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
2023-01-02 16:21:47 +01:00
Saad Tarhi
a22465796b
Disable Rate Limiting when editing Blocks in admin ( https://github.com/woocommerce/woocommerce-blocks/pull/7934 )
...
* Disable Rate Limiting for users who can edit posts
To avoid limiting the number of edits in WP admin to our Woo Blocks, we
need to disable rate limiting altogether.
We simply disabled rate limiting for users who can edit posts!
* Refactor rate limiting code
* Fix disabled rate limiting bug for non admin users
* Refactored applying rate limiting code.
Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com>
2023-01-02 14:49:12 +01:00
Patricia Hillebrandt
9868d948a4
Dependabot: Enable auto-merge on pull requests. ( https://github.com/woocommerce/woocommerce-blocks/pull/8040 )
...
* Dependabot: Enable auto-merge on pull requests.
* Update auto-merge dependency list
* Update dependabot documentation and invert the order of the auto-merge action for clarity.
2023-01-02 11:06:25 +01:00
Patricia Hillebrandt
0959bb1122
Ensure filter blocks are not reloaded every time they are selected in the editor ( https://github.com/woocommerce/woocommerce-blocks/pull/8002 )
...
* Filter Rating Block > Prevent reload on select.
* Filter by Stock Block > Prevent reload on select.
* Disable debounce for the editor.
* Filter by Price Block > Prevent reload on select.
* Filter by Attribute Block > Prevent reload on select.
* Make the isEditor and isSelected params optional.
* Make isSelected optional.
* Address CR
* update to use isObject
2023-01-02 00:22:08 +01:00
Lucio Giannotta
b81b8a9220
Product Query: Remove the “Products on Sale” Product Query variation ( https://github.com/woocommerce/woocommerce-blocks/pull/7926 )
2022-12-30 17:02:01 +01:00
Lucio Giannotta
cfe4725bc7
Product Query: create variation of `core/post-template` as a Product Query inner block ( https://github.com/woocommerce/woocommerce-blocks/pull/7838 )
2022-12-30 16:51:27 +01:00
kmanijak
95d5b51949
Include the types of Jest customer matchers for unit tests
2022-12-30 16:36:37 +01:00