Package release prep - product editor (#41720)

Package release prep
This commit is contained in:
louwie17 2023-11-27 17:34:19 -04:00 committed by GitHub
parent c9b478ce7d
commit 2088e3d99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 49 deletions

View File

@ -5,67 +5,86 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [1.0.0](https://www.npmjs.com/package/@woocommerce/product-editor/v/1.0.0) - 2023-11-27
- Patch - Add cursor: not-allowed; to the disabled Quick updates button [#40448]
- Minor - Add editor styles to product editor and iframe editor [#38168]
- Minor - Adding apifetch middleware to override product api endpoint only for the product editor. [#37621]
- Minor - Add missing Tracks events to attribute modals #40517 [#40517]
- Minor - Disable toolbars in all relevant product editor blocks [#37912]
- Patch - Feedback bar is mis-aligned; transient notices overlap [#39233]
- Patch - Fix attributes dropdown jumping when focusing on add new attribute modal shown [#39989]
- Minor - Fix attributes modal incorrect notice #40976 [#40976]
- Minor - Fix block header style in description modal #41338 [#41338]
- Minor - Fix blocks product editor variation actions styles [#40220]
- Minor - Fix bug where the form was dirty still after adding product variations for the first time. [#39938]
- Minor - Fix CES modal [#38643]
- Patch - Fix currency breaking lines when 2 or more characters [#41548]
- Minor - Fix delete variation in block product editor [#40219]
- Minor - Fix double scrollbars on product editor page [#38281]
- Patch - Fix double scroll in General tab and image upload overlapping with other blocks [#40977]
- Minor - Fix dropdown and list behavior in attributes variation modals #40496 [#40496]
- Minor - Fix empty state for currency inputs in product editor [#38697]
- Minor - Fix error displaying block after removing variation #40255 [#40255]
- Patch - Fix font sizes difference between chips used in the variations options table and variations list [#40447]
- Minor - Fix infinite category loading state [#40073]
- Patch - Fixing more menu width. [#38053]
- Patch - Fixing spacing when no images added on image gallery block. [#38151]
- Patch - Fix issue where scrollbar was not showing up on block inserter panel within IFrame block editor modal. [#39491]
- Minor - Fix issue with category parent select control clearing search value when typing. [#37574]
- Patch - Fix manage limits for downloads in a single variant [#41508]
- Patch - Fix overlapping TransientNotices with product editor footer [#38698]
- Minor - Fix positioning of fixed block toolbar in IFrame editor used for product description, to make work with latest WordPress versions. [#39873]
- Patch - Fix product summary field margin. [#38251]
- Patch - Fix regression setting readOnlyWhenClosed to false by default on attribute term input field [#40519]
- Patch - Fix scrolling of editor and sidebar in modal editor. [#39212]
- Patch - Fix selection in currency and number fields to only select if field still has focus. [#41171]
- Patch - Fix sidebar scroll behavior when using new product editor [#41375]
- Patch - Fix spacing between pricing fields [#38146]
- Minor - Fix styles for attribute list [#40378]
- Minor - Fix styles for modals [#38775]
- Minor - Fix summary toolbar positioning and selection on blur [#38086]
- Patch - Fix the position and sizing of the pagination controls in variations table [#40439]
- Patch - Fix toolbar button text not showing in WP 6.3 [#39572]
- Patch - Fix visibility and filterable icons [#40419]
- Patch - Get the exact variation ids of those ones that do not have price [#40876]
- Minor - Hide `Switch to draft` button on single variation page #40856 [#40856]
- Patch - Invalidate resolution for paginated variations after removing any from the single variation page [#40900]
- Patch - Limit 'email me when stock reaches' field to numerical only#38244 [#38353]
- Patch - List price gets reset on blur when error is shown#38221 [#38414]
- Minor - Open variation preview in a new tab #40414 [#40414]
- Patch - Prevent click event when the element is aria-disabled" [#37577]
- Minor - Prevent double debouncing of iframe editor callback [#38087]
- Minor - Prevent duplicate registration of core blocks in client [#37350]
- Patch - Prevent theme styles from being used in the product editor. [#38491]
- Patch - Product route not updated after save initially failed and succeeded after#38319 [#38507]
- Patch - Remove editor-styles-wrapper from product editor [#38681]
- Patch - Remove empty values from the shipping class request so slug can be generated server side [#40847]
- Minor - Remove use of :has() css selector as it is not compatible with FireFox. [#40843]
- Minor - Remove use of head prop with IFrame component as it has been removed. [#40218]
- Patch - Removing WritingFlow component which was suppressing tabbing behavior in form. [#38105]
- Patch - Select the product name block initially if set to autofocus. [#41189]
- Patch - The Select all and Clear selection buttons are only displayed when at least 1 item is selected [#40434]
- Patch - Add dialogNameHelpText attribute to product-taxonomy-field block [#40059]
- Patch - Disable dragging and dropping of images within Product Images block. [#38045]
- Patch - Rename woocommerce/taxonomy-field to woocommerce/product-taxonomy-field [#40021]
- Patch - update references to woocommerce.com to now reference woo.com [#41241]
- Patch - Fixed some i18n related lint rule violations. [#41450]
- Patch - Lint fixes for @wordpress/i18n lint rule violation [#41450]
- Patch - Lint fixes [#38523]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#37195]
- Patch - Disable autocomplete for the product name field. [#39211]
- Patch - Improve Variable product editor tour [#41250]
- Patch - Product Blocks editor: enable/disable header Update button depending on product content chnages [#41473]
- Patch - Remove __experimentalDetailsCategoriesField and woocommerce/product-category-field block [#40021]
- Patch - [Product blocks editor]: Add help text to Shipping toggle [#41590]
- Patch - [Product Blocks editor]: set max width for the description general field [#41555]
- Patch - Do not allow to select text in the Paginator component [#41405]
- Patch - Show feedback bar even after feedback is given. [#38773]
- Minor - Add editor styles to product editor and iframe editor [#38168]
- Minor - Adding apifetch middleware to override product api endpoint only for the product editor. [#37621]
- Minor - Add missing Tracks events to attribute modals #40517 [#40517]
- Minor - Disable toolbars in all relevant product editor blocks [#37912]
- Minor - Fix attributes modal incorrect notice #40976 [#40976]
- Minor - Fix block header style in description modal #41338 [#41338]
- Minor - Fix blocks product editor variation actions styles [#40220]
- Minor - Fix bug where the form was dirty still after adding product variations for the first time. [#39938]
- Minor - Fix CES modal [#38643]
- Minor - Fix delete variation in block product editor [#40219]
- Minor - Fix double scrollbars on product editor page [#38281]
- Minor - Fix dropdown and list behavior in attributes variation modals #40496 [#40496]
- Minor - Fix empty state for currency inputs in product editor [#38697]
- Minor - Fix error displaying block after removing variation #40255 [#40255]
- Minor - Fix infinite category loading state [#40073]
- Minor - Fix issue with category parent select control clearing search value when typing. [#37574]
- Minor - Fix positioning of fixed block toolbar in IFrame editor used for product description, to make work with latest WordPress versions. [#39873]
- Minor - Fix styles for attribute list [#40378]
- Minor - Fix styles for modals [#38775]
- Minor - Fix summary toolbar positioning and selection on blur [#38086]
- Minor - Hide `Switch to draft` button on single variation page #40856 [#40856]
- Minor - Open variation preview in a new tab #40414 [#40414]
- Minor - Prevent double debouncing of iframe editor callback [#38087]
- Minor - Prevent duplicate registration of core blocks in client [#37350]
- Minor - Remove use of :has() css selector as it is not compatible with FireFox. [#40843]
- Minor - Remove use of head prop with IFrame component as it has been removed. [#40218]
- Minor - Remove invalid dev package dependency. [#41712]
- Minor - Set attributes to visible by default. [#38777]
- Minor - Show "Save draft" instead of "Saved" on initial product page [#38609]
- Minor - Show error message when single variation price is empty #40885 [#40885]
- Minor - Show one help text when user clicks tooltip button #41435 [#41435]
- Patch - The Select all and Clear selection buttons are only displayed when at least 1 item is selected [#40434]
- Minor - Wait for editor changes to be debounced before closing modal [#38262]
- Minor - [Individual variation] Fix empty state illustration visibility #41337 [#41337]
- Minor - Add "Copy all content" menu item to description modal editor. [#39199]
@ -80,7 +99,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Add button on product description toolbar to show and hide block inspector [#39090]
- Minor - Add ContentPreview component for previewing block content [#37990]
- Minor - Add custom validation hook [#37196]
- Patch - Add dialogNameHelpText attribute to product-taxonomy-field block [#40059]
- Minor - Add download file list product block [#40526]
- Minor - Add edit button to each variation to redirect to the single variation page [#40709]
- Minor - Add editor history and undo/redo toolbar buttons [#38573]
@ -208,7 +226,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Bringing in use-product-helper and related hooks. [#37006]
- Minor - Content lock all blocks in the product editor [#37382]
- Minor - Deprecate woocommerce/conditional block in favor of general conditional visibility support. [#40883]
- Patch - Disable dragging and dropping of images within Product Images block. [#38045]
- Minor - Export RemoveConfirmationModal to be used outside of the product editor package [#40672]
- Minor - Fix issue were template was not re-synced when switching between products. [#37283]
- Minor - Improve accessibility around product editor tabs [#37217]
@ -219,7 +236,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Remove the product block breadcrumbs and sidebar inspector [#37250]
- Minor - Remove use of @automattic/interpolate-components using createInterpolateElement instead. [#37453]
- Minor - Remove visibility toggle from variations table and remove with tooltip icon. [#40150]
- Patch - Rename woocommerce/taxonomy-field to woocommerce/product-taxonomy-field [#40021]
- Minor - Support ordering of more menu items in product editor header. [#41104]
- Minor - Update blocks to use registerWooBlockType and useWooBlockProps from @woocommerce/block-templates. Deprecates initBlock. [#40263]
- Minor - Update current block names to reflect use case and avoid conflicts#37704 [#37851]
@ -227,7 +243,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Update pagination look of the Pagination table. [#39967]
- Minor - Update pricing, and schedule field blocks to use postType context value. [#40642]
- Minor - Update product CES modal design and fields [#38592]
- Patch - update references to woocommerce.com to now reference woo.com [#41241]
- Minor - Update shipping dimensions image in new product blocks editor [#38101]
- Minor - Update styling of block editor to remove highlighting of selected blocks. [#38000]
- Minor - Update the IframeEditor to use a fixed toolbar [#38031]
@ -246,13 +261,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Change the blocks editor header to support variations #40606 [#40606]
- Minor - Display notice at the top single variations #40679 [#40679]
- Minor - Fix broken assertion with comma separated list in category select control [#38052]
- Patch - Fixed some i18n related lint rule violations. [#41450]
- Minor - Fix field label styling in the edit attribute modal #40449 [#40449]
- Minor - Fix lint issues [#36988]
- Minor - Improve copy in variation management notifications #40467 [#40467]
- Patch - Lint fixes for @wordpress/i18n lint rule violation [#41450]
- Patch - Lint fixes [#38523]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Minor - Move CES-related components to @woocommerce/product-editor [#37131]
- Minor - Remove confirmation modal for dismissing unsaved attributes or variation options #40500 [#40500]
- Minor - Split product editor blocks into 'generic' and 'product-fields' directories [#40571]
@ -260,25 +271,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Sync @wordpress package versions via syncpack. [#37034]
- Minor - Update block registration calls. [#40722]
- Minor - Update copy in the add variation options modal [#40280]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Minor - Update section description design #41251 [#41251]
- Minor - Update selected item styling dropdown #41217 [#41217]
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#37195]
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
- Minor - [Product Block Editor] Disable tabs in parent product page with variations #39459 [#39675]
- Minor - [Product Block Editor] Remove additional create attribute term modal [#39610]
- Minor - Change variation option labels cardinality to 3 [#39856]
- Patch - Disable autocomplete for the product name field. [#39211]
- Minor - Export the ProductEditorSettings type. [#37123]
- Patch - Improve Variable product editor tour [#41250]
- Patch - Product Blocks editor: enable/disable header Update button depending on product content chnages [#41473]
- Patch - Remove __experimentalDetailsCategoriesField and woocommerce/product-category-field block [#40021]
- Patch - [Product blocks editor]: Add help text to Shipping toggle [#41590]
- Patch - [Product Blocks editor]: set max width for the description general field [#41555]
- Patch - Do not allow to select text in the Paginator component [#41405]
- Minor - New product block editor modal text enhancements [#39055]
- Minor - Remove the margin bottom of the checkbox label [#39232]
- Patch - Show feedback bar even after feedback is given. [#38773]
- Minor - Update default visibility settings for variation options [#40949]
- Minor - Use SelectTree in the Parent Category field [#38261]

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Remove invalid dev package dependency.