Skip to content

Commit cca6e1c

Browse files
committed
chore(changelogs): document broken Dojo bundle fix for 7 widgets
Adds [Unreleased] changelog entry to slider-web, range-slider-web, html-element-web, popup-menu-web, color-picker-web, document-viewer-web, and signature-web. Releases of these widgets built between the pwt update (#2252) and the babel targets bump (#2291) emitted broken JS bundles that failed to load in the Dojo client.
1 parent 6f9f0ae commit cca6e1c

7 files changed

Lines changed: 28 additions & 0 deletions

File tree

packages/pluggableWidgets/color-picker-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [2.1.7] - 2026-06-19
1014

1115
### Fixed

packages/pluggableWidgets/document-viewer-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [1.2.1] - 2026-06-19
1014

1115
### Changed

packages/pluggableWidgets/html-element-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [1.2.9] - 2026-06-23
1014

1115
### Security

packages/pluggableWidgets/popup-menu-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [4.3.0] - 2026-06-18
1014

1115
### Fixed

packages/pluggableWidgets/range-slider-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [3.0.2] - 2026-06-15
1014

1115
### Fixed

packages/pluggableWidgets/signature-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [2.0.0] - 2026-06-22
1014

1115
### Breaking changes

packages/pluggableWidgets/slider-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where the widget was not loading in the Dojo client due to a broken JavaScript bundle.
12+
913
## [3.0.3] - 2026-06-15
1014

1115
### Fixed

0 commit comments

Comments
 (0)