Skip to content

Commit f0d2d8a

Browse files
Native Mobile Resources: Updating changelogs (#287)
2 parents ab45f8c + fd31a0d commit f0d2d8a

9 files changed

Lines changed: 42 additions & 8 deletions

File tree

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

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

77
## [Unreleased]
88

9-
109
- We updated react-native-permissions to 5.4.2.
1110

1211
- We removed react-native-schedule-exact-alarm-permission since it's no longer required.
@@ -16,6 +15,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1615
- File viewer now uses modal to display content
1716
- We migrated from react-native-biometrics to @sbaiahmed1/react-native-biometrics for new architecture compatibility
1817

18+
## [11.0.0] Native Mobile Resources - 2025-7-7
19+
20+
21+
## [2.2.0] BackgroundGradient
22+
- Updated react-native-linear-gradient to latest version.
23+
24+
## [5.0.1] BottomSheet
25+
- Updated react-native-device-info to latest version.
26+
27+
## [4.1.0] IntroScreen
28+
- Updated react-native-device-info to latest version.
29+
30+
### Fixed
31+
32+
- We have fixed defaultProps deprecation warning.
33+
34+
## [5.0.0] Notifications
35+
- The widget has been migrated to notifee.
36+
37+
## [3.1.0] SafeAreaView
38+
- We fixed the issue where the header is going outside of page in some android versions.
39+
40+
## [2.3.0] Signature
41+
- Updated react-native-webview from version v13.12.5 to latest
42+
43+
## [4.3.0] WebView
44+
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
1945

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

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": "10.0.0",
4+
"version": "11.0.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/background-gradient-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+
## [2.2.0] - 2025-7-7
10+
911
- Updated react-native-linear-gradient to latest version.
1012

1113
## [2.1.0] - 2024-12-3

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.1] - 2025-7-7
10+
911
- Updated react-native-device-info to latest version.
1012

1113
## [5.0.0] - 2025-3-31

packages/pluggableWidgets/intro-screen-native/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
### Fixes
9+
## [4.1.0] - 2025-7-7
1010

1111
- Initial slide now correctly positioned on mount.
1212

13-
### Changed
14-
1513
- Updated react-native-device-info to latest version.
1614

1715
### Fixed

packages/pluggableWidgets/notifications-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.0] - 2025-7-7
10+
911
- The widget has been migrated to notifee.
1012

1113
## [4.1.0] - 2024-12-3

packages/pluggableWidgets/safe-area-view-native/CHANGELOG.md

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

77
## [Unreleased]
88

9-
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
9+
## [3.1.0] - 2025-7-7
1010

11-
## [3.1.0] - 2025-4-25
11+
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
1212

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

packages/pluggableWidgets/signature-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+
## [2.3.0] - 2025-7-7
10+
911
- Updated react-native-webview from version v13.12.5 to latest
1012

1113
## [2.2.0] - 2025-3-31

packages/pluggableWidgets/web-view-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+
## [4.3.0] - 2025-7-7
10+
911
- Updated react-native-webview from version v13.12.5 to latest to support react-native 0.77
1012

1113
## [4.2.0] - 2025-3-31

0 commit comments

Comments
 (0)