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