Prepare @woocommerce/product-editor for release 1.5 (#46543)
This commit is contained in:
parent
1fee0439d3
commit
5e3d372e5f
|
@ -2,12 +2,71 @@
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.5.0](https://www.npmjs.com/package/@woocommerce/product-editor/v/1.5.0) - 2024-04-12
|
||||||
|
|
||||||
|
- Patch - Always use productTemplateId when available and use editedRecord in useEntityRecord hooks [#46395]
|
||||||
|
- Patch - BlockEditor loads global settings itself instead of having them passed in. Handles case where global is set after initial render. [#45490]
|
||||||
|
- Minor - Change Tracks event name for Quick variations menu action #45889 [#45889]
|
||||||
|
- Minor - Close prepublish panel before creating new product #45397 [#45397]
|
||||||
|
- Minor - Enable publish button when product status is draft #45812 [#45812]
|
||||||
|
- Minor - Fix double scroll bar in pre-publish panel #45671 [#45671]
|
||||||
|
- Minor - Fix publish dropdown visibility in new product after hiding pre-publish modal #45682 [#45682]
|
||||||
|
- Minor - Fix section title styles in the pre-publish panel on WP 6.5 #45689 [#45689]
|
||||||
|
- Patch - Fix word break inside columns in product editor [#45687]
|
||||||
|
- Patch - Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal [#45679]
|
||||||
|
- Patch - Product Editor: "Upload files" quick update menu for variations does not crash variations list. [#45748]
|
||||||
|
- Patch - Product Editor: Fix accessibility of woocommerce/product-text-area-field label. [#45968]
|
||||||
|
- Patch - Product Editor: Fixes issue where saves would fail when certain extensions were installed. [#45958]
|
||||||
|
- Patch - Product Editor: Prevent description full editor usage if a version of Gutenberg plugin is installed that causes crashes. [#45650]
|
||||||
|
- Patch - Product Editor: Show correct Publish/Schedule button label. [#45848]
|
||||||
|
- Patch - Product Editor: Workaround a Gutenberg bug that resulted in a crash when clicking in the margin of the editor when the summary or description fields were focused, by reverting the changes that were made in #44166. [#45608]
|
||||||
|
- Patch - Redirect to the edit product page after changing the product type and publishing it [#46092]
|
||||||
|
- Patch - Remove editable outline for blocks in the product editor. [#45366]
|
||||||
|
- Minor - Remove Subsection actions and fix use of SectionActions for both section and subsection. [#44816]
|
||||||
|
- Minor - Remove the "Always show pre-publish checks" from pre-publish panel #45672 [#45672]
|
||||||
|
- Patch - Replace the Draft tag with a Scheduled tag in the product header [#45685]
|
||||||
|
- Minor - Set product status after publishing #45436 [#45436]
|
||||||
|
- Patch - [Product Block Editor]: do not include current product in the suggested products list [#44815]
|
||||||
|
- Minor - Add Always show pre-publish checks checkbox #44595 [#44595]
|
||||||
|
- Minor - Add an image to multiple variations using Quick updates #45774 [#45774]
|
||||||
|
- Minor - Add Custom Fields for New Product Editor [#45484]
|
||||||
|
- Minor - Add menu item to publish button to schedule product updates [#44783]
|
||||||
|
- Minor - Add menu item to publish button with 'Move to trash' [#44940]
|
||||||
|
- Minor - Add message after publishing a product to pre-publish panel #44864 [#44864]
|
||||||
|
- Minor - Allow using woocommerce icons for product details section description and add gift icon [#45348]
|
||||||
|
- Minor - Apply filter to get meta_data to generate variations [#45953]
|
||||||
|
- Minor - Create woocommerce/product-custom-fields-toggle-field block [#45291]
|
||||||
|
- Minor - Create woocommerce/product-custom-fields block [#45360]
|
||||||
|
- Minor - Create woocommerce/product-select-field block [#45531]
|
||||||
|
- Minor - Disable the fields that are not required in variable products because they are set in each variation [#45838]
|
||||||
|
- Minor - Edit Custom Fields for New Product Editor [#45396]
|
||||||
|
- Minor - Product Editor: Add loading state functionality to Schedule Product modal [#45645]
|
||||||
|
- Minor - Product Editor: Add support for tooltip attribute for woocommerce/product-select-field block [#46447]
|
||||||
|
- Minor - Remove Custom Fields for New Product Editor [#45493]
|
||||||
|
- Minor - Use isSelectableByUser product template attribute to show/hide product templates in the list [#46394]
|
||||||
|
- Patch - [Product Block Editor]: disable TextArea RichText instance according to `disabled` attribute value [#46089]
|
||||||
|
- Patch - [Product Block Editor]: document woocommerce/product-text-area-field field block [#45513]
|
||||||
|
- Patch - [Product Block Editor]: introduce `woocommerce/entity-product` binding source handler [#45616]
|
||||||
|
- Minor - Match template based on different attributes besides product types [#45454]
|
||||||
|
- Patch - Product Block Editor: expose __experimentalSectionActions component [#46515]
|
||||||
|
- Minor - Set product editor blocks multiple support to true. [#45283]
|
||||||
|
- Patch - Update Woo.com references to WooCommerce.com. [#46259]
|
||||||
|
- Patch - [Product Block Editor]: update Name field block name [#45657]
|
||||||
|
- Minor - Add menu item to Publish button with copy to draft #46294 [#46294]
|
||||||
|
- Minor - Change hidden tag behavior #45766 [#45766]
|
||||||
|
- Minor - Exports handlePrompt from @woocommerce/product-editor for use by extensions expanding the variation quick update menu. Also introduces handleConfirm and exposes it also [#44226]
|
||||||
|
- Patch - Improve webpack cache-busting version parameter by using file contents hash [#44838]
|
||||||
|
- Minor - Modify product header #44711 [#44711]
|
||||||
|
- Minor - Update Attributes tooltip copy #45485 [#45485]
|
||||||
|
- Minor - Update copy of inventory management fields #45801 [#45801]
|
||||||
|
- Minor - [Linked products] - Change number of 'choose products for me' to 4 #46094 [#46094]
|
||||||
|
|
||||||
## [1.4.0](https://www.npmjs.com/package/@woocommerce/product-editor/v/1.4.0) - 2024-02-20
|
## [1.4.0](https://www.npmjs.com/package/@woocommerce/product-editor/v/1.4.0) - 2024-02-20
|
||||||
|
|
||||||
- Patch - Add empty state when filtering variations by attribute terms and the response is empty [#44505]
|
- Patch - Add empty state when filtering variations by attribute terms and the response is empty [#44505]
|
||||||
- Minor - Fix pre-publish modal styles #44562 [#44562]
|
|
||||||
- Patch - Fix toggle visibility on bach update variations [#44508]
|
- Patch - Fix toggle visibility on bach update variations [#44508]
|
||||||
- Patch - Product Editor loading state now shows until form is displayed. No more blank flash of white. [#43840]
|
- Patch - Product Editor loading state now shows until form is displayed. No more blank flash of white. [#43840]
|
||||||
|
- Minor - Fix pre-publish modal styles #44562 [#44562]
|
||||||
- Minor - Add the collapsible Schedule section [#44563]
|
- Minor - Add the collapsible Schedule section [#44563]
|
||||||
- Minor - Add visibility section to pre-publish panel #44434 [#44434]
|
- Minor - Add visibility section to pre-publish panel #44434 [#44434]
|
||||||
- Minor - Export Notice component in package [#44812]
|
- Minor - Export Notice component in package [#44812]
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Improve webpack cache-busting version parameter by using file contents hash
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: dev
|
|
||||||
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add menu item to publish button to schedule product updates
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add an image to multiple variations using Quick updates #45774
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add menu item to publish button with 'Move to trash'
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Create woocommerce/product-select-field block
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add Always show pre-publish checks checkbox #44595
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Create woocommerce/product-custom-fields-toggle-field block
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add Custom Fields for New Product Editor
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Edit Custom Fields for New Product Editor
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Create woocommerce/product-custom-fields block
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Remove Custom Fields for New Product Editor
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Add message after publishing a product to pre-publish panel #44864
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Disable the fields that are not required in variable products because they are set in each variation
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Apply filter to get meta_data to generate variations
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Product Editor: Add support for tooltip attribute for woocommerce/product-select-field block
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Use isSelectableByUser product template attribute to show/hide product templates in the list
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Allow using woocommerce icons for product details section description and add gift icon
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Update copy of inventory management fields #45801
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Update Attributes tooltip copy #45485
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Add menu item to Publish button with copy to draft #46294
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
[Linked products] - Change number of 'choose products for me' to 4 #46094
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Modify product header #44711
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Change hidden tag behavior #45766
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
Product Editor: Add loading state functionality to Schedule Product modal
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Change Tracks event name for Quick variations menu action #45889
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Enable publish button when product status is draft #45812
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Remove Subsection actions and fix use of SectionActions for both section and subsection.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Close prepublish panel before creating new product #45397
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Set product status after publishing #45436
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Fix publish dropdown visibility in new product after hiding pre-publish modal #45682
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Fix section title styles in the pre-publish panel on WP 6.5 #45689
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Replace the Draft tag with a Scheduled tag in the product header
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Remove the "Always show pre-publish checks" from pre-publish panel #45672
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Fix double scroll bar in pre-publish panel #45671
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: Fixes issue where saves would fail when certain extensions were installed.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Fix word break inside columns in product editor
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Set product editor blocks multiple support to true.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: Workaround a Gutenberg bug that resulted in a crash when clicking in the margin of the editor when the summary or description fields were focused, by reverting the changes that were made in #44166.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: Prevent description full editor usage if a version of Gutenberg plugin is installed that causes crashes.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
BlockEditor loads global settings itself instead of having them passed in. Handles case where global is set after initial render.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: Show correct Publish/Schedule button label.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: "Upload files" quick update menu for variations does not crash variations list.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Remove editable outline for blocks in the product editor.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Product Editor: Fix accessibility of woocommerce/product-text-area-field label.
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Always use productTemplateId when available and use editedRecord in useEntityRecord hooks
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
Redirect to the edit product page after changing the product type and publishing it
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: dev
|
|
||||||
|
|
||||||
Exports handlePrompt from @woocommerce/product-editor for use by extensions expanding the variation quick update menu. Also introduces handleConfirm and exposes it also
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
[Product Block Editor]: document woocommerce/product-text-area-field field block
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: fix
|
|
||||||
|
|
||||||
[Product Block Editor]: do not include current product in the suggested products list
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
[Product Block Editor]: introduce `woocommerce/entity-product` binding source handler
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Product Block Editor: expose __experimentalSectionActions component
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
[Product Block Editor]: update Name field block name
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: add
|
|
||||||
|
|
||||||
[Product Block Editor]: disable TextArea RichText instance according to `disabled` attribute value
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Match template based on different attributes besides product types
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: patch
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Update Woo.com references to WooCommerce.com.
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/product-editor",
|
"name": "@woocommerce/product-editor",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"description": "React components for the WooCommerce admin product editor.",
|
"description": "React components for the WooCommerce admin product editor.",
|
||||||
"author": "Automattic",
|
"author": "Automattic",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
|
Loading…
Reference in New Issue