Skip to content

Commit fd0535e

Browse files
Merge branch 'main' into update-min-version/11.3.0.80320
2 parents 162a3fa + fa0c7e5 commit fd0535e

File tree

5 files changed

+33
-3
lines changed

5 files changed

+33
-3
lines changed

packages/jsActions/mobile-resources-native/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [11.1.0] Native Mobile Resources - 2025-10-2
10+
911
- We migrated from react-native-sound to react-native-track-player.
1012
- We updated react-native-permissions to 5.4.2.
1113
- We removed react-native-schedule-exact-alarm-permission since it's no longer required.
@@ -14,32 +16,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1416
- File viewer now uses modal to display content
1517
- We migrated from react-native-biometrics to @sbaiahmed1/react-native-biometrics for new architecture compatibility
1618

17-
## [11.0.0] Native Mobile Resources - 2025-7-7
19+
## [5.0.2] BottomSheet
20+
21+
- Updated react-native-reanimated to v3.16.7
22+
23+
## [3.0.1] Image
24+
25+
### Changed
26+
27+
- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.
28+
29+
## [6.3.0] VideoPlayer
30+
31+
### Changed
1832

33+
- 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.
34+
35+
## [11.0.0] Native Mobile Resources - 2025-7-7
1936

2037
## [2.2.0] BackgroundGradient
38+
2139
- Updated react-native-linear-gradient to latest version.
2240

2341
## [5.0.1] BottomSheet
42+
2443
- Updated react-native-device-info to latest version.
2544

2645
## [4.1.0] IntroScreen
46+
2747
- Updated react-native-device-info to latest version.
2848

2949
### Fixed
3050

3151
- We have fixed defaultProps deprecation warning.
3252

3353
## [5.0.0] Notifications
54+
3455
- The widget has been migrated to notifee.
3556

3657
## [3.1.0] SafeAreaView
58+
3759
- We fixed the issue where the header is going outside of page in some android versions.
3860

3961
## [2.3.0] Signature
62+
4063
- Updated react-native-webview from version v13.12.5 to latest
4164

4265
## [4.3.0] WebView
66+
4367
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
4468

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

packages/jsActions/mobile-resources-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mobile-resources-native",
33
"moduleName": "Native Mobile Resources",
4-
"version": "11.0.0",
4+
"version": "11.1.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -49,4 +49,4 @@
4949
"mendix": "~10.0.9976",
5050
"rimraf": "^5.0.10"
5151
}
52-
}
52+
}

packages/pluggableWidgets/bottom-sheet-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [5.0.2] - 2025-10-2
10+
911
- Updated react-native-reanimated to v3.16.7
1012

1113
## [5.0.1] - 2025-7-7

packages/pluggableWidgets/image-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [3.0.1] - 2025-10-2
10+
911
### Changed
1012

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

packages/pluggableWidgets/video-player-native/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [6.3.0] - 2025-10-2
10+
911
### Changed
1012

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

0 commit comments

Comments
 (0)