From 220fb1b2a64fc50e7ee3721baddae40ded9319bb Mon Sep 17 00:00:00 2001 From: Mendix Widgets Framework Date: Thu, 6 Aug 2026 15:24:57 +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..ae2880e3 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-06 + ### 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".