Skip to content

Commit cd10d9f

Browse files
Pluggable Widgets Tools v11.3.1: Update changelog (#161)
This is an automated PR that merges changelog update to master.
2 parents 1d1954f + a77ad33 commit cd10d9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [11.3.1] - 2026-02-04
10+
911
### Breaking changes
1012

1113
- We removed Enzyme testing library and associated dependencies from pluggable-widgets-tools. Tests using Enzyme should be updated to use React Testing Library. See the [migration guide](https://testing-library.com/docs/react-testing-library/migrate-from-enzyme) for more information. The `test:unit:web:enzyme-free` command has been removed; use `test:unit:web` instead.
1214

1315
### Changed
1416

15-
- We fixed an issue where `require` was not transformed to `import` for the `es` output format which could result in an error when the widget was used in a project with React client enabled.
17+
- We fixed an issue where `require` was not transformed to `import` for the `es` output format which could result in an error when the widget was used in a project with React client enabled.
1618

1719
- We now enforce the same validation for the `widgetName` in the widget bundler as we do in the generator. Validation is now also enforced for the organization name (`packagePath`).
1820

0 commit comments

Comments
 (0)