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
26 changes: 25 additions & 1 deletion packages/jsActions/mobile-resources-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]

## [11.1.0] Native Mobile Resources - 2025-10-2

- We migrated from react-native-sound to react-native-track-player.
- We updated react-native-permissions to 5.4.2.
- We removed react-native-schedule-exact-alarm-permission since it's no longer required.
Expand All @@ -14,32 +16,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- File viewer now uses modal to display content
- We migrated from react-native-biometrics to @sbaiahmed1/react-native-biometrics for new architecture compatibility

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

- Updated react-native-reanimated to v3.16.7

## [3.0.1] Image

### Changed

- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.

## [6.3.0] VideoPlayer

### Changed

- We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package.

## [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
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": "11.0.0",
"version": "11.1.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"mendix": "~10.0.9976",
"rimraf": "^5.0.10"
}
}
}
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.2] - 2025-10-2

- Updated react-native-reanimated to v3.16.7

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

## [3.0.1] - 2025-10-2

### Changed

- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/video-player-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]

## [6.3.0] - 2025-10-2

### Changed

- We have removed react-native-system-navigation-bar and deprecated-react-native-prop-types dependencies. Navigation bar visibility is now handled by the react-native-video package.
Expand Down
Loading