Skip to content

Commit 021801e

Browse files
authored
Native Mobile Resources: Updating changelogs (#364)
2 parents 11fb5c3 + 9c6a671 commit 021801e

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

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

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

77
## [Unreleased]
88

9+
## [10.1.6] Native Mobile Resources - 2025-10-17
10+
11+
12+
## [2.0.1] Gallery
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.1.2] VideoPlayer
18+
- We have updated `react-native-video` version to 6.10.2.
19+
- 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.
20+
921
## [10.1.5] Native Mobile Resources - 2025-10-6
1022

1123

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": "10.1.5",
4+
"version": "10.1.6",
55
"license": "Apache-2.0",
66
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
77
"repository": {

packages/pluggableWidgets/gallery-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.0.1] - 2025-10-17
10+
911
### Fixed
1012

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

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.1.2] - 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)