From e592e129aa17e2520e45ad524839366dc61f0dfe Mon Sep 17 00:00:00 2001 From: Mendix Widgets Framework Date: Fri, 7 Aug 2026 10:44:26 +0000 Subject: [PATCH] Update changelog for pluggable-widgets-tools --- packages/pluggable-widgets-tools/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/pluggable-widgets-tools/CHANGELOG.md b/packages/pluggable-widgets-tools/CHANGELOG.md index 4824d2bc..0cad2479 100644 --- a/packages/pluggable-widgets-tools/CHANGELOG.md +++ b/packages/pluggable-widgets-tools/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.12.1] - 2026-08-07 + ### Added - We fixed an issue with the Jest configuration affecting unit tests for widgets importing enums from the mendix package (e.g. ValueStatus, FormatterType). It would cause tests to fail with the error "This package should not be used in the runtime".