Skip to content

Native Mobile Resources: Updating changelogs #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
28 changes: 28 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,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [11.0.0] Native Mobile Resources - 2025-7-7


## [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.1.0] IntroScreen
- 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.0] SafeAreaView
- We fixed the issue where the header is going outside of page in some android versions.

## [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
4 changes: 2 additions & 2 deletions 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.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down Expand Up @@ -52,4 +52,4 @@
"rimraf": "^4.4.1",
"rollup": "^2.79.2"
}
}
}
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-7-7

- 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-7-7

- 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.1.0] - 2025-7-7

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

### Fixed
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-7-7

- 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.0] - 2025-7-7

- We fixed the issue where the header is going outside of page in some android versions.

## [3.0.1] - 2025-3-18
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-7-7

- 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-7-7

- 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