From e03dcd9cf150e15230c249f3be25da92f9032ac7 Mon Sep 17 00:00:00 2001 From: MOO Date: Mon, 19 Jan 2026 15:41:16 +0000 Subject: [PATCH] chore(mobile-resources-native): update changelogs --- .../mobile-resources-native/CHANGELOG.md | 16 ++++++++++++++++ .../mobile-resources-native/package.json | 2 +- .../background-gradient-native/CHANGELOG.md | 2 ++ .../intro-screen-native/CHANGELOG.md | 2 ++ .../popup-menu-native/CHANGELOG.md | 2 ++ 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/jsActions/mobile-resources-native/CHANGELOG.md b/packages/jsActions/mobile-resources-native/CHANGELOG.md index 7ee1a65a4..8e68d4edd 100644 --- a/packages/jsActions/mobile-resources-native/CHANGELOG.md +++ b/packages/jsActions/mobile-resources-native/CHANGELOG.md @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [11.3.3] Native Mobile Resources - 2026-1-19 + +## [2.2.1] BackgroundGradient + +- We fixed an issue where the `background-gradient-native` widget would not render correctly with the new RN architecture upgrade. + +## [4.2.1] IntroScreen + +### Fixed + +- We fixed an issue where using the conditional visibility on the IntroScreen would cause the widget not to render. + +## [4.0.1] PopupMenu + +- We fixed an iOS issue where native Popup Menu icons were not tappable and failed to open the menu. + ## [11.3.2] Native Mobile Resources - 2025-12-23 ## [4.2.2] BarcodeScanner diff --git a/packages/jsActions/mobile-resources-native/package.json b/packages/jsActions/mobile-resources-native/package.json index 5ef19909f..c63679a23 100644 --- a/packages/jsActions/mobile-resources-native/package.json +++ b/packages/jsActions/mobile-resources-native/package.json @@ -1,7 +1,7 @@ { "name": "mobile-resources-native", "moduleName": "Native Mobile Resources", - "version": "11.3.2", + "version": "11.3.3", "license": "Apache-2.0", "copyright": "© Mendix Technology BV 2022. All rights reserved.", "repository": { diff --git a/packages/pluggableWidgets/background-gradient-native/CHANGELOG.md b/packages/pluggableWidgets/background-gradient-native/CHANGELOG.md index c90abbfa0..125ead78b 100644 --- a/packages/pluggableWidgets/background-gradient-native/CHANGELOG.md +++ b/packages/pluggableWidgets/background-gradient-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.2.1] - 2026-1-19 + - We fixed an issue where the `background-gradient-native` widget would not render correctly with the new RN architecture upgrade. ## [2.2.0] - 2025-7-7 diff --git a/packages/pluggableWidgets/intro-screen-native/CHANGELOG.md b/packages/pluggableWidgets/intro-screen-native/CHANGELOG.md index daa04a665..0b93f8f52 100644 --- a/packages/pluggableWidgets/intro-screen-native/CHANGELOG.md +++ b/packages/pluggableWidgets/intro-screen-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.2.1] - 2026-1-19 + ### Fixed - We fixed an issue where using the conditional visibility on the IntroScreen would cause the widget not to render. diff --git a/packages/pluggableWidgets/popup-menu-native/CHANGELOG.md b/packages/pluggableWidgets/popup-menu-native/CHANGELOG.md index c3b0974f6..1fb3b919a 100644 --- a/packages/pluggableWidgets/popup-menu-native/CHANGELOG.md +++ b/packages/pluggableWidgets/popup-menu-native/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [4.0.1] - 2026-1-19 + - We fixed an iOS issue where native Popup Menu icons were not tappable and failed to open the menu. ## [4.0.0] - 2024-12-3