Skip to content

Commit b11bde9

Browse files
authored
Native Mobile Resources: Updating changelogs (#363)
2 parents df831cb + 822d25d commit b11bde9

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

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

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

77
## [Unreleased]
88

9+
## [11.2.0] Native Mobile Resources - 2025-10-17
10+
11+
## [2.0.2] Gallery
12+
13+
### Fixed
14+
15+
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
16+
17+
## [6.3.1] VideoPlayer
18+
19+
- We have updated `react-native-video` version to 6.10.2.
20+
- 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.
21+
922
## [11.1.1] Native Mobile Resources - 2025-10-7
1023

1124
## [4.2.0] BarcodeScanner

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

Lines changed: 1 addition & 1 deletion
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.1.1",
4+
"version": "11.2.0",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/gallery-native/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.2] - 2025-10-17
10+
911
### Fixed
1012

11-
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
13+
- We've fixed an issue where the Gallery widget would not properly load more items when scrolling down quickly.
1214

1315
## [2.0.1] - 2025-8-5
1416

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.1] - 2025-10-17
10+
911
- We have updated `react-native-video` version to 6.10.2.
1012
- 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.
1113

0 commit comments

Comments
 (0)