Commit 7eabe2833b for woocommerce
commit 7eabe2833bbef267e78f4cafaf8dedf1c23f8a87
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon Nov 17 12:35:23 2025 -0800
Prepare Packages for Release (#61999)
* Automated change: Prep @woocommerce/components for release.
* fixes markdown lint issues
---------
Co-authored-by: bacoords <6867360+bacoords@users.noreply.github.com>
Co-authored-by: Brian Coords <bacoords@gmail.com>
diff --git a/packages/js/components/CHANGELOG.md b/packages/js/components/CHANGELOG.md
index 8909b20db5..90b885c20b 100644
--- a/packages/js/components/CHANGELOG.md
+++ b/packages/js/components/CHANGELOG.md
@@ -2,53 +2,34 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [13.1.0](https://www.npmjs.com/package/@woocommerce/components/v/13.1.0) - 2025-11-17
+
+- Minor - Make date handling within DateRange component more robust, for scenarious where a wrong moment date is used. [#61971]
+- Minor - Fix styling issue for Advanced Filters dropdown. [#61972]
+
## [13.0.0](https://www.npmjs.com/package/@woocommerce/components/v/13.0.0) - 2025-10-22
- Patch - Added useRef to ensure confetti animation is only run once [#47838]
-- Minor - Add support for accented letter matching to country search in Onboarding Wizard [#58662]
- Patch - Do not show double snackbar notices when installing and/or activating plugins. [#51956]
- Patch - Fix areas where undefined can be passed into sprintf and cause a fatal error with Gutenberg 21.2.0, in particular in Analytics reports. [#59904]
- Patch - Fix between ranges in Advanced Filters for the Customers view. [#56683]
- Patch - Fixes the styling of checkboxes in __experimentalTreeControl [#47816]
- Patch - Fixing box shadow behavior on WooCommerce table component when scrolling. [#52795]
- Patch - Fixing type for page property in query parameters. [#53527]
-- Minor - Fix issue where translated placeholder string was used to format the date, causing formatting errors. [#61028]
- Patch - Fix linear gradient overlay not disappearing on table resize [#60208]
- Patch - Fix UI Text Wrap issue in Advanced Filters Dropdown [#54163]
- Patch - Remove scrollbar when 9 items are in list [#47605]
-- Minor - Show 'up' and 'down' chevron in SelectTree and remove suffix prop [#46939]
- Patch - Update ProductImage component so it doesn't forces a 1:1 aspect ratio by setting the default 'height' to 'auto' [#52828]
- Patch - Vertically align chart type buttons in `<Chart>` component [#57110]
-- Minor - Add AnalyticsError component. [#50108]
-- Minor - Add error boundary component and fix empty content button [#48363]
- Patch - Add onBlur prop to experimental-select-control [#56847]
-- Minor - Add react-window for SelectControl, set country dropdowns in core profiler and store location to use virtual scrolling [#56000]
-- Minor - Add buttonProps to MediaUploader [#48639]
- Patch - Add optional onclick to Plugins component [#50989]
-- Minor - Allow adding HTML to label prop in label component [#50042]
-- Minor - Allow returning to input on selectTree when pressing escape [#49106]
-- Minor - Change Tooltip component to render Popover as inline [#48986]
- Patch - Comment: Fix some comment typos. [#50993]
-- Minor - Expose Dropdown's placement prop to the EllipsisMenu [#53066]
-- Minor - Fixed missing styles on TreeSelectControl by copying from @wordpress/components/CheckboxControl and importing @wordpress/base-styles [#50593]
-- Minor - Rename and sort filter options in "Add a filter" in Analytics. [#46955]
-- Minor - SelectTree: allow navigation between items and input using tab and arrow keys [#49251]
-- Minor - Show 'placeholder' in SelectTree only when nothing is selected [#46938]
-- Minor - TableCard: add preface section to display content before the table [#53495]
- Patch - Typescript types update [#54129]
-- Minor - Unify currency symbol behavior in NumberFilter, disallow HTML. [#50726]
-- Minor - Update @automattic/tour-kit to 1.1.3 [#47129]
-- Minor - Update component TypeScript types to work correctly with React 18 and WordPress 6.6 dependencies. [#54197]
-- Minor - Update SelectTree and Tree controls to allow highlighting items without focus [#49989]
-- Minor - Update storybook file format in support with Storybook 7 story indexer. [#51168]
-- Minor - Use @woocommerce/sanitize package to sanitize input [#60324]
-- Minor - Use inline popover for select tree and allow selecting items through ENTER or comma [#49049]
-- Minor - Add clear button to SelectTree #49036 [#49036]
- Patch - Add ellipsis menu action handlers to the React settings page items [#53033]
- Patch - Bump wireit dependency version to latest. [#57299]
- Patch - CI: added a missing dev-dependency for passing tests in updated CI environment. [#49020]
- Patch - CI: liverage composer packages cache in lint monorepo job [#52054]
-- Patch - dev: clean-up ci-job config options - remove unused cascading keys [#55863]
+- Patch - dev: clean-up ci-job config options
- Patch - Export MediaUploaderErrorCallback type. [#48396]
- Patch - Fix control prop types [#54711]
- Patch - Fix Core Profiler TS errors [#54709]
@@ -57,7 +38,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Patch - Migrate from React RC types to direct React Props types with jscodeshift codemod [#56594]
- Patch - Migrate to register(storeDescriptor) for plugins data store [#55426]
- Patch - Monorepo: build RAM usage optimization. [#58781]
-- Minor - Monorepo: bump pnpm version to 9.15.0 [#54189]
- Patch - Monorepo: complete migration from `classnames` package to `clsx`. [#58699]
- Patch - Monorepo: consolidate @babel/* dependencies versions across the monorepo. [#56575]
- Patch - Monorepo: consolidate @wordpress/babel-preset-default, @wordpress/browserslist-config, glob packages versions. [#56392]
@@ -69,22 +49,47 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Patch - Monorepo: refresh wireit dependencyOutputs configuration synchronization when installing dependencies. [#55095]
- Patch - Monorepo: watch startup time optimization. [#59166]
- Patch - Monorepo: Webpack deps review and consolidation and a bit of deps grooming [#56746]
-- Minor - Removed defaultProps from React functional components since they will be deprecated for React 19 [#50266]
- Patch - Remove propTypes and defaultProps from react components in TypeScript. [#56733]
-- Major [ **BREAKING CHANGE** ] - Remove unused deprecated components: ProductSectionLayout, WooProductFieldItem, WooProductSectionItem, WooProductTabItem, ProductFieldSection. [#54149]
-- Minor - Remove unused React imports [#55554]
- Patch - Stabilize JS dependency updates [#52815]
-- Major [ **BREAKING CHANGE** ] - Updated declared dependencies to React 18 and Wordpress 6.6 [#53531]
- Patch - Update events that should trigger the test job(s) [#47612]
- Patch - Update pnpm to 9.1.0 [#47385]
- Patch - Update wireit to 0.14.10 [#54996]
+- Patch - Mark props with defaults as not required [#50816]
+- Patch - Update dompurify to 2.5.7 [#52961]
+- Minor - Add support for accented letter matching to country search in Onboarding Wizard [#58662]
+- Minor - Fix issue where translated placeholder string was used to format the date, causing formatting errors. [#61028]
+- Minor - Show 'up' and 'down' chevron in SelectTree and remove suffix prop [#46939]
+- Minor - Add AnalyticsError component. [#50108]
+- Minor - Add error boundary component and fix empty content button [#48363]
+- Minor - Add react-window for SelectControl, set country dropdowns in core profiler and store location to use virtual scrolling [#56000]
+- Minor - Add buttonProps to MediaUploader [#48639]
+- Minor - Allow adding HTML to label prop in label component [#50042]
+- Minor - Allow returning to input on selectTree when pressing escape [#49106]
+- Minor - Change Tooltip component to render Popover as inline [#48986]
+- Minor - Expose Dropdown's placement prop to the EllipsisMenu [#53066]
+- Minor - Fixed missing styles on TreeSelectControl by copying from @wordpress/components/CheckboxControl and importing @wordpress/base-styles [#50593]
+- Minor - Rename and sort filter options in "Add a filter" in Analytics. [#46955]
+- Minor - SelectTree: allow navigation between items and input using tab and arrow keys [#49251]
+- Minor - Show 'placeholder' in SelectTree only when nothing is selected [#46938]
+- Minor - TableCard: add preface section to display content before the table [#53495]
+- Minor - Unify currency symbol behavior in NumberFilter, disallow HTML. [#50726]
+- Minor - Update @automattic/tour-kit to 1.1.3 [#47129]
+- Minor - Update component TypeScript types to work correctly with React 18 and WordPress 6.6 dependencies. [#54197]
+- Minor - Update SelectTree and Tree controls to allow highlighting items without focus [#49989]
+- Minor - Update storybook file format in support with Storybook 7 story indexer. [#51168]
+- Minor - Use @woocommerce/sanitize package to sanitize input [#60324]
+- Minor - Use inline popover for select tree and allow selecting items through ENTER or comma [#49049]
+- Minor - Add clear button to SelectTree #49036 [#49036]
+- Minor - Monorepo: bump pnpm version to 9.15.0 [#54189]
+- Minor - Removed defaultProps from React functional components since they will be deprecated for React 19 [#50266]
+- Minor - Remove unused React imports [#55554]
- Minor - Upgraded Typescript in the monorepo to 5.7.2 [#53165]
- Minor - Fix typo in experimental select control tests [#48643]
- Minor - Fix typos in inline documentation [#48640]
- Minor - Fix typos in README.md files [#48569]
-- Patch - Mark props with defaults as not required [#50816]
- Minor - Fix image gallery state conflict with external consumer state [#50181]
-- Patch - Update dompurify to 2.5.7 [#52961]
+- Remove unused deprecated components: ProductSectionLayout, WooProductFieldItem, WooProductSectionItem, WooProductTabItem, ProductFieldSection. [#54149]
+- Updated declared dependencies to React 18 and Wordpress 6.6 [#53531]
## [12.3.0](https://www.npmjs.com/package/@woocommerce/components/v/12.3.0) - 2024-04-26
@@ -306,7 +311,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Fix DateTimePickerControl's onChange date arg to only be a string (TypeScript). [#35140]
- Minor - Improve experimental SelectControl accessibility [#35140]
- Minor - Improve Sortable component acessibility [#35140]
-- Create new experimental SelectControl component [#35140]
## [10.3.0](https://www.npmjs.com/package/@woocommerce/components/v/10.3.0) - 2022-08-12
diff --git a/packages/js/components/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error b/packages/js/components/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
deleted file mode 100644
index d6e97bef09..0000000000
--- a/packages/js/components/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: fix
-
-Make date handling within DateRange component more robust, for scenarious where a wrong moment date is used.
diff --git a/packages/js/components/changelog/wooplug-5860-wp-69-analytics-advanced-filter-dropdown-styling-is-broken b/packages/js/components/changelog/wooplug-5860-wp-69-analytics-advanced-filter-dropdown-styling-is-broken
deleted file mode 100644
index 4dc81fa293..0000000000
--- a/packages/js/components/changelog/wooplug-5860-wp-69-analytics-advanced-filter-dropdown-styling-is-broken
+++ /dev/null
@@ -1,4 +0,0 @@
-Significance: minor
-Type: tweak
-
-Fix styling issue for Advanced Filters dropdown.
diff --git a/packages/js/components/package.json b/packages/js/components/package.json
index b0a10123cc..16e46e9338 100644
--- a/packages/js/components/package.json
+++ b/packages/js/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/components",
- "version": "13.0.0",
+ "version": "13.1.0",
"description": "UI components for WooCommerce.",
"author": "Automattic",
"license": "GPL-2.0-or-later",