Skip to content

Commit 9b1c66b

Browse files
Merge branch 'version/mx/10' into moo/moo-2083/location-permission-request
2 parents 75e41d7 + 5befbf7 commit 9b1c66b

14 files changed

Lines changed: 85 additions & 1581 deletions

File tree

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

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

77
## [Unreleased]
88

9-
## [10.1.8] Native Mobile Resources - 2025-11-7
10-
## [] Notifications
9+
## [10.1.11] Native Mobile Resources - 2025-12-19
1110

12-
### BREAKING
1311

14-
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
12+
## [4.2.2] BarcodeScanner
13+
- We expanded the barcode-scanner configuration in Vision Camera to support all available `CodeType` formats, including QR, Aztec, Data Matrix, PDF-417, EAN, UPC, GS1 DataBar, ITF, and Code barcodes.
14+
15+
## [10.1.10] Native Mobile Resources - 2025-12-11
16+
17+
18+
## [4.2.1] BarcodeScanner
19+
### Fixed
20+
21+
- Updated react-native-vision-camera from version v4.7.1 to v4.7.3.
22+
23+
## [10.1.9] Native Mobile Resources - 2025-11-21
24+
25+
## [4.2.0] BarcodeScanner
26+
27+
### Fixed
28+
29+
- We migrated to react-native-vision-camera from react-native-camera.
30+
31+
## [10.1.8] Native Mobile Resources - 2025-11-7
1532

1633
## [4.2.0] Notifications
34+
1735
## BREAKING
1836

1937
- Updated the react-native-firebase to v20.1.0. Ensure that the Native Template and Native Builder are updated accordingly.
2038

2139
## [10.1.6] Native Mobile Resources - 2025-10-17
2240

23-
2441
## [2.0.1] Gallery
42+
2543
### Fixed
2644

27-
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
45+
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
2846

2947
## [6.1.2] VideoPlayer
48+
3049
- We have updated `react-native-video` version to 6.10.2.
3150
- We have fixed an issue where videos were muted in iOS silent mode. The video player now plays sound even when the device is set to silent.
3251

@@ -53,10 +72,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5372

5473
## [3.1.1] SafeAreaView
5574

75+
### Fixed
76+
5677
- We fixed the issue where navigation buttons were being overlapped due to improper safe area handling.
5778

5879
## [2.3.0] Signature
5980

81+
### Fixed
82+
6083
- Updated react-native-webview from version v13.12.5 to latest
6184

6285
## [6.1.1] VideoPlayer
@@ -72,9 +95,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7295
## [10.0.0] Native Mobile Resources - 2025-3-31
7396

7497
- We migrated from react-native-inappbrowser-reborn to @swan-io/react-native-browser to prevent issues for next rn upgrade.
75-
7698
- We migrated from @react-native-community/cameraroll to @react-native-camera-roll/camera-roll to prevent issues for next rn upgrade.
77-
7899
- We also updated several dependencies such as react-native-blob-util, react-native-image-picker to their latest version.
79100

80101
## [5.0.0] AppEvents
@@ -165,10 +186,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
165186

166187
## [4.3.1] ProgressBar
167188

189+
### Fixed
190+
168191
- Bumped the version of the react-native-progress to fix black background issues.
169192

170193
## [3.2.1] ProgressCircle
171194

195+
### Fixed
196+
172197
- Bumped the version of the react-native-progress to fix black background issues.
173198

174199
## [9.1.0] Native Mobile Resources - 2024-12-18
@@ -490,7 +515,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
490515
### Fixed
491516

492517
- Fixed a bug where the accordion state was not updating correctly when the "Collapsed" attribute was selected.
493-
494518
- Resolved an issue where the accordion's dynamic content was not updating its height after the initial render.
495519

496520
## [3.3.0] BottomSheet

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.1.8",
4+
"version": "10.1.11",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {
@@ -54,4 +54,4 @@
5454
"rimraf": "^4.4.1",
5555
"rollup": "^2.79.2"
5656
}
57-
}
57+
}

packages/jsActions/nanoflow-actions-native/CHANGELOG.md

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

99
- We've migrated from using @react-native-community/geolocation to react-native-permissions for handling location permissions.
10+
-
11+
## [5.1.6] Nanoflow Commons - 2025-12-05
12+
13+
### Fixed
14+
15+
- Removed unintended native code files that were mistakenly included from node_modules in the previous release.
1016

1117
## [5.1.5] Nanoflow Commons - 2025-12-02
1218

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nanoflow-actions-native",
33
"moduleName": "Nanoflow Commons",
4-
"version": "5.1.5",
4+
"version": "5.1.6",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/barcode-scanner-native/CHANGELOG.md

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

77
## [Unreleased]
88

9-
- We migrated to react-native-vision-camera from react-native-camera.
9+
## [4.2.2] - 2025-12-19
10+
11+
- We expanded the barcode-scanner configuration in Vision Camera to support all available `CodeType` formats, including QR, Aztec, Data Matrix, PDF-417, EAN, UPC, GS1 DataBar, ITF, and Code barcodes.
12+
13+
## [4.2.1] - 2025-12-11
14+
15+
### Fixed
16+
1017
- Updated react-native-vision-camera from version v4.7.1 to v4.7.3.
1118

19+
## [4.2.0] - 2025-11-21
20+
21+
- We migrated to react-native-vision-camera from react-native-camera.
22+
1223
## [4.1.0] - 2024-12-3
1324

1425
### Changed

packages/pluggableWidgets/barcode-scanner-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "barcode-scanner-native",
33
"widgetName": "BarcodeScanner",
4-
"version": "4.2.0",
4+
"version": "4.2.2",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/barcode-scanner-native/src/BarcodeScanner.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,19 @@ export function BarcodeScanner(props: Props): ReactElement {
4747
);
4848

4949
const codeScanner = useCodeScanner({
50-
codeTypes: ["ean-13", "qr", "aztec", "codabar", "code-128", "data-matrix"],
50+
codeTypes: [
51+
"qr",
52+
"aztec",
53+
"codabar",
54+
"code-39",
55+
"code-93",
56+
"code-128",
57+
"data-matrix",
58+
"ean-13",
59+
"ean-8",
60+
"upc-a",
61+
"upc-e"
62+
],
5163
onCodeScanned
5264
});
5365

packages/pluggableWidgets/barcode-scanner-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="BarcodeScanner" version="4.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BarcodeScanner" version="4.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BarcodeScanner.xml" />
66
</widgetFiles>

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

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

77
## [Unreleased]
88

9+
### Fixed
10+
- We fixed an issue where using the conditional visibility on the IntroScreen would cause the widget not to render.
11+
912
## [4.1.0] - 2025-9-9
1013

1114
### Fixed

packages/pluggableWidgets/intro-screen-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intro-screen-native",
33
"widgetName": "IntroScreen",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)