diff --git a/packages/modules/data-widgets/CHANGELOG.md b/packages/modules/data-widgets/CHANGELOG.md index 68a787ef49..35d64f2a80 100644 --- a/packages/modules/data-widgets/CHANGELOG.md +++ b/packages/modules/data-widgets/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Breaking changes -- We removing grid wide filtering in favor of new, in widget, configuration for more flexible filtering. +- Grid-wide filtering is now configurable directly within the filter widget settings, offering greater flexibility and control over filtering in both the Data Grid and Gallery widgets. Existing configurations using grid-wide filtering will be automatically converted to the new setup when updating the widget. ## [2.32.1] DataWidgets - 2025-05-28 diff --git a/packages/modules/data-widgets/package.json b/packages/modules/data-widgets/package.json index 6bf8716182..45cef44427 100644 --- a/packages/modules/data-widgets/package.json +++ b/packages/modules/data-widgets/package.json @@ -27,7 +27,7 @@ }, "moduleFolderNameInModeler": "datawidgets", "marketplace": { - "minimumMXVersion": "10.21.0.64362", + "minimumMXVersion": "10.24.0.73019", "appNumber": 116540, "appName": "Data Widgets" },