Matt Sherman
f2feaa7d55
Use registerProductEditorBlockType for text
2023-10-18 15:16:16 -04:00
Matt Sherman
d082491e1d
Use registerProductEditorBlockType for taxonomy
2023-10-18 15:16:16 -04:00
Matt Sherman
7a04b3909e
Use registerProductEditorBlockType for tab
2023-10-18 15:16:16 -04:00
Matt Sherman
3afe5d8233
Use registerProductEditorBlockType for section
2023-10-18 15:16:16 -04:00
Matt Sherman
aa9ed2d88a
Use registerProductEditorBlockType for radio
2023-10-18 15:16:16 -04:00
Matt Sherman
9bb83c1745
Use registerProductEditorBlockType for pricing
2023-10-18 15:16:16 -04:00
Matt Sherman
63d18234f8
Use registerProductEditorBlockType for number
2023-10-18 15:16:16 -04:00
Matt Sherman
57d1c4a0a7
Use registerProductEditorBlockType for conditional
2023-10-18 15:16:16 -04:00
Matt Sherman
f3eea29421
Use registerProductEditorBlockType for collapsible
2023-10-18 15:16:16 -04:00
Matt Sherman
bf8ea9a016
Use registerProductEditorBlockType for checkbox
2023-10-18 15:16:16 -04:00
Matt Sherman
7448e78aa7
Implement registerProductEditorBlockType
2023-10-18 15:16:16 -04:00
Matt Sherman
20acfe5e37
Update documentation
2023-10-18 15:16:16 -04:00
Matt Sherman
47cc46aac4
Implement hide conditions
2023-10-18 15:16:16 -04:00
Matt Sherman
04678d94f9
Add unit tests for hide conditions
2023-10-18 15:16:16 -04:00
Matt Sherman
c616e0c7c9
Add @woocommerce/block-templates dependencies ( #40849 )
2023-10-18 14:41:23 -04:00
Matt Sherman
2477acd313
Update lock file
2023-10-18 13:31:55 -04:00
Matt Sherman
51dec2db53
Add @wordpress/data to dependencies
2023-10-18 13:31:46 -04:00
Ron Rennick
c79738697a
Do not remove "sale date from" when the sale is still active ( #39948 )
2023-10-18 14:05:19 -03:00
Maikel David Pérez Gómez
40a410ae1f
Product Shipping: New class should automatically create a slug ( #40847 )
...
* Remove empty values from the shipping class request so slug can be generated server side
* Add changelog file
2023-10-18 13:04:14 -04:00
Ron Rennick
652e7648f8
Update/breadcrumb for accessibility ( #40529 )
2023-10-18 13:36:13 -03:00
Matt Sherman
5e77702bad
Update lock file
2023-10-18 12:08:09 -04:00
Matt Sherman
8ca38b6df2
Add react dependencies
2023-10-18 12:07:23 -04:00
Matt Sherman
1538e9af4e
Update lock file
2023-10-18 11:58:38 -04:00
Matt Sherman
a1e38b0b25
Add @woocommerce/element to dependencies
2023-10-18 11:58:31 -04:00
Matt Sherman
375717c655
Changelog
2023-10-18 11:38:21 -04:00
Matt Sherman
32460aac98
Update lock file
2023-10-18 11:37:16 -04:00
Matt Sherman
ef268fe545
Add @woocommerce/expression-evaluation dependency
2023-10-18 11:37:10 -04:00
Jonathan Lane
8e5223b383
Add test to add and remove order notes. ( #40317 )
...
* Add test to add and remove order notes.
* Changelog
---------
Co-authored-by: Jon Lane <jon.lane@automattic.com>
2023-10-18 17:37:02 +02:00
Maikel David Pérez Gómez
51c9b9051e
[Downloads] Manage limits ( #40797 )
...
* Create ManageDownloadLimitsModal component
* Integrate ManageDownloadLimitsModal with product downloads block
* Add changelog file
* When there's at least 1 file uploaded, we add a Manage limits button to the Downloads section heading
* Both fields only accept numbers
* Add suffix to each input
* Add integer validation message
* Fix validation to support -1 and 0 values
2023-10-18 10:15:43 -04:00
Maikel David Pérez Gómez
39019d2750
Manage single variation as virtual ( #40809 )
...
* Add virtual section to the product variation template
* Add changelog file
* Let the toogle block to use inverted value to be checked
* Fix virtual toggle to be inverted
* Add changelog file
2023-10-18 10:47:33 -03:00
Sagar Tamang
a44386a70b
fix/40319: Fatal error in class-wc-helper-updater.php when transient parameter is null. ( #40733 )
...
* fix - Fatal error in class-wc-helper-updater.php when transient parameter is null.
* Added changelog
* fix - phpcs errors
2023-10-18 14:51:51 +02:00
louwie17
cee08e44d9
Hide header on variation edit page and remove use of `:has()` CSS selector ( #40843 )
...
* Make sure we hide the header on the variation edit page and remove use of has()
* Add changelogs
2023-10-18 09:22:55 -03:00
nigeljamesstevenson
3be5b840d2
Update order status to cancelled ( #40318 )
2023-10-18 13:02:43 +01:00
RJ
a1505531bb
fix: cys intro screen parallelised network calls ( #40827 )
2023-10-18 18:15:36 +08:00
Jaclyn Chen
2c557f6d30
Update mobile app onboarding modal to be two steps ( #40613 )
2023-10-18 15:22:46 +08:00
RJ
1e86558083
fix: cys design-with-api loader should not loop ( #40829 )
2023-10-18 15:14:51 +08:00
Niels Lange
7f64791745
Add docs “Translating WooCommerce” ( #40744 )
2023-10-18 10:17:47 +07:00
Ilyas Foo
e25cbb1f87
Add active theme label to intro screen ( #40824 )
...
* Add detect of current theme for active theme label
* Lint I have, master Yoda
* Changelog
2023-10-18 10:18:08 +08:00
Joel Thiessen
b2197bb423
[Woo AI] Add background removal feature for the legacy product editor images ( #40833 )
...
Co-authored-by: Joel <dygerati@gmail.com>
Co-authored-by: Thomas Shellberg <6723003+tommyshellberg@users.noreply.github.com>
Co-authored-by: Nima Karimi <73110514+nima-karimi@users.noreply.github.com>
2023-10-17 14:27:24 -07:00
Maikel David Pérez Gómez
5dedfd7ebe
Add Downloads section to the single variation page ( #40807 )
...
* Add support to downloads block to use the context postType
* Register the downloads block into the ProductVariationTemplate
* Add changelog files
* Fix compilation error
* Fix download block init function
2023-10-17 16:58:53 -03:00
Moon
fdc2401fcc
Fix badge size issue when a number larger than 3 digits is used ( #40624 )
...
* Fix badge design issue for big numbers
* Add changefile(s) from automation for the following project(s): @woocommerce/components
* Update packages/js/components/src/badge/style.scss
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
---------
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
2023-10-17 12:30:41 -07:00
Marco Almeida
d98e676998
Merge branch 'woocommerce:trunk' into patch-4
2023-10-17 19:11:13 +01:00
Joni Erkkilä
3348ebe67d
Merge branch 'trunk' into update/breadcrumb-for-accessibility
2023-10-17 21:09:27 +03:00
berislav grgičak
7cd33b5e95
Marketplace search improvements ( #40667 )
...
* Show themes first if no extensions
* Empty search load discover page
* Show three items per row if not dividable by four
* Update search per page to 8 for large screens
* Show 8 items on large screens
* Prevent same tab click
* Add changefile(s) from automation for the following project(s): woocommerce
* Fix function name
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-10-17 18:32:23 +02:00
Roy Ho
96cdb29980
Update WooCommerce Blocks to 11.3.1 ( #40830 )
2023-10-17 08:47:15 -07:00
Ismael Martín Alabarce
c598a88d77
Manually prepare packages for release ( #40826 )
...
Manually run package release prepare for @woocommerce/components
To avoid GH workflow issues
2023-10-17 16:32:20 +02:00
nigeljamesstevenson
bfb47ee8aa
Release test workflow: support WooAF draft releases ( #40786 )
2023-10-17 14:19:46 +01:00
nigeljamesstevenson
2b82e0b092
Migration of e2e core critical flows ( #40785 )
2023-10-17 10:36:26 +01:00
Miguel Pérez Pellicer
7f4d6459af
Add documentation for WooCommerce Class Reference ( #40754 )
2023-10-17 13:06:22 +04:00
Miguel Pérez Pellicer
49073f796e
Add documentation for Using custom attributes in menus and taxonomy archives ( #40755 )
2023-10-17 13:05:54 +04:00