Skip to content

Native Mobile Resources: Updating changelogs #257

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
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
29 changes: 29 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,12 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [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.

- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.

- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.

## [5.0.0] AppEvents
### Changed

- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.

## [5.0.0] BottomSheet
### Changed

- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.

## [3.4.0] Feedback
### Changed

- Updated react-native-view-shot from version v3.1.2 to v4.0.3.

## [3.3.0] ListViewSwipe
- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0

## [2.2.0] Signature
### Changed

- Updated react-native-webview from version v9.0.0 to v10.15.0.

## [4.2.0] WebView
### Changed

- Updated react-native-webview from version v11.26.1 to v13.13.2

## [9.3.2] Native Mobile Resources - 2025-3-24

## [5.1.1] Maps
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": "9.3.2",
"version": "10.0.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
@@ -54,4 +54,4 @@
"rimraf": "^4.4.1",
"rollup": "^2.79.2"
}
}
}
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/app-events-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.0.0] - 2025-3-31

### Changed

- Updated @react-native-community/netinfo from version v5.9.7 to v11.4.1.
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [5.0.0] - 2025-3-31

### Changed

- Rewrote all bottomsheet widgets (customModalSheet, ExpandingDrawer, and NativeBottomSheet) using @gorhom/bottom-sheet.
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/feedback-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.4.0] - 2025-3-31

### Changed

- Updated react-native-view-shot from version v3.1.2 to v4.0.3.
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.3.0] - 2025-3-31

- Updated react-native-gesture-handler from version v2.16.2 to 2.24.0

## [3.2.0] - 2024-12-3
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/signature-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.2.0] - 2025-3-31

### Changed

- Updated react-native-webview from version v9.0.0 to v10.15.0.
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/web-view-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.2.0] - 2025-3-31

### Changed

- Updated react-native-webview from version v11.26.1 to v13.13.2
Loading