diff --git a/packages/pluggable-widgets-tools/CHANGELOG.md b/packages/pluggable-widgets-tools/CHANGELOG.md index 367a3f47..c584e245 100644 --- a/packages/pluggable-widgets-tools/CHANGELOG.md +++ b/packages/pluggable-widgets-tools/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Added + +- We added support for the `allowUpload` attribute on image properties in native widgets, generating `EditableImageValue` when enabled, introduced in Mendix 11.11. + ### Changed - We changed the order of imports in generated widget prop types to match that of the eslint sort-imports rule. diff --git a/packages/pluggable-widgets-tools/package.json b/packages/pluggable-widgets-tools/package.json index 37b2f6b0..9ba9ded4 100644 --- a/packages/pluggable-widgets-tools/package.json +++ b/packages/pluggable-widgets-tools/package.json @@ -1,6 +1,6 @@ { "name": "@mendix/pluggable-widgets-tools", - "version": "11.8.2", + "version": "11.11.0", "description": "Mendix Pluggable Widgets Tools", "engines": { "node": ">=20" diff --git a/packages/pluggable-widgets-tools/src/typings-generator/__tests__/outputs/image.ts b/packages/pluggable-widgets-tools/src/typings-generator/__tests__/outputs/image.ts index ce446d89..a14281c5 100644 --- a/packages/pluggable-widgets-tools/src/typings-generator/__tests__/outputs/image.ts +++ b/packages/pluggable-widgets-tools/src/typings-generator/__tests__/outputs/image.ts @@ -32,7 +32,7 @@ export const imageNativeOutput = `export interface MyWidgetProps