Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/MarketplaceRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Building native widgets and js actions"
run: pnpm -r run release
- name: "Updating Native Mobile Resources project"
run: pnpm -r run create-modules
run: pnpm run create-modules
env:
GH_USERNAME: ${{ secrets.GH_USERNAME }}
GH_EMAIL: ${{ secrets.GH_EMAIL }}
Expand Down
40 changes: 40 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,48 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [11.0.3] Native Mobile Resources - 2025-8-21

- Updated react-native from version 0.75.4 to 0.77.3.

## [2.2.0] BackgroundGradient

- Updated react-native-linear-gradient to latest version.

## [5.0.1] BottomSheet

- Updated react-native-device-info to latest version.

## [4.2.0] IntroScreen

### Fixes

- Initial slide now correctly positioned on mount.

### Changed

- Updated react-native-device-info to latest version.

### Fixed

- We have fixed defaultProps deprecation warning.

## [5.0.0] Notifications

- The widget has been migrated to notifee.

## [3.1.1] SafeAreaView

- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.

## [2.3.0] Signature

- Updated react-native-webview from version v13.12.5 to latest

## [4.3.0] WebView

- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77

## [10.0.0] Native Mobile Resources - 2025-3-31

- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
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": "10.0.0",
"version": "11.0.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.0] - 2025-8-21

- Updated react-native-linear-gradient to latest version.

## [2.1.0] - 2024-12-3
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/bottom-sheet-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]

## [5.0.1] - 2025-8-21

- Updated react-native-device-info to latest version.

## [5.0.0] - 2025-3-31
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.0] - 2025-8-21

### Fixes

- Initial slide now correctly positioned on mount.
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/notifications-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]

## [5.0.0] - 2025-8-21

- The widget has been migrated to notifee.

## [4.1.0] - 2024-12-3
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]

## [3.1.1] - 2025-8-21

- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.

## [3.1.0] - 2025-4-25
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/signature-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]

## [2.3.0] - 2025-8-21

- Updated react-native-webview from version v13.12.5 to latest

## [2.2.0] - 2025-3-31
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/web-view-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.3.0] - 2025-8-21

- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77

## [4.2.0] - 2025-3-31
Expand Down
Loading
Loading