Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/intro-screen-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/popup-menu-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading