louwie17
90dc5bad2e
Address some deprecation warnings ( #41845 )
...
* Remove use of deprecated conditional block
* Remove use of deprecated context usage
* Remove use of deprecated positoin on Dropdown in favour of popoverProps
* Add changelogs
* Remove unused import
* Fix lint errors
* Remove popoverProps.position with popoverProps.placement
* Update missed items replacing position to placement
* Fix lint error
* Fix placement position
* Update changelogs
2023-12-15 09:45:06 -04:00
Nathan Silveira
2f8ac30097
Prepare create-product-editor-block for 1.3.0 ( #42844 )
2023-12-15 10:31:05 -03:00
Damián Suárez
d996008219
[Product Block Editor]: propagate content from description inner blocks to Modal editor ( #42768 )
...
* set description like the property to update
* switch between summary block and block preview
* add todo: comment
* femove duplicated doc comment block
* Use a quick check to improve performance
* expose getContentFromFreeform() helper fn
* parse freeform content to valid blocks
* changelog
* fix TS issue
* changelog
2023-12-15 09:20:02 -03:00
Matt Sherman
bf4bdfff3e
Changelog
2023-12-14 15:22:04 -05:00
Matt Sherman
a31fec1927
Fix typos
2023-12-14 15:21:05 -05:00
louwie17
b406a084e4
Add reorder grouped products option ( #42766 )
...
* Add re-order modal
* Consolidate some of the styling and components
* Add changelog
* Only show reorder when products are added, and remove 'x' from reorder modal
2023-12-14 16:01:55 -04:00
Christopher Allford
e46d6bd207
Fixed `watch:build` Race Conditions ( #42802 )
...
There's currently a bug with `wireit` that makes the watch crash.
Swiching over to `nodemon` until that is resolved will
keep that from happening.
2023-12-13 18:25:16 -08:00
Nathan Silveira
35a68e212c
Update template to use new function register_block_type_from_metadata ( #42711 )
2023-12-13 10:38:33 -03:00
Christopher Allford
4c4e89bc98
Enhance Build Watching ( #42712 )
...
Similarly to `build:project`, a new `watch:build:project`
script will watch individual projects for changes. The
`watch:build` script has been updated so that it does
a deep watch in the same vein as `build`. We have also
hooked up tool-level watching for faster performance.
2023-12-12 12:43:48 -08:00
Damián Suárez
8b9651276a
Merge branch 'trunk' into update/product-editor-use-block-preview-in-description-block
2023-12-12 16:56:53 -03:00
Ron Rennick
76b4f39116
remove woocommerce-blocks from text domain substitution ( #42017 )
...
* remove woocommerce-blocks from text domain substitution
* restore prior art commented out
* add internal-js-tests composer.json
* covert internal-js-tests/changelog to a folder
* update blocks composer.json
* fix path, add composer install to changelog script
* add woo-ai changelog
* add composer install to beta tester changelog script
* add composer.json to woocommerce-admin
* add changelog folder & file to woocommerce-admin
* add composer install to woocommerce changelog script
---------
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
2023-12-12 15:38:20 -04:00
Christopher Allford
4e89debd0c
Fix Jest Preset ( #42707 )
...
When using a preset we need to keep in mind that the transformation
paths are relative to the preset, not the consuming package. We get
around this by using `<rootDir>` in the transform paths. However,
doing this means fixing the root directory for all of the jest tests.
This keeps the tests working in the same way but lets us fix the
preset too.
2023-12-12 09:58:13 -08:00
Damián Suárez
fcb9b60ced
Merge branch 'trunk' into update/product-editor-use-block-preview-in-description-block
2023-12-12 10:59:47 -03:00
Christopher Allford
1c635cda6f
Optimized `wireit` Fingerprinting File Inputs ( #42684 )
...
Having an explicit `"files"` definition will allow us to fingerprint
dependencies in `wireit` more granularly. This avoids problems
that can be caused by different source files and directories that
trigger a rebuild in a dependee before a dependent finishes.
2023-12-11 16:21:35 -08:00
Nathan Silveira
120a3dba87
Add meta_data type to Product ( #41961 )
2023-12-11 14:45:00 -03:00
Damián Suárez
5901533b4a
move changelog file to proper location
2023-12-11 14:43:23 -03:00
Damián Suárez
b7e4d06a42
set viewport width to 800px
2023-12-11 10:07:56 -03:00
Damián Suárez
871469de7e
set 320px height when description has content
2023-12-11 10:06:44 -03:00
Damián Suárez
f919a5526f
tweak preview box padding
2023-12-11 10:06:44 -03:00
Damián Suárez
8b84134bff
clean unused styles
2023-12-11 10:06:44 -03:00
Damián Suárez
61d5b16d30
set preview viewport to 960px
2023-12-11 10:06:44 -03:00
Damián Suárez
ff9df643ef
get rid of cover element
2023-12-11 10:06:44 -03:00
Damián Suárez
789c849666
replace ContentPreview with BlockPreview core cmp
2023-12-11 10:06:44 -03:00
Christopher Allford
11521bf8e6
Linting Fixes
2023-12-09 23:49:53 -08:00
Christopher Allford
a8fd8fafa5
Applied Linting Fixes
2023-12-09 23:32:45 -08:00
Christopher Allford
9bc3e97bbf
Load CJS `memize`
2023-12-09 23:18:30 -08:00
Christopher Allford
96af36bf1f
Locked `wireit` Version
2023-12-09 21:56:12 -08:00
Christopher Allford
a08fdf8698
Updated Lock File
2023-12-09 15:57:05 -08:00
Christopher Allford
4d0cde4b4b
Lock File Update
2023-12-09 15:35:55 -08:00
Christopher Allford
d244662669
Synchronized Dependencies
2023-12-09 14:40:16 -08:00
Christopher Allford
fa011a431b
Removed Unnecessary `run` From `pnpm`
2023-12-09 14:36:22 -08:00
Christopher Allford
1e4d55b36a
Updated Documentation
2023-12-09 14:30:29 -08:00
Christopher Allford
b0d896c3e3
Refactored Monorepo Setup Action
...
This makes some adjustments for consistency in style as well as making
improvements to usability and performance. It also updates all of the
pinned hashes to pull in any fixes that have been made.
2023-12-09 14:28:37 -08:00
Christopher Allford
fb6424e6f2
Applied Consistent Outputs
2023-12-09 14:26:36 -08:00
Christopher Allford
e1fb89ba7f
Fixed Test Command
2023-12-09 14:26:36 -08:00
Christopher Allford
d015950e86
Wireit Dependencies Set
2023-12-09 14:24:51 -08:00
Christopher Allford
3d79d5f204
Removed Turbo References
2023-12-09 14:22:04 -08:00
Christopher Allford
e729417335
Revised Test Command
...
We will never run all tests concurrently so this is better.
2023-12-09 14:14:47 -08:00
Christopher Allford
40852f2fb6
Fixed Test Commands
2023-12-09 14:13:32 -08:00
Christopher Allford
eca3d9754c
Add Wireit: Remaining Packages
2023-12-09 14:09:14 -08:00
Christopher Allford
97b5cc48fd
Add Wireit: Lots of packages!
2023-12-09 14:05:39 -08:00
Christopher Allford
ea67b99607
Sorted Package Files
2023-12-09 13:40:51 -08:00
Christopher Allford
ab209bff91
Reverted Wireit Package Changes
...
We're going to use an automatic script to make these changes.
2023-12-09 13:40:46 -08:00
Christopher Allford
429e896087
Fixed Invalid TSConfig Files
2023-12-09 13:38:55 -08:00
Christopher Allford
e73d0a48ac
Changed `build:project:js` To `build:project:esm`
2023-12-09 13:37:39 -08:00
Christopher Allford
6a7e884baf
Added Wireit: @woocommerce/admin-layout
2023-12-09 13:37:37 -08:00
Christopher Allford
b816fa7be8
Added Wireit: @woocommerce/admin-e2e-tests
2023-12-09 13:24:56 -08:00
Christopher Allford
df32d8e967
Added `wireit` Dependency
...
We're adding this to _every_ package since they have their own
configuration and scripts to run. This also keeps them
isolated so that they can operate independently.
2023-12-09 13:11:15 -08:00
Christopher Allford
c936b5339e
Removed Unnecessary `.gitignore` Files
2023-12-09 13:01:12 -08:00
Christopher Allford
5bbb9edc6d
Renamed WooCommerce Plugin Package
...
In order to prevent supply-chain attacks we have renamed
the package. The new name is `@woocommerce/plugin-woocommerce`.
2023-12-09 12:59:24 -08:00
Christopher Allford
6c8207541a
Resolved Type Errors
2023-12-09 12:08:16 -08:00
Christopher Allford
b26488c8bb
Builds Now Functional
2023-12-09 08:15:27 -08:00
Christopher Allford
fbb38a973a
Fixed Product Editor Type Errors
2023-12-09 07:54:20 -08:00
Christopher Allford
bc65f9687b
Updated Syncpack Dependencies
2023-12-09 07:16:39 -08:00
Christopher Allford
3a88cc739a
Updated Dependencies
2023-12-09 07:12:20 -08:00
Christopher Allford
91f027d5bd
Fixed `@woocommerce/ai` Build
...
It was missing some webpack plugins.
2023-12-09 05:20:50 -08:00
Nathan Silveira
a91683b9bf
Prepare for @woocommerce/create-product-editor-block release 1.2.0 ( #41951 )
...
* Add changelog for 1.2.0
* Add additional changelog
2023-12-08 10:11:51 -03:00
Damián Suárez
4508f8764c
fix tests
2023-12-07 20:22:49 -03:00
Damián Suárez
1cc78c7ce1
changelog
2023-12-07 19:35:06 -03:00
Damián Suárez
d602d928e5
allow focusing to description block
2023-12-07 19:35:06 -03:00
Damián Suárez
74e2e166c0
don't allow focusing to Preview component
2023-12-07 19:35:06 -03:00
Damián Suárez
69914eea34
set initial blocks from the store
2023-12-07 19:35:06 -03:00
Damián Suárez
c296776121
parse and set iframe blocks when clicking on toolbar button
2023-12-07 19:35:06 -03:00
Damián Suárez
52c95d242c
fix checking description is defined
2023-12-07 19:35:06 -03:00
Damián Suárez
b7aeaecb3b
load description styles
2023-12-07 19:35:06 -03:00
Damián Suárez
b24ddef6c0
tweak description preview
2023-12-07 19:35:06 -03:00
Damián Suárez
d336a1c508
show full editor toolbar button when blocks
2023-12-07 19:35:05 -03:00
Damián Suárez
beca44c12b
react -> extract full editor toolbar button cpm
2023-12-07 19:35:05 -03:00
Damián Suárez
f573a0a4b4
use kebab-case to file names
2023-12-07 19:35:05 -03:00
Damián Suárez
25626b8df0
fix TS issues
2023-12-07 19:35:05 -03:00
Damián Suárez
ba52220f39
introduce _templateBlockId attr to Product block
2023-12-07 19:35:05 -03:00
Damián Suárez
23c8d67821
remove Add/Update button
2023-12-07 19:35:05 -03:00
Damián Suárez
b3c606d249
extend Description block with toolbar button
2023-12-07 19:35:05 -03:00
Damián Suárez
100263a64b
introduce wooBlockwithFullEditorToolbarButton HOC
2023-12-07 19:35:05 -03:00
Damián Suárez
bcd6669721
add hooks dependency
2023-12-07 19:35:05 -03:00
Damián Suárez
5f91f74a93
silent useInnerBlocksProps TS issue
2023-12-07 19:35:05 -03:00
Damián Suárez
5f9c5fc4d6
description block uses inner blocks
2023-12-07 19:35:05 -03:00
Nathan Silveira
7d8bb9be3f
Add @woocommerce/product-editor as an npm devDependency to create-product-editor-block ( #41886 )
...
* Add legacy-peer-deps flag
* Add @woocommerce/product-editor as an npm devDependency
* Use wooBlockProps hook
2023-12-07 16:12:18 -03:00
Maikel David Pérez Gómez
37c965735d
Create section description block ( #41929 )
...
* Create section description block
* Add changelog files
* Change section description block to receive its content from the attributes instead of innerBlocks
2023-12-07 14:11:23 -05:00
Fernando Marichal
defa590f32
Show feedback bar only once ( #41787 )
...
* Show feedback bar only once
* Add changelog
* Add isFeedbackBarHidden
* rename showFeedbackBarOnce
---------
Co-authored-by: Fernando Marichal <fernandomarichal@fernandos-mbp.lan>
2023-12-07 12:40:12 -03:00
Damián Suárez
e494d53aee
introduce showBackButton prop
2023-12-06 17:38:47 -03:00
Damián Suárez
035280b426
do not sub registry for the Product Editor
2023-12-06 17:38:10 -03:00
Damián Suárez
f58405f1a3
dispatching action to close from modal cmp
2023-12-06 17:38:10 -03:00
Damián Suárez
39778dadf4
fix prettier issue
2023-12-06 17:38:10 -03:00
Damián Suárez
3f39802848
minor doc comment
2023-12-06 17:38:10 -03:00
Damián Suárez
42a9ed7087
remove useSubRegistry prop
2023-12-06 17:38:10 -03:00
Damián Suárez
26f44671a2
do not memoize parsed blocks
2023-12-06 17:38:10 -03:00
Damián Suárez
adefe04c84
set the Modal editor content when clicking
2023-12-06 17:38:10 -03:00
Damián Suárez
c9a4a1aab7
add a line break (minor)
2023-12-06 17:38:10 -03:00
Damián Suárez
7bd4c1b8cb
rename store actions, consts, etc
2023-12-06 17:38:10 -03:00
Damián Suárez
be31dd7ae1
handler parsing blocks and redering the preview
2023-12-06 17:38:09 -03:00
Damián Suárez
05e2eeb958
set should update blocks when onSave()
2023-12-06 17:38:09 -03:00
Damián Suárez
137d23b6fd
register when modal editor blocks change
2023-12-06 17:38:09 -03:00
Damián Suárez
d0d744627d
decouple Modal and Product editor
2023-12-06 17:38:09 -03:00
Damián Suárez
c3b6b61f82
set modal editor blocks with empty array when not defined
2023-12-06 17:38:09 -03:00
Damián Suárez
6962e6c0aa
changelog
2023-12-06 17:38:09 -03:00
Damián Suárez
b60d723982
move the Modal editor out of the block instance
2023-12-06 17:38:09 -03:00
Damián Suárez
388c980cf5
onChange and onClose are optional
2023-12-06 17:38:09 -03:00
Damián Suárez
5003dff2db
store iFrame blocks in the store instead on the local state
2023-12-06 17:38:09 -03:00
Damián Suárez
2c1ff8a66e
store modal editor blocks in the woo state
2023-12-06 17:38:09 -03:00
Christopher Allford
8c6b414fe0
Revert "Refactoring Task Infrastructure" ( #41928 )
...
Revert "Refactored Task Infrastructure (#41202 )"
This reverts commit 96a973b9fa
.
2023-12-06 11:36:12 -08:00
Christopher Allford
96a973b9fa
Refactored Task Infrastructure ( #41202 )
...
* Fixed NPM packages with invalid names.
* Renamed plugin packages.
* Standardized package NPM scripts.
* Replaced Turborepo with Wireit.
2023-12-06 09:32:32 -08:00
Christopher Allford
88969742f2
Regenerate PNPM Lock File & Fix Errors ( #41830 )
2023-12-05 00:36:30 -08:00
Damián Suárez
fda0cd13d5
Merge branch 'trunk' into fix/wrdpressscripts
2023-12-04 20:16:14 -03:00
Damián Suárez
6c5cb1ed2b
rename store folder
2023-12-04 16:51:54 -03:00
Nathan Schneider
1e3b7425dc
Remove unused @wordpress/scripts dependency
2023-12-04 16:17:28 -03:00
Damián Suárez
dfa1adaf44
changelog
2023-12-04 14:43:29 -03:00
Damián Suárez
7a1cb7619e
handle Modal editor via store
2023-12-04 14:43:29 -03:00
Damián Suárez
a22331f3db
import, export and register the store
2023-12-04 13:25:52 -03:00
Damián Suárez
3b6e70ace0
introduce Product Editor store
2023-12-04 13:25:52 -03:00
Fernando Marichal
0a6ca9e7db
Add max width to tooltip ( #41797 )
...
* Add max-width to tooltip
* Add changelog
2023-12-04 10:22:10 -03:00
Damián Suárez
1da600718b
handle attrs at component edit level
2023-12-01 11:44:30 -03:00
Damián Suárez
0c2e79dfe4
set label at block def level
2023-12-01 09:51:22 -03:00
Damián Suárez
a376da9316
changelog
2023-12-01 09:38:30 -03:00
Damián Suárez
8cf5424c5e
summary block: tweak name, and attrs handling
2023-12-01 09:14:11 -03:00
Christopher Allford
c6b74ddafa
Revert "Resolve PNPM Lock File Errors" ( #41828 )
...
Revert "Resolve PNPM Lock File Errors (#41800 )"
This reverts commit 2550558a13
.
2023-11-30 14:55:35 -08:00
Christopher Allford
2550558a13
Resolve PNPM Lock File Errors ( #41800 )
...
This makes the lock file constraints more specific to prevent the
backward incompatible types from WordPress types using the caret
constraint.
2023-11-30 09:33:34 -08:00
Damián Suárez
ac18ae7db4
Merge branch 'trunk' into update/rename-edit-fn-names
2023-11-30 08:15:26 -03:00
Damián Suárez
5ecedbd1ca
fix importing Tab block in tests
2023-11-30 08:15:06 -03:00
Damián Suárez
f36ce5b3f1
[Product Block Editor]: fix Input control issue in Manage download limit form ( #41796 )
...
* do not destructure number input props
* changelog
2023-11-29 17:18:48 -04:00
Maikel David Pérez Gómez
f24af0e197
[Grouped products] Add ordering support to the product list ( #41709 )
...
* When the user clicks the search field, we immediately display the list of all existing products. It is sorted alphabetically. Clicking an item closes the search and adds the product to the list.
* Fix linter errors
* Create useDraggable hook
* Add dragging to sort products in the modal
* Fix product row padding
* Improve product petching
* Add changelog file
2023-11-29 16:05:16 -05:00
Lourens Schep
423d5a86fa
Fix spelling mistake and lint issue
2023-11-29 15:13:43 -04:00
Lourens Schep
476374049c
Add changelog
2023-11-29 14:45:49 -04:00
Lourens Schep
bffd013afe
Update parseNumber to handle empty string seperators
2023-11-29 14:45:03 -04:00
louwie17
03cac8bf89
Add rimraf to admin-layout package ( #41784 )
...
* Add rimraf to admin-layout package
* Add changelog
2023-11-29 14:00:23 -04:00
Fernando Marichal
e684ae348b
Add empty state when no attributes ( #41679 )
...
* Add empty state for attributes
* Add styles
* Remove comment
* Add changelog
* Remove downshift
# Conflicts:
# pnpm-lock.yaml
* move changelog
* Remove another comment
* Create MenuAttributeList component
* Refactor renderMenuItems
* Replace div with Fragment
2023-11-29 11:10:37 -03:00
Maikel David Pérez Gómez
92eac565e5
[Grouped products] Product list ( #41653 )
...
* When the user selects a grouped product type, we show an additional Products in this group section in the General tab.
* When the user selects a grouped product type, we hide the Pricing and Shipping tabs.
* When empty, the grouped products card has an empty state with an illustration
* When the user clicks Add products, we show a modal
* When the user clicks the search field, we immediately display the list of all existing products. It is sorted alphabetically. Clicking an item closes the search and adds the product to the list.
* Add remove button to the product list
* When the user clicks Add, we close the modal and display the list of added products in the product form
* Clicking the product name will open it in the editing view in a new tab
* Clicking the arrow button will open the product's page in a new tab
* Prevent adding already added products
* If the name or SKU extends beyond this width, we truncate the text
* Add changelog files
* Fix linter errors
2023-11-28 22:21:17 -03:00
louwie17
882527fe05
Prep both admin-layout and product editor ( #41764 )
2023-11-28 16:23:08 -04:00
Fernando Marichal
0482be94cc
Remove downloads list fixed height ( #41744 )
...
* Remove fixed height in downloads list
* Add changelog
2023-11-28 10:05:22 -05:00
Damián Suárez
2cdf4971f3
Merge branch 'trunk' into update/rename-edit-fn-names
2023-11-28 11:35:12 -03:00
Damián Suárez
cf9f629c1f
[Product Block Editor]: remove unused block attributes ( #41674 )
2023-11-28 11:32:47 -03:00
Damián Suárez
12b9c4d8bc
TabBlockEdit
2023-11-28 09:42:54 -03:00
Damián Suárez
30a3869cfe
changelog
2023-11-28 09:42:54 -03:00
Damián Suárez
e9fa11d062
rename edit fn of the Descrption block
2023-11-28 09:42:54 -03:00
Damián Suárez
1ad4cac81c
rename edit fn of Tab block
2023-11-28 09:42:54 -03:00
Damián Suárez
db3496d268
change function name of section block edit
2023-11-28 09:42:54 -03:00
github-actions[bot]
7ccbd6fd0e
Prepare Packages for Release ( #41657 )
...
Automated change: Prep @woocommerce/csv-export for release.
Co-authored-by: anu-rock <anu-rock@users.noreply.github.com>
Co-authored-by: Anurag Bhandari <anurag@automattic.com>
2023-11-28 20:47:14 +13:00
louwie17
2088e3d99a
Package release prep - product editor ( #41720 )
...
Package release prep
2023-11-27 17:34:19 -04:00
louwie17
68e0a6404a
Remove invaild react-hooks dev dependency ( #41712 )
...
* Remove invaild react-hooks dev dependency
* Add changelog
2023-11-27 16:14:47 -04:00
louwie17
2b60fd5e83
Prepare block templates package for release ( #41707 )
2023-11-27 14:09:54 -04:00
Damián Suárez
7254836adf
changelog
2023-11-27 14:18:46 -03:00
Damián Suárez
d453188ae4
remove...
2023-11-27 14:17:59 -03:00
Damián Suárez
5e35d42fed
remove unused templateLock block attrs
2023-11-27 14:17:59 -03:00
louwie17
8397478c61
Package release preperation for product-editor package ( #41706 )
2023-11-27 11:45:43 -04:00
louwie17
d7a67783a4
Release/package expression evaluation ( #41708 )
...
* Automated change: Prep @woocommerce/expression-evaluation --initial-release for release.
* Update pnpm-lock.yaml
Revert pnpm-lock changes
* Add gitkeep to changelog directory
---------
Co-authored-by: louwie17 <louwie17@users.noreply.github.com>
2023-11-27 11:45:13 -04:00
Maikel David Pérez Gómez
3d6c2b637e
Improved variations table header ( #41550 )
...
* Add header row to the variations table and fix a11y table issues
* Fix TableRowSkeleton styles
* Add changelog files
* Fix compilation errors
* Fix linter errors
* Fix unit tests
* Fix downloads table
2023-11-24 12:54:45 -05:00
Fernando Marichal
4a0db06321
Modify notice for legacy local attributes ( #41646 )
...
* Modify notice for legacy local attributes
* Rename variable
* Add changelogs
* Rename local_attributes_notice_dismissed_ids
2023-11-23 12:00:17 -03:00
Maikel David Pérez Gómez
5a513cc9a6
We won’t append a unique string to the filename if the settings are configured to do so ( #41621 )
...
* Create media library component
* Use media library component instead of the MediaUpload from the @wordpress/media-utils
* Remove UploadFilesMenuItemm from the DownloadsMenu until we solve the insecure file upload using the wp/v2/media endpoint
* Remove the @woocommerce/components/MediaUploader from downloads block until we solve the insecure file upload using the wp/v2/media endpoint
* Remove the FormFileUpload from EditDownloadsModal until we solve the insecure file upload using the wp/v2/media endpoint
* Add changelog file
2023-11-22 09:53:34 -05:00
Damián Suárez
8f5f3bbf87
[Product blocks editor]: Add help text to Shipping toggle ( #41590 )
2023-11-21 18:41:39 -03:00
Matt Sherman
6944345371
expression-evaluation: Support key/value pair object arrays (like product meta data) ( #41594 )
...
* Test key/value pair arrays in expressions
* Support key/value pair arrays in expressions
* Changelog
2023-11-21 16:39:57 -04:00
Damián Suárez
8337f67683
Merge branch 'trunk' into update/product-editor-add-variation-pickup-help
2023-11-21 16:05:20 -03:00
Damián Suárez
cb539c787f
[Product Blocks editor]: set max width for the description general field ( #41555 )
2023-11-21 16:03:30 -03:00
Damián Suárez
96e79fca39
remove commented line
2023-11-21 15:17:07 -03:00
Fernando Marichal
bed99d0705
Add error state to variation list ( #41525 )
...
* Refactor table-empty-state component
* Add error image
* Add error handling in product-variation-helper
* Add error handling to use-variations
* Add rename
* Fix link
* Fix error cleaning
* Add changelog
* Add generateProductVariationsError selector
* Clean error on success
* Use generateProductVariationsError instead of catch
* Add changelog
2023-11-21 13:37:43 -03:00
Damián Suárez
f53715e91a
address width of fieldset overflow issue
2023-11-21 13:22:08 -03:00
Damián Suárez
fa71ae7f92
Merge branch 'trunk' into update/product-editor-tweak-summary-field
2023-11-21 12:02:43 -03:00
Damián Suárez
a3336d62f8
introduce checkedHelp and uncheckedHelp attributes
2023-11-21 09:04:20 -03:00
Damián Suárez
56f59ff969
hide help when it's disabled
2023-11-21 09:04:20 -03:00
Damián Suárez
4ffc4eda55
changelog
2023-11-21 09:04:20 -03:00
Damián Suárez
69e2900e26
render help component when defined
2023-11-21 09:04:20 -03:00
Damián Suárez
b3da1853d4
add help attr to toggle component
2023-11-21 09:04:20 -03:00
Leif Singer
39a1164d98
Update / tweak a few more links in docs and comments ( #41598 )
2023-11-21 12:38:09 +01:00
RJ
7d465c406a
dev: edited package.json lint scripts to output to console ( #41498 )
...
* edited package.jsons to output to console
* Add changefile(s) from automation for the following project(s): @woocommerce/tracks, @woocommerce/product-editor, @woocommerce/onboarding, @woocommerce/number, @woocommerce/navigation, @woocommerce/integrate-plugin, @woocommerce/expression-evaluation, @woocommerce/explat, @woocommerce/experimental, @woocommerce/dependency-extraction-webpack-plugin, @woocommerce/date, @woocommerce/data, @woocommerce/customer-effort-score, @woocommerce/currency, @woocommerce/csv-export, @woocommerce/components, @woocommerce/block-templates, @woocommerce/api, @woocommerce/ai, @woocommerce/admin-layout, @woocommerce/admin-e2e-tests
* empty commit to trigger CI
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-11-21 11:16:08 +08:00
Paul Sealock
b7ba45d419
Tree Select Control: Allow parents to be searchable ( #41559 )
2023-11-21 14:25:46 +13:00
Nathan Silveira
5bba23ddb1
Fix currency breaking lines when 2 or more characters ( #41548 )
...
* Fix currency breaking lines when 2 or more characters
* Add missing changelog
2023-11-20 11:50:20 -03:00
Damián Suárez
f6725545c2
changelog
2023-11-20 10:07:22 -03:00
Damián Suárez
c1eefcf145
set max width to the summary block
2023-11-20 09:33:37 -03:00
Damián Suárez
f89828c797
Merge branch 'trunk' into update/hanle-update-button
2023-11-20 08:30:05 -03:00
Paul Sealock
fda2c15c76
Tree Select Control: Handle accents ( #41495 )
2023-11-18 11:05:21 +13:00
louwie17
65692011a9
Update/41463 update botton description ( #41552 )
...
* Update insert from url info text
* Add changelog
2023-11-17 16:05:12 -05:00
Damián Suárez
a75fa7a6af
populate aria-disable instead of disabled prop
2023-11-17 16:29:22 -03:00
Damián Suárez
77598a0e3f
Merge branch 'trunk' into update/hanle-update-button
2023-11-17 16:20:05 -03:00
Maikel David Pérez Gómez
d269401959
[Individual Variant] Manage limits for downloads in a single variant are not working ( #41508 )
...
* Fix manage limits for downloads in a single variant are not working
* Fix invalid download id when saving after editing one download file
* Add changelog file
2023-11-17 13:30:18 -05:00
Nathan Silveira
6f6b5f5b4a
Fix typo in ts-ignore comment ( #41517 )
2023-11-17 14:57:31 -03:00
Matt Sherman
fd65b3036e
Doc: Update generic blocks readme ( #41545 )
...
* Update generic blocks README
* Changelog
* Remove links to section and tab readmes, since they don't exist yet.
2023-11-17 13:49:03 -04:00
nigeljamesstevenson
00e1a29194
dev/fix no use before define lint violations ( #41452 )
2023-11-17 12:05:18 +00:00
Paul Sealock
3c703d3718
Tree Select Control: Use enter button for selection ( #41480 )
...
* enable enter to select
* Add changefile(s) from automation for the following project(s): @woocommerce/components
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-11-17 10:07:01 +13:00
Maikel David Pérez Gómez
ed0d38c44b
[External products] Product details ( #41442 )
...
* Add buy button section
* Enable external product support into the product block editor
* Hide buy button section when product type is not external
* Remove BaseControl from TextControl since it's not required anymore, InputControl takes care of that now
* Add type and suffix support to the product-text-field block
* Add the placeholder to the external url input and remove required constraint to the buy button text
* Set the url icon link type to external
* Fix input border to be red when invalida now that base control is not present twice
* Set the min height to 36px to match others non InputControls components height
* Extends required constrain to also support a custom error message
* Extends the product-text-field validation system
* Add product-text-field documentation
* Add changelog files
* Fix php linter error
* Fix compilation error
* Fix linter errors
2023-11-16 14:11:44 -05:00
Nathan Silveira
9b1e5de687
Remove unnecessary focus on block divs in product editor ( #41436 )
...
* Add tabIndex -1 to useWooBlockProps
* Add changelog
* Fix property name in test
* Fix test
* Update changelog
* Add ts explanation
* Fix typo
2023-11-16 15:31:14 -03:00
Fernando Marichal
b64416597b
[Individual variation] Fix empty state illustration visibility ( #41337 )
...
* Fix empty state illustration visibility
* Add changelog
2023-11-16 11:10:29 -05:00
Maikel David Pérez Gómez
1065762104
Display an alert icon for variations that contains "any" values ( #41433 )
...
* Move variations table row to its own component
* Add alert icon to the left of the variation row
* Render a tag when the variation option is not present in the product variable attributes
* Only shows the tooltip when the variation option is not present in the product variable attributes
* Add changelog file
* Fix linter errors
2023-11-16 10:45:50 -05:00
Fernando Marichal
4e383b647b
Show one help text when user clicks help button ( #41435 )
...
* Fix styles
* Add className to Tooltip component
* Add prop in edit-attribute-modal
* Add changelogs
* Add tooltip class to section
2023-11-16 11:59:25 -03:00
rjchow
e062db64c9
deleted duplicate changelog
2023-11-16 21:01:09 +08:00
github-actions
3d606e2eb8
Add changefile(s) from automation for the following project(s): @woocommerce/api, woocommerce
2023-11-16 11:28:16 +00:00
rjchow
69f1b43160
Fix no-use-before-define lint rule violation
2023-11-16 19:26:24 +08:00
github-actions
420d219c2c
Add changefile(s) from automation for the following project(s): @woocommerce/eslint-plugin, @woocommerce/components, @woocommerce/api, woocommerce
2023-11-16 19:21:30 +08:00
rjchow
5d99b267bf
fix: fixed all instances of no-use-before-define lint rule violations
2023-11-16 19:21:30 +08:00
RJ
b61b86545a
fix: fixed all instances of translator lint rule violations ( #41450 )
...
* fix: fixed all instances of translator lint rule violations
* Add changefile(s) from automation for the following project(s): @woocommerce/eslint-plugin, @woocommerce/components, woocommerce
* fix i18n lint violations in @woo/components
* fix all i18n lint rule violations in @woo/product-editor
* Add changefile(s) from automation for the following project(s): @woocommerce/product-editor, @woocommerce/eslint-plugin, @woocommerce/components, woocommerce
* empty commit to trigger CI
---------
Co-authored-by: github-actions <github-actions@github.com>
2023-11-16 19:15:11 +08:00
Maikel David Pérez Gómez
c416b57a94
The variations table should match the height of number of rows selected ( #41140 )
...
* Remove fixed height to the variations table and add per row skeletong when loading
* Add changelog file
* Add last variations instead of the current per page var given that there it is not accessible anymore
2023-11-15 14:42:48 -04:00
Damián Suárez
d96b3327bf
changelog
2023-11-15 12:31:59 -03:00
Damián Suárez
39b4ea86ab
check and pass `disabled` option
2023-11-15 12:31:59 -03:00
Damián Suárez
f5f88bc9cf
move changelog file
2023-11-15 12:31:26 -03:00
Damián Suárez
3846e58642
move chnagelog file to the proper folder
2023-11-15 12:31:25 -03:00
Damián Suárez
ea6ed050de
move changelog file to components/ folder
2023-11-15 12:31:25 -03:00
Damián Suárez
abebfffe53
changelog
2023-11-15 12:31:25 -03:00
Damián Suárez
682da9fca3
don't allow to select paginator text
2023-11-15 12:31:25 -03:00
Damián Suárez
803e583342
create a paginationLabel const
2023-11-15 12:31:25 -03:00
Ahmed
23df9a59e9
Use ' instead of backspace for escaping in csv export ( #41163 )
...
* Use ' instead of backspace for escaping
* Update tests
* Update dead link
* Update test case title
* Add changelog
* Fix typo in changelog
* Escape tab and carriage return chars too
---------
Co-authored-by: Anurag Bhandari <anurag@automattic.com>
2023-11-15 10:29:55 +01:00
Matt Sherman
7b2767aa57
Template API: Only generate templates on WCA routes ( #41410 )
2023-11-14 15:47:20 -05:00
Matt Sherman
489322d084
Always set templateLock to all
2023-11-14 15:14:57 -05:00