Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [11.2.0] Native Mobile Resources - 2025-10-17

## [2.0.2] Gallery

### Fixed

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

## [6.3.1] VideoPlayer

- We have updated `react-native-video` version to 6.10.2.
- 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.

## [11.1.1] Native Mobile Resources - 2025-10-7

## [4.2.0] BarcodeScanner
Expand Down
2 changes: 1 addition & 1 deletion packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "11.1.1",
"version": "11.2.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion packages/pluggableWidgets/gallery-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.0.2] - 2025-10-17

### Fixed

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

## [2.0.1] - 2025-8-5

Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/video-player-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [6.3.1] - 2025-10-17

- We have updated `react-native-video` version to 6.10.2.
- 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.

Expand Down
Loading