From 5e3d372e5f9fb42c003c71a2858e090d936530d1 Mon Sep 17 00:00:00 2001 From: Nathan Silveira Date: Fri, 12 Apr 2024 12:03:37 -0300 Subject: [PATCH] Prepare @woocommerce/product-editor for release 1.5 (#46543) --- packages/js/product-editor/changelog.md | 61 ++++++++++++++++++- .../changelog/44838-dev-use-content-hash | 4 -- .../changelog/46278-fix-43889-43901-43944 | 4 -- .../js/product-editor/changelog/add-40376 | 4 -- ...dd-42015_allow_upload_image_for_variations | 4 -- .../js/product-editor/changelog/add-43047 | 4 -- .../js/product-editor/changelog/add-43232 | 4 -- .../add-43707_show_prepublish_checks_section | 4 -- .../js/product-editor/changelog/add-44169 | 4 -- .../product-editor/changelog/add-44169-create | 4 -- .../product-editor/changelog/add-44169-edit | 4 -- .../product-editor/changelog/add-44169-list | 4 -- .../product-editor/changelog/add-44169-remove | 4 -- .../add-44474_post_publishing_message | 4 -- .../js/product-editor/changelog/add-44761 | 4 -- .../changelog/add-metadata_variations | 4 -- .../add-product-editor-select-block-tooltip | 4 -- .../add-unselectable-product-templates | 4 -- .../js/product-editor/changelog/add-wooicons | 4 -- ...dev-36777_update_copy_inventory_management | 4 -- .../dev-41786_update_attributes_tooltip_copy | 4 -- .../dev-43062_add_menuitem_to_copy_to_draft | 4 -- ...39_change_number_of_choose_products_for_me | 4 -- .../changelog/dev-44656_create_title_bar | 4 -- .../changelog/dev-45761_hidden_tag_changes | 4 -- ...ature-add-loading-state-to-schedule-button | 4 -- .../fix-41761_tracks_event_name_for_downloads | 4 -- ...fix-44572_enable_publish_button_when_draft | 4 -- .../changelog/fix-44809_downloads_buttons | 4 -- ...8_close_prepublish_panel_before_create_new | 4 -- ...417_set_product_status_after_publishing_it | 4 -- .../fix-45589_publish_dropdown_not_visible | 4 -- .../fix-45590_prepublish_panel_section_title | 4 -- .../js/product-editor/changelog/fix-45665 | 4 -- .../js/product-editor/changelog/fix-45667 | 4 -- ...668_remove_always_show_preprepublish_panel | 4 -- ...x-45669_doulbe_scroll_bar_prepublish_panel | 4 -- .../fix-45957-product-editor-unable-to-save | 4 -- .../changelog/fix-column-word-break | 4 -- .../changelog/fix-multiple_warning_in_blocks | 4 -- ...x-product-editor-crashes-text-area-toolbar | 4 -- ...-description-editor-modal-disable-gb-crash | 4 -- .../fix-product-editor-loading-global | 4 -- ...oduct-editor-publish-schedule-button-label | 4 -- ...x-product-editor-quick-update-upload-files | 4 -- ...fix-product-editor-remove-editable-outline | 4 -- .../fix-product-text-area-field-label-a11y | 4 -- .../fix-template-for-variable-product | 4 -- ...x-wrong-redirect-after-change-product-type | 4 -- .../changelog/product-editor-prompt-exports | 4 -- .../update-add-field-textarea-block-doc | 4 -- .../update-do-not-current-product-form-me | 4 -- ...te-introduce-product-entity-source-handler | 4 -- ...ct-editor-export-section-actions-component | 4 -- ...t-editor-register-metadata-block-attribute | 4 -- ...te-product-editor-text-area-read-only-attr | 4 -- .../changelog/update-template-matching | 4 -- .../update-woo-com-to-woocommerce-com | 4 -- packages/js/product-editor/package.json | 2 +- 59 files changed, 61 insertions(+), 230 deletions(-) delete mode 100644 packages/js/product-editor/changelog/44838-dev-use-content-hash delete mode 100644 packages/js/product-editor/changelog/46278-fix-43889-43901-43944 delete mode 100644 packages/js/product-editor/changelog/add-40376 delete mode 100644 packages/js/product-editor/changelog/add-42015_allow_upload_image_for_variations delete mode 100644 packages/js/product-editor/changelog/add-43047 delete mode 100644 packages/js/product-editor/changelog/add-43232 delete mode 100644 packages/js/product-editor/changelog/add-43707_show_prepublish_checks_section delete mode 100644 packages/js/product-editor/changelog/add-44169 delete mode 100644 packages/js/product-editor/changelog/add-44169-create delete mode 100644 packages/js/product-editor/changelog/add-44169-edit delete mode 100644 packages/js/product-editor/changelog/add-44169-list delete mode 100644 packages/js/product-editor/changelog/add-44169-remove delete mode 100644 packages/js/product-editor/changelog/add-44474_post_publishing_message delete mode 100644 packages/js/product-editor/changelog/add-44761 delete mode 100644 packages/js/product-editor/changelog/add-metadata_variations delete mode 100644 packages/js/product-editor/changelog/add-product-editor-select-block-tooltip delete mode 100644 packages/js/product-editor/changelog/add-unselectable-product-templates delete mode 100644 packages/js/product-editor/changelog/add-wooicons delete mode 100644 packages/js/product-editor/changelog/dev-36777_update_copy_inventory_management delete mode 100644 packages/js/product-editor/changelog/dev-41786_update_attributes_tooltip_copy delete mode 100644 packages/js/product-editor/changelog/dev-43062_add_menuitem_to_copy_to_draft delete mode 100644 packages/js/product-editor/changelog/dev-44239_change_number_of_choose_products_for_me delete mode 100644 packages/js/product-editor/changelog/dev-44656_create_title_bar delete mode 100644 packages/js/product-editor/changelog/dev-45761_hidden_tag_changes delete mode 100644 packages/js/product-editor/changelog/feature-add-loading-state-to-schedule-button delete mode 100644 packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads delete mode 100644 packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft delete mode 100644 packages/js/product-editor/changelog/fix-44809_downloads_buttons delete mode 100644 packages/js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new delete mode 100644 packages/js/product-editor/changelog/fix-45417_set_product_status_after_publishing_it delete mode 100644 packages/js/product-editor/changelog/fix-45589_publish_dropdown_not_visible delete mode 100644 packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title delete mode 100644 packages/js/product-editor/changelog/fix-45665 delete mode 100644 packages/js/product-editor/changelog/fix-45667 delete mode 100644 packages/js/product-editor/changelog/fix-45668_remove_always_show_preprepublish_panel delete mode 100644 packages/js/product-editor/changelog/fix-45669_doulbe_scroll_bar_prepublish_panel delete mode 100644 packages/js/product-editor/changelog/fix-45957-product-editor-unable-to-save delete mode 100644 packages/js/product-editor/changelog/fix-column-word-break delete mode 100644 packages/js/product-editor/changelog/fix-multiple_warning_in_blocks delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-crashes-text-area-toolbar delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-description-editor-modal-disable-gb-crash delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-loading-global delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-publish-schedule-button-label delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-quick-update-upload-files delete mode 100644 packages/js/product-editor/changelog/fix-product-editor-remove-editable-outline delete mode 100644 packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y delete mode 100644 packages/js/product-editor/changelog/fix-template-for-variable-product delete mode 100644 packages/js/product-editor/changelog/fix-wrong-redirect-after-change-product-type delete mode 100644 packages/js/product-editor/changelog/product-editor-prompt-exports delete mode 100644 packages/js/product-editor/changelog/update-add-field-textarea-block-doc delete mode 100644 packages/js/product-editor/changelog/update-do-not-current-product-form-me delete mode 100644 packages/js/product-editor/changelog/update-introduce-product-entity-source-handler delete mode 100644 packages/js/product-editor/changelog/update-product-editor-export-section-actions-component delete mode 100644 packages/js/product-editor/changelog/update-product-editor-register-metadata-block-attribute delete mode 100644 packages/js/product-editor/changelog/update-product-editor-text-area-read-only-attr delete mode 100644 packages/js/product-editor/changelog/update-template-matching delete mode 100644 packages/js/product-editor/changelog/update-woo-com-to-woocommerce-com diff --git a/packages/js/product-editor/changelog.md b/packages/js/product-editor/changelog.md index 23a5a7e2b2e..5d6603d47e6 100644 --- a/packages/js/product-editor/changelog.md +++ b/packages/js/product-editor/changelog.md @@ -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] diff --git a/packages/js/product-editor/changelog/44838-dev-use-content-hash b/packages/js/product-editor/changelog/44838-dev-use-content-hash deleted file mode 100644 index 22534758575..00000000000 --- a/packages/js/product-editor/changelog/44838-dev-use-content-hash +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev - -Improve webpack cache-busting version parameter by using file contents hash \ No newline at end of file diff --git a/packages/js/product-editor/changelog/46278-fix-43889-43901-43944 b/packages/js/product-editor/changelog/46278-fix-43889-43901-43944 deleted file mode 100644 index 021f0de1698..00000000000 --- a/packages/js/product-editor/changelog/46278-fix-43889-43901-43944 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: dev -Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack - diff --git a/packages/js/product-editor/changelog/add-40376 b/packages/js/product-editor/changelog/add-40376 deleted file mode 100644 index 98b0dd3e314..00000000000 --- a/packages/js/product-editor/changelog/add-40376 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add menu item to publish button to schedule product updates diff --git a/packages/js/product-editor/changelog/add-42015_allow_upload_image_for_variations b/packages/js/product-editor/changelog/add-42015_allow_upload_image_for_variations deleted file mode 100644 index 90db8c99bbd..00000000000 --- a/packages/js/product-editor/changelog/add-42015_allow_upload_image_for_variations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add an image to multiple variations using Quick updates #45774 diff --git a/packages/js/product-editor/changelog/add-43047 b/packages/js/product-editor/changelog/add-43047 deleted file mode 100644 index c767d09b4e3..00000000000 --- a/packages/js/product-editor/changelog/add-43047 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add menu item to publish button with 'Move to trash' diff --git a/packages/js/product-editor/changelog/add-43232 b/packages/js/product-editor/changelog/add-43232 deleted file mode 100644 index d01ea3c548e..00000000000 --- a/packages/js/product-editor/changelog/add-43232 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Create woocommerce/product-select-field block diff --git a/packages/js/product-editor/changelog/add-43707_show_prepublish_checks_section b/packages/js/product-editor/changelog/add-43707_show_prepublish_checks_section deleted file mode 100644 index 6493aa26e35..00000000000 --- a/packages/js/product-editor/changelog/add-43707_show_prepublish_checks_section +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add Always show pre-publish checks checkbox #44595 diff --git a/packages/js/product-editor/changelog/add-44169 b/packages/js/product-editor/changelog/add-44169 deleted file mode 100644 index 55356780664..00000000000 --- a/packages/js/product-editor/changelog/add-44169 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Create woocommerce/product-custom-fields-toggle-field block diff --git a/packages/js/product-editor/changelog/add-44169-create b/packages/js/product-editor/changelog/add-44169-create deleted file mode 100644 index 9675461c080..00000000000 --- a/packages/js/product-editor/changelog/add-44169-create +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add Custom Fields for New Product Editor diff --git a/packages/js/product-editor/changelog/add-44169-edit b/packages/js/product-editor/changelog/add-44169-edit deleted file mode 100644 index 2312ba32796..00000000000 --- a/packages/js/product-editor/changelog/add-44169-edit +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Edit Custom Fields for New Product Editor diff --git a/packages/js/product-editor/changelog/add-44169-list b/packages/js/product-editor/changelog/add-44169-list deleted file mode 100644 index d61bc931885..00000000000 --- a/packages/js/product-editor/changelog/add-44169-list +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Create woocommerce/product-custom-fields block diff --git a/packages/js/product-editor/changelog/add-44169-remove b/packages/js/product-editor/changelog/add-44169-remove deleted file mode 100644 index 9dbf72c281e..00000000000 --- a/packages/js/product-editor/changelog/add-44169-remove +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Remove Custom Fields for New Product Editor diff --git a/packages/js/product-editor/changelog/add-44474_post_publishing_message b/packages/js/product-editor/changelog/add-44474_post_publishing_message deleted file mode 100644 index 1aa030c7c5b..00000000000 --- a/packages/js/product-editor/changelog/add-44474_post_publishing_message +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Add message after publishing a product to pre-publish panel #44864 diff --git a/packages/js/product-editor/changelog/add-44761 b/packages/js/product-editor/changelog/add-44761 deleted file mode 100644 index 6b49f9a3c0c..00000000000 --- a/packages/js/product-editor/changelog/add-44761 +++ /dev/null @@ -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 diff --git a/packages/js/product-editor/changelog/add-metadata_variations b/packages/js/product-editor/changelog/add-metadata_variations deleted file mode 100644 index 6a529402ecc..00000000000 --- a/packages/js/product-editor/changelog/add-metadata_variations +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Apply filter to get meta_data to generate variations diff --git a/packages/js/product-editor/changelog/add-product-editor-select-block-tooltip b/packages/js/product-editor/changelog/add-product-editor-select-block-tooltip deleted file mode 100644 index 4db3de6d7e8..00000000000 --- a/packages/js/product-editor/changelog/add-product-editor-select-block-tooltip +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Product Editor: Add support for tooltip attribute for woocommerce/product-select-field block diff --git a/packages/js/product-editor/changelog/add-unselectable-product-templates b/packages/js/product-editor/changelog/add-unselectable-product-templates deleted file mode 100644 index cd9ea729d4b..00000000000 --- a/packages/js/product-editor/changelog/add-unselectable-product-templates +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Use isSelectableByUser product template attribute to show/hide product templates in the list diff --git a/packages/js/product-editor/changelog/add-wooicons b/packages/js/product-editor/changelog/add-wooicons deleted file mode 100644 index 2920f5bf31f..00000000000 --- a/packages/js/product-editor/changelog/add-wooicons +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Allow using woocommerce icons for product details section description and add gift icon diff --git a/packages/js/product-editor/changelog/dev-36777_update_copy_inventory_management b/packages/js/product-editor/changelog/dev-36777_update_copy_inventory_management deleted file mode 100644 index d69255d075b..00000000000 --- a/packages/js/product-editor/changelog/dev-36777_update_copy_inventory_management +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update copy of inventory management fields #45801 diff --git a/packages/js/product-editor/changelog/dev-41786_update_attributes_tooltip_copy b/packages/js/product-editor/changelog/dev-41786_update_attributes_tooltip_copy deleted file mode 100644 index 068444afdc7..00000000000 --- a/packages/js/product-editor/changelog/dev-41786_update_attributes_tooltip_copy +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Update Attributes tooltip copy #45485 diff --git a/packages/js/product-editor/changelog/dev-43062_add_menuitem_to_copy_to_draft b/packages/js/product-editor/changelog/dev-43062_add_menuitem_to_copy_to_draft deleted file mode 100644 index 7f01e9316a8..00000000000 --- a/packages/js/product-editor/changelog/dev-43062_add_menuitem_to_copy_to_draft +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Add menu item to Publish button with copy to draft #46294 diff --git a/packages/js/product-editor/changelog/dev-44239_change_number_of_choose_products_for_me b/packages/js/product-editor/changelog/dev-44239_change_number_of_choose_products_for_me deleted file mode 100644 index 632e997f0d9..00000000000 --- a/packages/js/product-editor/changelog/dev-44239_change_number_of_choose_products_for_me +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -[Linked products] - Change number of 'choose products for me' to 4 #46094 diff --git a/packages/js/product-editor/changelog/dev-44656_create_title_bar b/packages/js/product-editor/changelog/dev-44656_create_title_bar deleted file mode 100644 index 71f97ed17be..00000000000 --- a/packages/js/product-editor/changelog/dev-44656_create_title_bar +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Modify product header #44711 diff --git a/packages/js/product-editor/changelog/dev-45761_hidden_tag_changes b/packages/js/product-editor/changelog/dev-45761_hidden_tag_changes deleted file mode 100644 index 56688bfb0fb..00000000000 --- a/packages/js/product-editor/changelog/dev-45761_hidden_tag_changes +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: dev - -Change hidden tag behavior #45766 diff --git a/packages/js/product-editor/changelog/feature-add-loading-state-to-schedule-button b/packages/js/product-editor/changelog/feature-add-loading-state-to-schedule-button deleted file mode 100644 index 9641c721bf3..00000000000 --- a/packages/js/product-editor/changelog/feature-add-loading-state-to-schedule-button +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: add - -Product Editor: Add loading state functionality to Schedule Product modal diff --git a/packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads b/packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads deleted file mode 100644 index a6148a2329a..00000000000 --- a/packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Change Tracks event name for Quick variations menu action #45889 diff --git a/packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft b/packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft deleted file mode 100644 index 67d15a42391..00000000000 --- a/packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Enable publish button when product status is draft #45812 diff --git a/packages/js/product-editor/changelog/fix-44809_downloads_buttons b/packages/js/product-editor/changelog/fix-44809_downloads_buttons deleted file mode 100644 index 454c445cc6f..00000000000 --- a/packages/js/product-editor/changelog/fix-44809_downloads_buttons +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Remove Subsection actions and fix use of SectionActions for both section and subsection. diff --git a/packages/js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new b/packages/js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new deleted file mode 100644 index 4ff7281c8ba..00000000000 --- a/packages/js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Close prepublish panel before creating new product #45397 diff --git a/packages/js/product-editor/changelog/fix-45417_set_product_status_after_publishing_it b/packages/js/product-editor/changelog/fix-45417_set_product_status_after_publishing_it deleted file mode 100644 index 4fd1bfd1079..00000000000 --- a/packages/js/product-editor/changelog/fix-45417_set_product_status_after_publishing_it +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Set product status after publishing #45436 diff --git a/packages/js/product-editor/changelog/fix-45589_publish_dropdown_not_visible b/packages/js/product-editor/changelog/fix-45589_publish_dropdown_not_visible deleted file mode 100644 index 0a60faeeb8c..00000000000 --- a/packages/js/product-editor/changelog/fix-45589_publish_dropdown_not_visible +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix publish dropdown visibility in new product after hiding pre-publish modal #45682 diff --git a/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title b/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title deleted file mode 100644 index 09ae59af686..00000000000 --- a/packages/js/product-editor/changelog/fix-45590_prepublish_panel_section_title +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix section title styles in the pre-publish panel on WP 6.5 #45689 diff --git a/packages/js/product-editor/changelog/fix-45665 b/packages/js/product-editor/changelog/fix-45665 deleted file mode 100644 index a32d020da44..00000000000 --- a/packages/js/product-editor/changelog/fix-45665 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Header tag Hidden now is aligned with the Visibility: Hidden from the pre publish modal diff --git a/packages/js/product-editor/changelog/fix-45667 b/packages/js/product-editor/changelog/fix-45667 deleted file mode 100644 index 477c682dd0b..00000000000 --- a/packages/js/product-editor/changelog/fix-45667 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Replace the Draft tag with a Scheduled tag in the product header diff --git a/packages/js/product-editor/changelog/fix-45668_remove_always_show_preprepublish_panel b/packages/js/product-editor/changelog/fix-45668_remove_always_show_preprepublish_panel deleted file mode 100644 index 52beddc91e9..00000000000 --- a/packages/js/product-editor/changelog/fix-45668_remove_always_show_preprepublish_panel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Remove the "Always show pre-publish checks" from pre-publish panel #45672 diff --git a/packages/js/product-editor/changelog/fix-45669_doulbe_scroll_bar_prepublish_panel b/packages/js/product-editor/changelog/fix-45669_doulbe_scroll_bar_prepublish_panel deleted file mode 100644 index 4eaeb6bc74b..00000000000 --- a/packages/js/product-editor/changelog/fix-45669_doulbe_scroll_bar_prepublish_panel +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: fix - -Fix double scroll bar in pre-publish panel #45671 diff --git a/packages/js/product-editor/changelog/fix-45957-product-editor-unable-to-save b/packages/js/product-editor/changelog/fix-45957-product-editor-unable-to-save deleted file mode 100644 index 38d258a15b5..00000000000 --- a/packages/js/product-editor/changelog/fix-45957-product-editor-unable-to-save +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Product Editor: Fixes issue where saves would fail when certain extensions were installed. diff --git a/packages/js/product-editor/changelog/fix-column-word-break b/packages/js/product-editor/changelog/fix-column-word-break deleted file mode 100644 index 8b82b5094ca..00000000000 --- a/packages/js/product-editor/changelog/fix-column-word-break +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Fix word break inside columns in product editor diff --git a/packages/js/product-editor/changelog/fix-multiple_warning_in_blocks b/packages/js/product-editor/changelog/fix-multiple_warning_in_blocks deleted file mode 100644 index 9d03c97206b..00000000000 --- a/packages/js/product-editor/changelog/fix-multiple_warning_in_blocks +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Set product editor blocks multiple support to true. diff --git a/packages/js/product-editor/changelog/fix-product-editor-crashes-text-area-toolbar b/packages/js/product-editor/changelog/fix-product-editor-crashes-text-area-toolbar deleted file mode 100644 index dc087c7cac6..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-crashes-text-area-toolbar +++ /dev/null @@ -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. diff --git a/packages/js/product-editor/changelog/fix-product-editor-description-editor-modal-disable-gb-crash b/packages/js/product-editor/changelog/fix-product-editor-description-editor-modal-disable-gb-crash deleted file mode 100644 index 42982d039f5..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-description-editor-modal-disable-gb-crash +++ /dev/null @@ -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. diff --git a/packages/js/product-editor/changelog/fix-product-editor-loading-global b/packages/js/product-editor/changelog/fix-product-editor-loading-global deleted file mode 100644 index 81fc13716a5..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-loading-global +++ /dev/null @@ -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. diff --git a/packages/js/product-editor/changelog/fix-product-editor-publish-schedule-button-label b/packages/js/product-editor/changelog/fix-product-editor-publish-schedule-button-label deleted file mode 100644 index 80152615933..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-publish-schedule-button-label +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Product Editor: Show correct Publish/Schedule button label. diff --git a/packages/js/product-editor/changelog/fix-product-editor-quick-update-upload-files b/packages/js/product-editor/changelog/fix-product-editor-quick-update-upload-files deleted file mode 100644 index 397072919fc..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-quick-update-upload-files +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Product Editor: "Upload files" quick update menu for variations does not crash variations list. diff --git a/packages/js/product-editor/changelog/fix-product-editor-remove-editable-outline b/packages/js/product-editor/changelog/fix-product-editor-remove-editable-outline deleted file mode 100644 index f407fd72dcb..00000000000 --- a/packages/js/product-editor/changelog/fix-product-editor-remove-editable-outline +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Remove editable outline for blocks in the product editor. diff --git a/packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y b/packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y deleted file mode 100644 index 421aca87d8e..00000000000 --- a/packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Product Editor: Fix accessibility of woocommerce/product-text-area-field label. diff --git a/packages/js/product-editor/changelog/fix-template-for-variable-product b/packages/js/product-editor/changelog/fix-template-for-variable-product deleted file mode 100644 index 7a8f8d528ae..00000000000 --- a/packages/js/product-editor/changelog/fix-template-for-variable-product +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Always use productTemplateId when available and use editedRecord in useEntityRecord hooks diff --git a/packages/js/product-editor/changelog/fix-wrong-redirect-after-change-product-type b/packages/js/product-editor/changelog/fix-wrong-redirect-after-change-product-type deleted file mode 100644 index cd8fc160ad1..00000000000 --- a/packages/js/product-editor/changelog/fix-wrong-redirect-after-change-product-type +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Redirect to the edit product page after changing the product type and publishing it diff --git a/packages/js/product-editor/changelog/product-editor-prompt-exports b/packages/js/product-editor/changelog/product-editor-prompt-exports deleted file mode 100644 index 9fb937de19b..00000000000 --- a/packages/js/product-editor/changelog/product-editor-prompt-exports +++ /dev/null @@ -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 diff --git a/packages/js/product-editor/changelog/update-add-field-textarea-block-doc b/packages/js/product-editor/changelog/update-add-field-textarea-block-doc deleted file mode 100644 index 3b2e69a4608..00000000000 --- a/packages/js/product-editor/changelog/update-add-field-textarea-block-doc +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -[Product Block Editor]: document woocommerce/product-text-area-field field block diff --git a/packages/js/product-editor/changelog/update-do-not-current-product-form-me b/packages/js/product-editor/changelog/update-do-not-current-product-form-me deleted file mode 100644 index 0446f610762..00000000000 --- a/packages/js/product-editor/changelog/update-do-not-current-product-form-me +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -[Product Block Editor]: do not include current product in the suggested products list diff --git a/packages/js/product-editor/changelog/update-introduce-product-entity-source-handler b/packages/js/product-editor/changelog/update-introduce-product-entity-source-handler deleted file mode 100644 index 849b40e6d85..00000000000 --- a/packages/js/product-editor/changelog/update-introduce-product-entity-source-handler +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -[Product Block Editor]: introduce `woocommerce/entity-product` binding source handler diff --git a/packages/js/product-editor/changelog/update-product-editor-export-section-actions-component b/packages/js/product-editor/changelog/update-product-editor-export-section-actions-component deleted file mode 100644 index b97ec2c16fc..00000000000 --- a/packages/js/product-editor/changelog/update-product-editor-export-section-actions-component +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Product Block Editor: expose __experimentalSectionActions component diff --git a/packages/js/product-editor/changelog/update-product-editor-register-metadata-block-attribute b/packages/js/product-editor/changelog/update-product-editor-register-metadata-block-attribute deleted file mode 100644 index 6f4e2100e19..00000000000 --- a/packages/js/product-editor/changelog/update-product-editor-register-metadata-block-attribute +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -[Product Block Editor]: update Name field block name diff --git a/packages/js/product-editor/changelog/update-product-editor-text-area-read-only-attr b/packages/js/product-editor/changelog/update-product-editor-text-area-read-only-attr deleted file mode 100644 index 472811c0cae..00000000000 --- a/packages/js/product-editor/changelog/update-product-editor-text-area-read-only-attr +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: add - -[Product Block Editor]: disable TextArea RichText instance according to `disabled` attribute value diff --git a/packages/js/product-editor/changelog/update-template-matching b/packages/js/product-editor/changelog/update-template-matching deleted file mode 100644 index 6360b134850..00000000000 --- a/packages/js/product-editor/changelog/update-template-matching +++ /dev/null @@ -1,4 +0,0 @@ -Significance: minor -Type: update - -Match template based on different attributes besides product types diff --git a/packages/js/product-editor/changelog/update-woo-com-to-woocommerce-com b/packages/js/product-editor/changelog/update-woo-com-to-woocommerce-com deleted file mode 100644 index 36ca65dd012..00000000000 --- a/packages/js/product-editor/changelog/update-woo-com-to-woocommerce-com +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: update - -Update Woo.com references to WooCommerce.com. diff --git a/packages/js/product-editor/package.json b/packages/js/product-editor/package.json index dd382157744..fa2956ad1df 100644 --- a/packages/js/product-editor/package.json +++ b/packages/js/product-editor/package.json @@ -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",