From de2f7a13f976307e1e9a1a268953624fe21f7eb2 Mon Sep 17 00:00:00 2001 From: Mendix Widgets Framework Date: Fri, 7 Aug 2026 09:14:03 +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 2e9dcb38..789036e9 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] +## [10.24.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".