Prepare @woocommerce/product-editor for release 1.5 (#46543)

This commit is contained in:
Nathan Silveira 2024-04-12 12:03:37 -03:00 committed by GitHub
parent 1fee0439d3
commit 5e3d372e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
59 changed files with 61 additions and 230 deletions

View File

@ -2,12 +2,71 @@
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
- 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 - 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 visibility section to pre-publish panel #44434 [#44434]
- Minor - Export Notice component in package [#44812]

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Improve webpack cache-busting version parameter by using file contents hash

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add menu item to publish button to schedule product updates

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add an image to multiple variations using Quick updates #45774

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add menu item to publish button with 'Move to trash'

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Create woocommerce/product-select-field block

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add Always show pre-publish checks checkbox #44595

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Create woocommerce/product-custom-fields-toggle-field block

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add Custom Fields for New Product Editor

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Edit Custom Fields for New Product Editor

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Create woocommerce/product-custom-fields block

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Remove Custom Fields for New Product Editor

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add message after publishing a product to pre-publish panel #44864

View File

@ -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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Apply filter to get meta_data to generate variations

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Product Editor: Add support for tooltip attribute for woocommerce/product-select-field block

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Use isSelectableByUser product template attribute to show/hide product templates in the list

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Allow using woocommerce icons for product details section description and add gift icon

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update copy of inventory management fields #45801

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update Attributes tooltip copy #45485

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Add menu item to Publish button with copy to draft #46294

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
[Linked products] - Change number of 'choose products for me' to 4 #46094

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Modify product header #44711

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Change hidden tag behavior #45766

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Product Editor: Add loading state functionality to Schedule Product modal

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Change Tracks event name for Quick variations menu action #45889

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Enable publish button when product status is draft #45812

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Remove Subsection actions and fix use of SectionActions for both section and subsection.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Close prepublish panel before creating new product #45397

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Set product status after publishing #45436

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Fix publish dropdown visibility in new product after hiding pre-publish modal #45682

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Fix section title styles in the pre-publish panel on WP 6.5 #45689

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Replace the Draft tag with a Scheduled tag in the product header

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Remove the "Always show pre-publish checks" from pre-publish panel #45672

View File

@ -1,4 +0,0 @@
Significance: minor
Type: fix
Fix double scroll bar in pre-publish panel #45671

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Product Editor: Fixes issue where saves would fail when certain extensions were installed.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Fix word break inside columns in product editor

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Set product editor blocks multiple support to true.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Product Editor: Show correct Publish/Schedule button label.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Product Editor: "Upload files" quick update menu for variations does not crash variations list.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Remove editable outline for blocks in the product editor.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Product Editor: Fix accessibility of woocommerce/product-text-area-field label.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Always use productTemplateId when available and use editedRecord in useEntityRecord hooks

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Redirect to the edit product page after changing the product type and publishing it

View File

@ -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

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
[Product Block Editor]: document woocommerce/product-text-area-field field block

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
[Product Block Editor]: do not include current product in the suggested products list

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
[Product Block Editor]: introduce `woocommerce/entity-product` binding source handler

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Product Block Editor: expose __experimentalSectionActions component

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
[Product Block Editor]: update Name field block name

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
[Product Block Editor]: disable TextArea RichText instance according to `disabled` attribute value

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Match template based on different attributes besides product types

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Update Woo.com references to WooCommerce.com.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/product-editor",
"version": "1.4.0",
"version": "1.5.0",
"description": "React components for the WooCommerce admin product editor.",
"author": "Automattic",
"license": "GPL-2.0-or-later",