Skip to content

Commit 83bbcc5

Browse files
Update changelog for pluggable-widgets-tools
1 parent 1111558 commit 83bbcc5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.11.0] - 2026-06-04
10+
911
### Added
1012

1113
- We added support for the `allowUpload` attribute on image properties in native widgets, generating `EditableImageValue<NativeImage>` when enabled, introduced in Mendix 11.11.
14+
1215
- We added support for single object datasource properties, introduced in Mendix 11.11.
16+
1317
- We added the `audit` command. It will scan the dependencies of pluggable-widgets-tools for vulnerable packages and suggest overrides. Currently only npm is supported.
1418

1519
### Changed
1620

1721
- We changed the order of imports in generated widget prop types to match that of the eslint sort-imports rule.
22+
1823
- We silenced the Sass legacy JS API deprecation warning that appeared during widget bundling.
24+
1925
- We updated outdated and vulnerable dependencies. This required major upgrades of several dependencies, including eslint@9, jest@30, and rollup@4.
2026

2127
## [11.8.1] - 2026-03-16

0 commit comments

Comments
 (0)